OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POW_TO_EXP2
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/glsl/
ir_optimization.h
35
#define
POW_TO_EXP2
0x08
lower_instructions.cpp
36
* -
POW_TO_EXP2
65
*
POW_TO_EXP2
:
100
void
pow_to_exp2
(ir_expression *);
191
lower_instructions_visitor::
pow_to_exp2
(ir_expression *ir)
function in class:lower_instructions_visitor
279
if (lowering(
POW_TO_EXP2
))
280
pow_to_exp2
(ir);
Completed in 89 milliseconds