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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_optimization.h57 #define DDIV_TO_MUL_RCP 0x100000 macro
58 #define DIV_TO_MUL_RCP (FDIV_TO_MUL_RCP | DDIV_TO_MUL_RCP)
H A Dlower_instructions.cpp57 * FDIV_TO_MUL_RCP, DDIV_TO_MUL_RCP, and INT_DIV_TO_MUL_RCP:
68 * DDIV_TO_MUL_RCP only lowers double-precision floating point division.
347 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double()))
1778 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP)))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_optimization.h57 #define DDIV_TO_MUL_RCP 0x100000 macro
58 #define DIV_TO_MUL_RCP (FDIV_TO_MUL_RCP | DDIV_TO_MUL_RCP)
H A Dlower_instructions.cpp57 * FDIV_TO_MUL_RCP, DDIV_TO_MUL_RCP, and INT_DIV_TO_MUL_RCP:
67 * DDIV_TO_MUL_RCP only lowers double-precision floating point division.
340 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double()))
1751 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP)))

Completed in 9 milliseconds