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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp135 (!ctx->Const.NativeIntegers ? INT_DIV_TO_MUL_RCP : 0) |
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp141 (!ctx->Const.NativeIntegers ? INT_DIV_TO_MUL_RCP : 0) |
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_optimization.h43 #define INT_DIV_TO_MUL_RCP 0x40 macro
H A Dlower_instructions.cpp35 * - INT_DIV_TO_MUL_RCP
57 * FDIV_TO_MUL_RCP, DDIV_TO_MUL_RCP, and INT_DIV_TO_MUL_RCP:
70 * INT_DIV_TO_MUL_RCP handles the integer case, converting to and from floating
1775 if (ir->operands[1]->type->is_integer_32() && lowering(INT_DIV_TO_MUL_RCP))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_optimization.h43 #define INT_DIV_TO_MUL_RCP 0x40 macro
H A Dlower_instructions.cpp35 * - INT_DIV_TO_MUL_RCP
57 * FDIV_TO_MUL_RCP, DDIV_TO_MUL_RCP, and INT_DIV_TO_MUL_RCP:
69 * INT_DIV_TO_MUL_RCP handles the integer case, converting to and from floating
1748 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp3052 | LOG_TO_LOG2 | INT_DIV_TO_MUL_RCP
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp3030 | LOG_TO_LOG2 | INT_DIV_TO_MUL_RCP

Completed in 19 milliseconds