Searched refs:lower_instructions (Results 1 – 8 of 8) sorted by relevance
70 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
60 $(GLSL_SRCDIR)/lower_instructions.cpp \
122 return lower_instructions(ir, int_0); in do_optimization()
116 lower_instructions(exec_list *instructions, unsigned what_to_lower) in lower_instructions() function
1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress; in do_common_optimization()
121 lower_instructions(shader->ir, in brw_link_shader()
2972 lower_instructions(ir, (MOD_TO_FRACT | DIV_TO_MUL_RCP | EXP_TO_EXP2 in _mesa_ir_link_shader()
5039 lower_instructions(ir, what_to_lower); in st_link_shader()