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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp770 ir_rvalue *absval = abs(ir->operands[0]); local in function:lower_instructions_visitor::dfrexp_exp_to_arith
774 i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero)));
778 ir_rvalue *x = swizzle(absval->clone(ir, NULL), elem, 1);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp763 ir_rvalue *absval = abs(ir->operands[0]); local in function:lower_instructions_visitor::dfrexp_exp_to_arith
767 i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero)));
771 ir_rvalue *x = swizzle(absval->clone(ir, NULL), elem, 1);

Completed in 6 milliseconds