Home
last modified time | relevance | path

Searched refs:ast_ (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.cc31 ast_(ast_nodes_.Create<ast::Module>(id_, Source{})) {} in ProgramBuilder()
38 ast_(rhs.ast_), in ProgramBuilder()
55 ast_ = rhs.ast_; in operator =()
67 builder.ast_ = builder.create<ast::Module>( in Wrap()
Dprogram.cc41 ast_(std::move(program.ast_)), in Program()
66 ast_ = &builder.AST(); // ast::Module is actually a heap allocation. in Program()
91 ast_ = std::move(program.ast_); in operator =()
Dprogram.h90 return *ast_; in AST()
183 ast::Module* ast_ = nullptr; variable
Dprogram_builder.h243 return *ast_; in AST()
249 return *ast_; in AST()
2559 ast::Module* ast_; variable
/third_party/spirv-tools/tools/sva/src/
Dassembler.js22 this.ast_ = ast;
31 for (const inst of this.ast_.instructions()) {
42 u[3] = this.ast_.getIdBounds(); // ID bounds
46 for (const inst of this.ast_.instructions()) {
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dassembler.js22 this.ast_ = ast;
31 for (const inst of this.ast_.instructions()) {
42 u[3] = this.ast_.getIdBounds(); // ID bounds
46 for (const inst of this.ast_.instructions()) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dassembler.js22 this.ast_ = ast;
31 for (const inst of this.ast_.instructions()) {
42 u[3] = this.ast_.getIdBounds(); // ID bounds
46 for (const inst of this.ast_.instructions()) {
/third_party/node/deps/v8/src/torque/
Dglobal-context.h62 static Ast* ast() { return &Get().ast_; } in ast()
127 Ast ast_; variable
Dglobal-context.cc19 ast_(std::move(ast)) { in DEFINE_CONTEXTUAL_VARIABLE()
/third_party/mesa3d/src/compiler/glsl/
DREADME16 semantic checking is performed. See ast_*.cpp for the conversion, and