Home
last modified time | relevance | path

Searched refs:push_scope (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_cf.c45 push_scope(nir_builder *b, in push_scope() function
309 struct scope scope = push_scope(b, SCOPE_TYPE_IF_MERGE, in lower_cf_list()
343 struct scope break_scope = push_scope(b, SCOPE_TYPE_LOOP_BREAK, in lower_cf_list()
352 struct scope cont_scope = push_scope(b, SCOPE_TYPE_LOOP_CONT, in lower_cf_list()
/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.h54 void push_scope();
Dglsl_symbol_table.cpp118 void glsl_symbol_table::push_scope() in push_scope() function in glsl_symbol_table
Dast_to_hir.cpp157 state->symbols->push_scope(); in _mesa_ast_to_hir()
2335 state->symbols->push_scope(); in hir()
6527 state->symbols->push_scope(); in hir()
6778 state->symbols->push_scope(); in hir()
6784 state->symbols->push_scope(); in hir()
6984 state->symbols->push_scope(); in hir()
7270 state->symbols->push_scope(); in hir()
7297 state->symbols->push_scope(); in hir()
Dglsl_parser.yy909 state->symbols->push_scope();
2547 state->symbols->push_scope();
/external/mesa3d/src/compiler/isaspec/
Disaspec_decode_impl.c235 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope() function
456 push_scope(scope->state, b, val); in display_bitset_field()
805 struct decode_scope *scope = push_scope(state, b, instr); in disasm()
914 struct decode_scope *new_scope = push_scope(state, b, val); in isa_decode_bitset()
931 struct decode_scope *scope = push_scope(state, b, instr); in decode()
/external/pytorch/torch/csrc/jit/python/
Dpython_tracer.cpp232 s.graph->push_scope(scope_name); in initPythonTracerBindings()
/external/pytorch/torch/csrc/jit/ir/
Dir.h1255 TORCH_API void push_scope(const std::string& scope_name);
Dir.cpp659 void Graph::push_scope(const std::string& scope_name) { in push_scope() function in torch::jit::Graph
/external/pytorch/torch/nn/modules/
Dmodule.py1722 tracing_state.push_scope(name)
/external/pytorch/torch/_C/
D__init__.pyi.in2103 def push_scope(self, scope_name: str) -> None: ...