Home
last modified time | relevance | path

Searched refs:matrix_types (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Parser/
Dmatrix-type-disabled.c5 #if __has_extension(matrix_types)
/external/llvm-project/clang/test/CodeGen/
Dmatrix-type.c3 #if !__has_extension(matrix_types)
/external/llvm-project/clang/include/clang/Basic/
DFeatures.def258 EXTENSION(matrix_types, LangOpts.MatrixTypes)
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp10566 const Utils::_variable_type matrix_types[] = { in getArgumentListsForVariableType() local
10573 const unsigned int n_matrix_types = sizeof(matrix_types) / sizeof(matrix_types[0]); in getArgumentListsForVariableType()
10614 Utils::_variable_type new_argument_type = matrix_types[n_matrix_type]; in getArgumentListsForVariableType()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp7854 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types() function in __anone93f13810b11::BuiltinCandidateTypeSet
8660 for (QualType M1 : CandidateTypes[0].matrix_types()) { in addMatrixBinaryArithmeticOverloads()
8665 for (QualType M2 : CandidateTypes[1].matrix_types()) { in addMatrixBinaryArithmeticOverloads()