Home
last modified time | relevance | path

Searched refs:kNoMatch (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc414 return Failure::kNoMatch; in expect_global_decl()
480 return Failure::kNoMatch; in global_variable_decl()
508 return Failure::kNoMatch; in global_constant_decl()
542 return Failure::kNoMatch; in variable_decl()
637 return Failure::kNoMatch; in texture_sampler_types()
651 return Failure::kNoMatch; in sampler_type()
680 return Failure::kNoMatch; in sampled_texture_type()
691 return Failure::kNoMatch; in external_texture_type()
700 return Failure::kNoMatch; in multisampled_texture_type()
718 return Failure::kNoMatch; in storage_texture_type()
[all …]
Dparser_impl.h75 enum NoMatch { kNoMatch }; enumerator