HomeSort by relevance Sort by last modified time
    Searched refs:numCoordComps (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 514 const int numCoordComps = getDataTypeScalarSize(coordType);
518 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
591 const int numCoordComps = getDataTypeScalarSize(coordType);
598 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 520 const int numCoordComps = getDataTypeScalarSize(coordType);
524 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
570 const int numCoordComps = getDataTypeScalarSize(coordType);
577 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)];
    [all...]

Completed in 144 milliseconds