Home
last modified time | relevance | path

Searched refs:getDataTypeNumLocations (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp354 int getDataTypeNumLocations (DataType dataType);
DgluShaderUtil.cpp1160 int getDataTypeNumLocations (DataType dataType) in getDataTypeNumLocations() function
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp501 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout()
666 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType()); in execute()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp351 offset += getDataTypeNumLocations(type); in genVaryingInterface()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.cpp618 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout()
1343 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType()); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp618 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout()
1343 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType()); in execute()