Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_symbol_table.cpp118 void glsl_symbol_table::push_scope() in push_scope() function in glsl_symbol_table
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_cf.c45 push_scope(nir_builder *b, in push_scope() function
/aosp_15_r20/external/mesa3d/src/compiler/isaspec/
H A Disaspec_decode_impl.c235 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp659 void Graph::push_scope(const std::string& scope_name) { in push_scope() function in torch::jit::Graph