Searched refs:kFormatRgba32Uint (Results 1 – 5 of 5) sorted by relevance
215 kFormatRgba32Uint, enumerator
206 case Token::Type::kFormatRgba32Uint: in TypeToName()
658 TokenData{"rgba32uint", Token::Type::kFormatRgba32Uint},
1014 return {Token::Type::kFormatRgba32Uint, source, "rgba32uint"}; in check_keyword()
882 if (match(Token::Type::kFormatRgba32Uint)) in expect_image_storage_type()