Home
last modified time | relevance | path

Searched refs:DDIV_TO_MUL_RCP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_optimization.h57 #define DDIV_TO_MUL_RCP 0x100000 macro
58 #define DIV_TO_MUL_RCP (FDIV_TO_MUL_RCP | DDIV_TO_MUL_RCP)
Dlower_instructions.cpp347 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double())) in mod_to_floor()
1778 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP))) in visit_leave()