Searched refs:is_low (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 73 nir_ssa_def *is_low = nir_flt(b, srgb, nir_imm_float(b, 0.04045)); in vc4_nir_srgb_decode() local 82 return nir_bcsel(b, is_low, low, high); in vc4_nir_srgb_decode() 88 nir_ssa_def *is_low = nir_flt(b, linear, nir_imm_float(b, 0.0031308)); in vc4_nir_srgb_encode() local 98 return nir_bcsel(b, is_low, low, high); in vc4_nir_srgb_encode()
|