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

/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.cpp480 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); local
484 location += numLocations;
486 for (int ndx = 0; ndx < numLocations; ++ndx)

Completed in 138 milliseconds