OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIV_TO_MUL_RCP
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/glsl/
ir_optimization.h
33
#define
DIV_TO_MUL_RCP
0x02
lower_instructions.cpp
34
* -
DIV_TO_MUL_RCP
50
*
DIV_TO_MUL_RCP
:
97
void
div_to_mul_rcp
(ir_expression *);
128
lower_instructions_visitor::
div_to_mul_rcp
(ir_expression *ir)
function in class:lower_instructions_visitor
235
if (lowering(
DIV_TO_MUL_RCP
))
236
div_to_mul_rcp
(div_expr);
259
if (lowering(
DIV_TO_MUL_RCP
))
260
div_to_mul_rcp
(ir);
Completed in 116 milliseconds