Searched refs:util_format_srgb_8unorm_to_linear_float (Results 1 – 7 of 7) sorted by relevance
318 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgb_dxt1()319 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgb_dxt1()320 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgb_dxt1()330 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt1()331 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgba_dxt1()332 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgba_dxt1()342 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt3()343 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgba_dxt3()344 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgba_dxt3()354 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt5()[all …]
1326 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]); in fetch_etc2_srgb8()1327 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]); in fetch_etc2_srgb8()1328 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8()1364 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]); in fetch_etc2_srgb8_alpha8_eac()1365 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]); in fetch_etc2_srgb8_alpha8_eac()1366 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8_alpha8_eac()1492 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]); in fetch_etc2_srgb8_punchthrough_alpha1()1493 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]); in fetch_etc2_srgb8_punchthrough_alpha1()1494 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8_punchthrough_alpha1()
102 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[0]); in fetch_bptc_srgb_alpha_unorm()103 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[1]); in fetch_bptc_srgb_alpha_unorm()104 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[2]); in fetch_bptc_srgb_alpha_unorm()
218 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxtn_rgb_unpack_rgba_float()219 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxtn_rgb_unpack_rgba_float()220 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxtn_rgb_unpack_rgba_float()498 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgb_fetch_rgba()499 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgb_fetch_rgba()500 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgb_fetch_rgba()510 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgba_fetch_rgba()511 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgba_fetch_rgba()512 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgba_fetch_rgba()522 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt3_srgba_fetch_rgba()[all …]
135 util_format_srgb_8unorm_to_linear_float(uint8_t x) in util_format_srgb_8unorm_to_linear_float() function
138 return util_format_srgb_8unorm_to_linear_float(rand_uint(8)); in rand_color()
1372 unpacked.f32 = util_format_srgb_8unorm_to_linear_float(packed); in unpack_channel()