Searched refs:kFormatR8Uint (Results 1 – 5 of 5) sorted by relevance
177 kFormatR8Uint, enumerator
168 case Token::Type::kFormatR8Uint: in TypeToName()
639 TokenData{"r8uint", Token::Type::kFormatR8Uint},
976 return {Token::Type::kFormatR8Uint, source, "r8uint"}; in check_keyword()
792 if (match(Token::Type::kFormatR8Uint)) in expect_image_storage_type()