Home
last modified time | relevance | path

Searched refs:kMat2x4 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h245 kMat2x4, enumerator
390 type_ == Type::kMat2x4 || type_ == Type::kMat3x2 || in IsMatrix()
412 return type_ == Type::kMat2x4 || type_ == Type::kMat3x4 || in IsMatNx4()
Dtoken.cc236 case Token::Type::kMat2x4: in TypeToName()
Dlexer_test.cc673 TokenData{"mat2x4", Token::Type::kMat2x4},
Dlexer.cc1044 return {Token::Type::kMat2x4, source, "mat2x4"}; in check_keyword()