Home
last modified time | relevance | path

Searched refs:visit_exec_list (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp165 visit_exec_list(*ir, &v1); in glsl_to_nir()
691 visit_exec_list(&ir->body, this); in visit()
703 visit_exec_list(&ir->body_instructions, this); in visit()
711 visit_exec_list(&ir->then_instructions, this); in visit()
713 visit_exec_list(&ir->else_instructions, this); in visit()
2789 visit_exec_list(sh->ir, &v1); in glsl_float64_funcs_to_nir()
H A Dir.h2488 visit_exec_list(exec_list *list, ir_visitor *visitor);
H A Dir.cpp2224 visit_exec_list(exec_list *list, ir_visitor *visitor) in visit_exec_list() function
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.1.0.rst5771 - glsl: make an explicitly safe version of visit_exec_list()