Searched refs:getDataTypeNumComponents (Results 1 – 7 of 7) sorted by relevance
401 int getDataTypeNumComponents(DataType dataType);
1187 int getDataTypeNumComponents(DataType dataType) in getDataTypeNumComponents() function
571 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()696 … const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
585 const char *constructor_args = constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
588 const char *constructor_args = constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
722 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()1396 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
2111 …ataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()