Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h251 kMat3x4, enumerator
391 type_ == Type::kMat3x3 || type_ == Type::kMat3x4 || in IsMatrix()
398 type_ == Type::kMat3x4; in IsMat3xN()
412 return type_ == Type::kMat2x4 || type_ == Type::kMat3x4 || in IsMatNx4()
Dtoken.cc242 case Token::Type::kMat3x4: in TypeToName()
Dlexer_test.cc676 TokenData{"mat3x4", Token::Type::kMat3x4},
Dlexer.cc1050 return {Token::Type::kMat3x4, source, "mat3x4"}; in check_keyword()