Searched defs:EmitStructType (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ | ||
| D | generator_impl.cc | 514 bool GeneratorImpl::EmitStructType(const ast::Struct* str) { in EmitStructType() function in tint::writer::wgsl::GeneratorImpl |
| /third_party/skia/third_party/externals/tint/src/writer/msl/ | ||
| D | generator_impl.cc | 2452 bool GeneratorImpl::EmitStructType(TextBuffer* b, const sem::Struct* str) { in EmitStructType() function in tint::writer::msl::GeneratorImpl |
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ | ||
| D | generator_impl.cc | 2499 bool GeneratorImpl::EmitStructType(TextBuffer* b, const sem::Struct* str) { in EmitStructType() function in tint::writer::glsl::GeneratorImpl |
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ | ||
| D | generator_impl.cc | 3534 bool GeneratorImpl::EmitStructType(TextBuffer* b, const sem::Struct* str) { in EmitStructType() function in tint::writer::hlsl::GeneratorImpl |