Searched defs:accumType (Results 1 – 2 of 2) sorted by relevance
1968 const std::string& accumType, in generateShaderChecksumComputationCode()2047 const std::string accumType = glu::getDataTypeName(isBoolElement ? glu::TYPE_INT : scalarType); in makeMatrixVectorCompositeCaseDefinition() local2094 const std::string accumType = (glu::getDataTypeName(isBoolData ? glu::TYPE_INT : scalarType)); in makeArrayCompositeCaseDefinition() local2134 const glu::DataType accumType = (isBoolData ? glu::TYPE_INT : scalarType); in makeStructCompositeCaseDefinition() local
1981 const std::string& accumType, in generateShaderChecksumComputationCode()2060 const std::string accumType = glu::getDataTypeName(isBoolElement ? glu::TYPE_INT : scalarType); in makeMatrixVectorCompositeCaseDefinition() local2107 const std::string accumType = (glu::getDataTypeName(isBoolData ? glu::TYPE_INT : scalarType)); in makeArrayCompositeCaseDefinition() local2147 const glu::DataType accumType = (isBoolData ? glu::TYPE_INT : scalarType); in makeStructCompositeCaseDefinition() local