Searched refs:push_scope (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/nouveau/compiler/ |
D | nak_nir_lower_cf.c | 45 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/ |
D | glsl_symbol_table.h | 54 void push_scope();
|
D | glsl_symbol_table.cpp | 118 void glsl_symbol_table::push_scope() in push_scope() function in glsl_symbol_table
|
D | ast_to_hir.cpp | 157 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()
|
D | glsl_parser.yy | 909 state->symbols->push_scope(); 2547 state->symbols->push_scope();
|
/external/mesa3d/src/compiler/isaspec/ |
D | isaspec_decode_impl.c | 235 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/ |
D | python_tracer.cpp | 232 s.graph->push_scope(scope_name); in initPythonTracerBindings()
|
/external/pytorch/torch/csrc/jit/ir/ |
D | ir.h | 1255 TORCH_API void push_scope(const std::string& scope_name);
|
D | ir.cpp | 659 void Graph::push_scope(const std::string& scope_name) { in push_scope() function in torch::jit::Graph
|
/external/pytorch/torch/nn/modules/ |
D | module.py | 1722 tracing_state.push_scope(name)
|
/external/pytorch/torch/_C/ |
D | __init__.pyi.in | 2103 def push_scope(self, scope_name: str) -> None: ...
|