Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp336 int getDataTypeNumComponents (DataType dataType);
DgluShaderUtil.cpp1116 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents() function
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp548 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
665 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp681 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
1326 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1406 …ataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()