Searched refs:scalarTypes (Results 1 – 6 of 6) sorted by relevance
1115 const glu::DataType scalarTypes[] = in addFunctionCases() local1121 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()1123 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
2123 const glu::DataType scalarTypes[] = in addFunctionCases() local2130 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()2132 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
282 const glu::DataType scalarTypes[] = in addFunctionCases() local288 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()290 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
411 const glu::DataType scalarTypes[] = in addFunctionCases() local418 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()420 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
1638 const glu::DataType scalarTypes[] = in addFunctionCases() local1645 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()1647 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
111 ArrayRef<llvm::Type*> scalarTypes, in occupiesMoreThan() argument114 for (llvm::Type *type : scalarTypes) { in occupiesMoreThan()