Searched refs:lower_if_to_cond_assign (Results 1 – 7 of 7) sorted by relevance
60 bool lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth = 0);
59 $(GLSL_SRCDIR)/lower_if_to_cond_assign.cpp \
80 lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth) in lower_if_to_cond_assign() function
103 return lower_if_to_cond_assign(ir, int_0); in do_optimization()
132 lower_if_to_cond_assign(shader->ir, 16); in brw_link_shader()
2987 progress = lower_if_to_cond_assign(ir, options->MaxIfDepth) || progress; in _mesa_ir_link_shader()
5052 progress = lower_if_to_cond_assign(ir, options->MaxIfDepth) || progress; in st_link_shader()