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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp576 ir_variable *is_not_zero_or_underflow = local in function:lower_instructions_visitor::dldexp_to_arith
577 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
620 i.insert_before(is_not_zero_or_underflow);
621 i.insert_before(assign(is_not_zero_or_underflow,
624 i.insert_before(assign(x, csel(is_not_zero_or_underflow,
627 csel(is_not_zero_or_underflow,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp569 ir_variable *is_not_zero_or_underflow = local in function:lower_instructions_visitor::dldexp_to_arith
570 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
613 i.insert_before(is_not_zero_or_underflow);
614 i.insert_before(assign(is_not_zero_or_underflow,
617 i.insert_before(assign(x, csel(is_not_zero_or_underflow,
620 csel(is_not_zero_or_underflow,

Completed in 7 milliseconds