Searched refs:fsat (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/docs/relnotes/ |
D | 20.1.7.rst | 160 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
|
D | 20.0.3.rst | 88 - soft-fp64/fsat: Correctly handle NaN
|
D | 20.1.0.rst | 455 - pan/bi: Implement fsat as mov.sat 2180 - soft-fp64/fsat: Correctly handle NaN 2181 - soft-fp64/fsat: Micro-optimize x < 0 test 2182 - soft-fp64/fsat: Micro-optimize x >= 1 test 2208 - nir/algebraic: Use value range analysis to convert fmax to fsat
|
D | 20.2.0.rst | 3795 - nir: make fsat return 0.0 with NaN instead of passing it through 4496 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
|
D | 19.1.0.rst | 1971 - nir/algebraic: Optimize away an fsat of a b2f
|
D | 20.3.0.rst | 4305 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 64 OP(mov, MOV, X_X_0), OP(fneg, MOV, X_X_0), OP(fabs, MOV, X_X_0), OP(fsat, MOV, X_X_0),
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 503 bool fsat = mir_accept_dest_mod(ctx, dest, nir_op_fsat); in mir_determine_float_outmod() local 506 int count = (int) prior + (int) fpos + (int) ssat + (int) fsat; in mir_determine_float_outmod() 508 return ((count > 1) || fsat) ? midgard_outmod_sat : in mir_determine_float_outmod() 758 ALU_CASE(fsat, fmov); in emit_alu()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 1501 bi_instruction fsat = { in bi_emit_lod_88() local 1519 .src = { fsat.dest, BIR_INDEX_CONSTANT, BIR_INDEX_ZERO }, in bi_emit_lod_88() 1546 bi_emit(ctx, fsat); in bi_emit_lod_88()
|
/external/mesa3d/src/compiler/glsl/ |
D | float64.glsl | 268 /* fsat(NaN) should be zero. */
|