Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp247 int getDataTypeNumLocations (DataType dataType);
DgluShaderUtil.cpp800 int getDataTypeNumLocations (DataType dataType) in getDataTypeNumLocations() function
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp482 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout()
1329 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType()); in execute()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp351 offset += getDataTypeNumLocations(type); in genVaryingInterface()