Home
last modified time | relevance | path

Searched defs:push_scope (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp118 void glsl_symbol_table::push_scope() in push_scope() function in glsl_symbol_table
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_cf.c45 push_scope(nir_builder *b, in push_scope() function
/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
/external/pytorch/torch/csrc/jit/ir/
Dir.cpp659 void Graph::push_scope(const std::string& scope_name) { in push_scope() function in torch::jit::Graph