Searched refs:src_norm (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 350 src_norm = src_channel.norm 360 …if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_chann… 370 if not src_norm and not dst_channel.norm: 377 if src_one > dst_one and src_norm and dst_channel.norm: 392 if src_norm or src_type == FIXED: 403 src_norm = False
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 348 src_norm = src_channel.norm 358 …if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_chann… 368 if not src_norm and not dst_channel.norm: 375 if src_one > dst_one and src_norm and dst_channel.norm: 390 if src_norm or src_type == FIXED: 401 src_norm = False
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 114 nir_ssa_def *src_norm = set_exponent(b, src, nir_imm_int(b, 1023)); in lower_rcp() local 119 nir_ssa_def *ra = nir_f2f64(b, nir_frcp(b, nir_f2f32(b, src_norm))); in lower_rcp() 179 nir_ssa_def *src_norm = set_exponent(b, src, in lower_sqrt_rsq() local 183 nir_ssa_def *ra = nir_f2f64(b, nir_frsq(b, nir_f2f32(b, src_norm))); in lower_sqrt_rsq()
|