Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h249 kMat3x3, enumerator
391 type_ == Type::kMat3x3 || type_ == Type::kMat3x4 || in IsMatrix()
397 return type_ == Type::kMat3x2 || type_ == Type::kMat3x3 || in IsMat3xN()
407 return type_ == Type::kMat2x3 || type_ == Type::kMat3x3 || in IsMatNx3()
Dtoken.cc240 case Token::Type::kMat3x3: in TypeToName()
Dlexer_test.cc675 TokenData{"mat3x3", Token::Type::kMat3x3},
Dlexer.cc1048 return {Token::Type::kMat3x3, source, "mat3x3"}; in check_keyword()