Home
last modified time | relevance | path

Searched refs:lower_instructions (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glsl/
Dir_optimization.h70 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
DMakefile.sources60 $(GLSL_SRCDIR)/lower_instructions.cpp \
Dtest_optpass.cpp122 return lower_instructions(ir, int_0); in do_optimization()
Dlower_instructions.cpp116 lower_instructions(exec_list *instructions, unsigned what_to_lower) in lower_instructions() function
Dglsl_parser_extras.cpp1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress; in do_common_optimization()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.cpp121 lower_instructions(shader->ir, in brw_link_shader()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2972 lower_instructions(ir, (MOD_TO_FRACT | DIV_TO_MUL_RCP | EXP_TO_EXP2 in _mesa_ir_link_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5039 lower_instructions(ir, what_to_lower); in st_link_shader()