Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp401 int getDataTypeNumComponents(DataType dataType);
H A DgluShaderUtil.cpp1187 int getDataTypeNumComponents(DataType dataType) in getDataTypeNumComponents() function
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp571 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
696 … const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp585 const char *constructor_args = constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp588 const char *constructor_args = constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp722 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()
1396 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2111 …ataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()