Searched refs:src_norm (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/format/ |
H A D | u_format_pack.py | 349 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
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 118 nir_ssa_def *src_norm = set_exponent(b, src, nir_imm_int(b, 1023)); in lower_rcp() local 123 nir_ssa_def *ra = nir_f2f64(b, nir_frcp(b, nir_f2f32(b, src_norm))); in lower_rcp() 183 nir_ssa_def *src_norm = set_exponent(b, src, in lower_sqrt_rsq() local 187 nir_ssa_def *ra = nir_f2f64(b, nir_frsq(b, nir_f2f32(b, src_norm))); in lower_sqrt_rsq()
|
Completed in 2 milliseconds