Home
last modified time | relevance | path

Searched defs:type_decl (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dfreeze_spec_const_test.cpp27 const char* type_decl; member
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dfreeze_spec_const_test.cpp29 const char* type_decl; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfreeze_spec_const_test.cpp29 const char* type_decl; member
/third_party/spirv-tools/test/opt/
Dfreeze_spec_const_test.cpp29 const char* type_decl; member
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.h210 const sem::Type* TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc1024 Maybe<const ast::Type*> ParserImpl::type_decl() { in type_decl() function in tint::reader::wgsl::ParserImpl
1043 Maybe<const ast::Type*> ParserImpl::type_decl(ast::DecorationList& decos) { in type_decl() function in tint::reader::wgsl::ParserImpl
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph_test.cc1246 const auto* type_decl = Alias(type_sym, ty.i32()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc205 for (auto* const type_decl : program_->AST().TypeDecls()) { in Generate() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp13170 auto type_decl = type_to_glsl(get<SPIRType>(type.parent_type), id); in type_to_glsl() local