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.c437 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgb_dxt1()
438 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgb_dxt1()
439 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgb_dxt1()
454 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt1()
455 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgba_dxt1()
456 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgba_dxt1()
471 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]); in fetch_srgba_dxt3()
472 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]); in fetch_srgba_dxt3()
473 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]); in fetch_srgba_dxt3()
488 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.c334 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxtn_rgb_unpack_rgba_float()
335 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxtn_rgb_unpack_rgba_float()
336 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxtn_rgb_unpack_rgba_float()
613 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgb_fetch_rgba_float()
614 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgb_fetch_rgba_float()
615 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgb_fetch_rgba_float()
624 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgba_fetch_rgba_float()
625 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgba_fetch_rgba_float()
626 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgba_fetch_rgba_float()
635 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.c1538 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_a8b8g8r8_srgb()
1542 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_a8b8g8r8_srgb()
1546 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_a8b8g8r8_srgb()
1564 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_b8g8r8a8_srgb()
1568 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_b8g8r8a8_srgb()
1572 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_b8g8r8a8_srgb()
1590 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_a8r8g8b8_srgb()
1594 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_a8r8g8b8_srgb()
1598 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_a8r8g8b8_srgb()
1615 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_b8g8r8x8_srgb()
[all …]