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/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/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/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc93 Parser::Parser(const std::shared_ptr<ParseFunctionAst> &ast) : ast_(ast) { in Parser()
176 py::object node = ast_->GetAstNode(); in ParseFuncGraph()
184 CheckFuncReturn(fn_block->func_graph(), ast_); in ParseFuncGraph()
201 MS_EXCEPTION_IF_NULL(ast_); in GenerateArgsNodeForFunction()
202 py::list args = ast_->GetArgs(fn_node); in GenerateArgsNodeForFunction()
205 if (ast_->target_type() == PARSE_TARGET_OBJECT_INSTANCE) { in GenerateArgsNodeForFunction()
224 py::list defaults = ast_->GetArgsDefaultValues(fn_node); in GenerateArgsDefaultValueForFunction()
225 py::list args = ast_->GetArgs(fn_node); in GenerateArgsDefaultValueForFunction()
230 if (ast_->target_type() == PARSE_TARGET_OBJECT_INSTANCE) { in GenerateArgsDefaultValueForFunction()
251 if (ast_->target_type() == PARSE_TARGET_OBJECT_INSTANCE) { in GetScopeForParseFunction()
[all …]
Dparse.h98 std::shared_ptr<ParseFunctionAst> ast() const { return ast_; } in ast()
269 const std::shared_ptr<ParseFunctionAst> &ast_; variable
/third_party/mesa3d/src/compiler/glsl/
DREADME16 semantic checking is performed. See ast_*.cpp for the conversion, and