Home
last modified time | relevance | path

Searched refs:scalarTypes (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1115 const glu::DataType scalarTypes[] = in addFunctionCases() local
1121 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
1123 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
Des31fShaderCommonFunctionTests.cpp2123 const glu::DataType scalarTypes[] = in addFunctionCases() local
2130 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
2132 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp282 const glu::DataType scalarTypes[] = in addFunctionCases() local
288 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
290 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
DvktShaderCommonFunctionTests.cpp411 const glu::DataType scalarTypes[] = in addFunctionCases() local
418 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
420 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1638 const glu::DataType scalarTypes[] = in addFunctionCases() local
1645 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
1647 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
/external/clang/lib/CodeGen/
DTargetInfo.cpp111 ArrayRef<llvm::Type*> scalarTypes, in occupiesMoreThan() argument
114 for (llvm::Type *type : scalarTypes) { in occupiesMoreThan()