Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_symbol_table.cpp123 void glsl_symbol_table::pop_scope() in pop_scope() function in glsl_symbol_table
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_cf.c67 pop_scope(nir_builder *b, nir_def *esc_reg, struct scope scope) in pop_scope() function
/aosp_15_r20/external/mesa3d/src/compiler/isaspec/
H A Disaspec_decode_impl.c250 pop_scope(struct decode_scope *scope) in pop_scope() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp666 void Graph::pop_scope() { in pop_scope() function in torch::jit::Graph