Home
last modified time | relevance | path

Searched refs:FDIV_TO_MUL_RCP (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_optimization.h33 #define FDIV_TO_MUL_RCP 0x02 macro
53 #define DIV_TO_MUL_RCP (FDIV_TO_MUL_RCP | DDIV_TO_MUL_RCP)
Dlower_instructions.cpp331 if ((lowering(FDIV_TO_MUL_RCP) && ir->type->is_float()) || in mod_to_floor()
1605 else if ((ir->operands[1]->type->is_float() && lowering(FDIV_TO_MUL_RCP)) || in visit_leave()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6926 FDIV_TO_MUL_RCP | in st_link_shader()