Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h215 kFormatRgba32Uint, enumerator
Dtoken.cc206 case Token::Type::kFormatRgba32Uint: in TypeToName()
Dlexer_test.cc658 TokenData{"rgba32uint", Token::Type::kFormatRgba32Uint},
Dlexer.cc1014 return {Token::Type::kFormatRgba32Uint, source, "rgba32uint"}; in check_keyword()
Dparser_impl.cc882 if (match(Token::Type::kFormatRgba32Uint)) in expect_image_storage_type()