Searched refs:lower_instructions (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_optimization.h31 /* Operations for lower_instructions() */
70 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
H A Dlower_instructions.cpp25 * \file lower_instructions.cpp
116 lower_instructions(exec_list *instructions, unsigned what_to_lower) function
H A Dtest_optpass.cpp120 } else if (sscanf(optimization, "lower_instructions ( %d ) ",
122 return lower_instructions(ir, int_0);
H A Dglsl_parser_extras.cpp1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp121 lower_instructions(shader->ir,
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2972 lower_instructions(ir, (MOD_TO_FRACT | DIV_TO_MUL_RCP | EXP_TO_EXP2
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5039 lower_instructions(ir, what_to_lower);

Completed in 180 milliseconds