Searched defs:numCoordComps (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp520 const int numCoordComps = getDataTypeScalarSize(coordType); local
524 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
570 const int numCoordComps = getDataTypeScalarSize(coordType); local
577 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)];
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp514 const int numCoordComps = getDataTypeScalarSize(coordType); local
518 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
591 const int numCoordComps = getDataTypeScalarSize(coordType); local
598 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)];

Completed in 131 milliseconds