Home
last modified time | relevance | path

Searched refs:util_format_srgb_8unorm_to_linear_float (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c309 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgb_dxt1()
310 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgb_dxt1()
311 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgb_dxt1()
321 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt1()
322 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgba_dxt1()
323 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgba_dxt1()
333 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt3()
334 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgba_dxt3()
335 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgba_dxt3()
345 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt5()
[all …]
Dtexcompress_etc.c1311 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]); in fetch_etc2_srgb8()
1312 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]); in fetch_etc2_srgb8()
1313 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8()
1349 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]); in fetch_etc2_srgb8_alpha8_eac()
1350 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]); in fetch_etc2_srgb8_alpha8_eac()
1351 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8_alpha8_eac()
1477 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]); in fetch_etc2_srgb8_punchthrough_alpha1()
1478 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]); in fetch_etc2_srgb8_punchthrough_alpha1()
1479 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8_punchthrough_alpha1()
Dtexcompress_bptc.c695 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[0]); in fetch_bptc_srgb_alpha_unorm()
696 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[1]); in fetch_bptc_srgb_alpha_unorm()
697 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[2]); in fetch_bptc_srgb_alpha_unorm()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_s3tc.c213 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxtn_rgb_unpack_rgba_float()
214 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxtn_rgb_unpack_rgba_float()
215 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxtn_rgb_unpack_rgba_float()
492 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgb_fetch_rgba_float()
493 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgb_fetch_rgba_float()
494 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgb_fetch_rgba_float()
503 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgba_fetch_rgba_float()
504 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgba_fetch_rgba_float()
505 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgba_fetch_rgba_float()
514 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt3_srgba_fetch_rgba_float()
[all …]
/external/mesa3d/src/util/
Dformat_srgb.h118 util_format_srgb_8unorm_to_linear_float(uint8_t x) in util_format_srgb_8unorm_to_linear_float() function
/external/mesa3d/prebuilt-intermediates/main/
Dformat_unpack.c1559 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_a8b8g8r8_srgb()
1563 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_a8b8g8r8_srgb()
1567 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_a8b8g8r8_srgb()
1585 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_b8g8r8a8_srgb()
1589 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_b8g8r8a8_srgb()
1593 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_b8g8r8a8_srgb()
1611 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_a8r8g8b8_srgb()
1615 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_a8r8g8b8_srgb()
1619 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_a8r8g8b8_srgb()
1636 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_b8g8r8x8_srgb()
[all …]