Searched refs:flush_to_zero (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Ddisassemble.c90 if (header.flush_to_zero == BIFROST_FTZ_DX11)
92 else if (header.flush_to_zero == BIFROST_FTZ_ALWAYS)
94 if (header.flush_to_zero == BIFROST_FTZ_ABRUPT)
H A Dbifrost.h131 enum bifrost_ftz flush_to_zero : 2;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp402 * flush_to_zero = lequal(min(resulting_biased_exp, extracted_biased_exp), 0);
403 * resulting_biased_exp = csel(flush_to_zero, 0, resulting_biased_exp)
404 * zero_mantissa = logic_or(flush_to_zero,
446 ir_variable *flush_to_zero = local in function:lower_instructions_visitor::ldexp_to_arith
447 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary);
494 i.insert_before(flush_to_zero);
495 i.insert_before(assign(flush_to_zero,
500 csel(flush_to_zero,
506 logic_or(flush_to_zero,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp395 * flush_to_zero = lequal(min(resulting_biased_exp, extracted_biased_exp), 0);
396 * resulting_biased_exp = csel(flush_to_zero, 0, resulting_biased_exp)
397 * zero_mantissa = logic_or(flush_to_zero,
439 ir_variable *flush_to_zero = local in function:lower_instructions_visitor::ldexp_to_arith
440 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary);
487 i.insert_before(flush_to_zero);
488 i.insert_before(assign(flush_to_zero,
493 csel(flush_to_zero,
499 logic_or(flush_to_zero,

Completed in 11 milliseconds