Searched refs:numLocations (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp1057 int numLocations = useArray ? arrayLen : 1;
1061 for (int ndx = 0; ndx < numLocations; ndx++)
1064 curLoc += numLocations;
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp501 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); local
505 location += numLocations;
507 for (int ndx = 0; ndx < numLocations; ++ndx)
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp492 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); local
496 location += numLocations;
498 for (int ndx = 0; ndx < numLocations; ++ndx)

Completed in 128 milliseconds