Searched refs:kFormatRgb10A2Unorm (Results 1 – 5 of 5) sorted by relevance
203 kFormatRgb10A2Unorm, enumerator
194 case Token::Type::kFormatRgb10A2Unorm: in TypeToName()
652 TokenData{"rgb10a2unorm", Token::Type::kFormatRgb10A2Unorm},
1002 return {Token::Type::kFormatRgb10A2Unorm, source, "rgb10a2unorm"}; in check_keyword()
858 if (match(Token::Type::kFormatRgb10A2Unorm)) in expect_image_storage_type()