Searched refs:INT_DIV_TO_MUL_RCP (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_optimization.h38 #define INT_DIV_TO_MUL_RCP 0x40 macro
H A Dlower_instructions.cpp35 * - INT_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
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2973 | LOG_TO_LOG2 | INT_DIV_TO_MUL_RCP
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5033 what_to_lower |= INT_DIV_TO_MUL_RCP;

Completed in 170 milliseconds