Searched refs:instructions_to_lower (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp114 unsigned instructions_to_lower = (DIV_TO_MUL_RCP | local in function:process_glsl_ir
120 instructions_to_lower |= BIT_COUNT_TO_MATH |
126 lower_instructions(shader->ir, instructions_to_lower);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp116 unsigned instructions_to_lower = (DIV_TO_MUL_RCP | local in function:process_glsl_ir
122 instructions_to_lower |= BIT_COUNT_TO_MATH |
128 lower_instructions(shader->ir, instructions_to_lower);

Completed in 4 milliseconds