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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py359 src_norm = src_channel.norm
369 if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_channel.size == 32:
379 if not src_norm and not dst_channel.norm:
386 if src_one > dst_one and src_norm and dst_channel.norm:
401 if src_norm or src_type == FIXED:
412 src_norm = False
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_pack.py349 src_norm = src_channel.norm
359 if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_channel.size == 32:
369 if not src_norm and not dst_channel.norm:
373 if src_norm and dst_channel.norm:
389 if src_norm or src_type == FIXED:
400 src_norm = False
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c118 nir_ssa_def *src_norm = set_exponent(b, src, nir_imm_int(b, 1023)); local in function:lower_rcp
123 nir_ssa_def *ra = nir_f2f64(b, nir_frcp(b, nir_f2f32(b, src_norm)));
183 nir_ssa_def *src_norm = set_exponent(b, src, local in function:lower_sqrt_rsq
187 nir_ssa_def *ra = nir_f2f64(b, nir_frsq(b, nir_f2f32(b, src_norm)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c114 nir_ssa_def *src_norm = set_exponent(b, src, nir_imm_int(b, 1023)); local in function:lower_rcp
119 nir_ssa_def *ra = nir_f2f64(b, nir_frcp(b, nir_f2f32(b, src_norm)));
179 nir_ssa_def *src_norm = set_exponent(b, src, local in function:lower_sqrt_rsq
183 nir_ssa_def *ra = nir_f2f64(b, nir_frsq(b, nir_f2f32(b, src_norm)));

Completed in 6 milliseconds