Searched refs:log2_e (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp283 ir_constant *log2_e = _imm_fp(ir, ir->type, M_LOG2E); local in function:lower_instructions_visitor::exp_to_exp2
288 ir->operands[0], log2_e);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp276 ir_constant *log2_e = new(ir) ir_constant(float(M_LOG2E)); local in function:lower_instructions_visitor::exp_to_exp2
281 ir->operands[0], log2_e);

Completed in 6 milliseconds