Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp352 int getDataTypeNumComponents (DataType dataType);
DgluShaderUtil.cpp1169 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/modules/gles2/functional/
Des2fShaderIndexingTests.cpp552 constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp581 constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp682 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
1330 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1944 …ataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()