Searched refs:DIV_TO_MUL_RCP (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_optimization.h33 #define DIV_TO_MUL_RCP 0x02 macro
H A Dlower_instructions.cpp34 * - DIV_TO_MUL_RCP
51 * DIV_TO_MUL_RCP and INT_DIV_TO_MUL_RCP:
60 * DIV_TO_MUL_RCP only lowers floating point division; INT_DIV_TO_MUL_RCP
257 if (lowering(DIV_TO_MUL_RCP))
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp123 DIV_TO_MUL_RCP |
/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.cpp5028 unsigned what_to_lower = MOD_TO_FRACT | DIV_TO_MUL_RCP |

Completed in 255 milliseconds