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

  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 501 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType());
505 location += numLocations;
507 for (int ndx = 0; ndx < numLocations; ++ndx)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 492 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType());
496 location += numLocations;
498 for (int ndx = 0; ndx < numLocations; ++ndx)
    [all...]

Completed in 1375 milliseconds