Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h203 kFormatRgb10A2Unorm, enumerator
Dtoken.cc194 case Token::Type::kFormatRgb10A2Unorm: in TypeToName()
Dlexer_test.cc652 TokenData{"rgb10a2unorm", Token::Type::kFormatRgb10A2Unorm},
Dlexer.cc1002 return {Token::Type::kFormatRgb10A2Unorm, source, "rgb10a2unorm"}; in check_keyword()
Dparser_impl.cc858 if (match(Token::Type::kFormatRgb10A2Unorm)) in expect_image_storage_type()