Home
last modified time | relevance | path

Searched refs:getDataTypeNumLocations (Results 1 – 5 of 5) 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/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp617 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout()
1340 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()