Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp666 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType()); in execute() local
674 for (int locNdx = 0; locNdx < outNumLocs; ++locNdx) in execute()
680 if (outSize == 4 && outNumLocs == 1) in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1343 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType()); in execute() local
1346 for (int locNdx = 0; locNdx < outNumLocs; ++locNdx) in execute()
1402 if (outSize == 4 && outNumLocs == 1) in execute()
1417 if (outSize == 4 && outNumLocs == 1) in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1343 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType()); in execute() local
1346 for (int locNdx = 0; locNdx < outNumLocs; ++locNdx) in execute()
1402 if (outSize == 4 && outNumLocs == 1) in execute()
1417 if (outSize == 4 && outNumLocs == 1) in execute()

Completed in 15 milliseconds