Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c318 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 …]
Dtexcompress_bptc.c102 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()
Dtexcompress_etc.c1326 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()
/external/mesa3d/src/util/format/
Du_format_s3tc.c216 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxtn_rgb_unpack_rgba_float()
217 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxtn_rgb_unpack_rgba_float()
218 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxtn_rgb_unpack_rgba_float()
496 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgb_fetch_rgba()
497 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgb_fetch_rgba()
498 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgb_fetch_rgba()
508 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt1_srgba_fetch_rgba()
509 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]); in util_format_dxt1_srgba_fetch_rgba()
510 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]); in util_format_dxt1_srgba_fetch_rgba()
520 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]); in util_format_dxt3_srgba_fetch_rgba()
[all …]
/external/mesa3d/src/util/
Dformat_srgb.h132 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.c1421 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_a8b8g8r8_srgb()
1425 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_a8b8g8r8_srgb()
1429 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_a8b8g8r8_srgb()
1447 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_b8g8r8a8_srgb()
1451 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_b8g8r8a8_srgb()
1455 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_b8g8r8a8_srgb()
1473 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_a8r8g8b8_srgb()
1477 dst[1] = util_format_srgb_8unorm_to_linear_float(g); in unpack_float_a8r8g8b8_srgb()
1481 dst[2] = util_format_srgb_8unorm_to_linear_float(b); in unpack_float_a8r8g8b8_srgb()
1498 dst[0] = util_format_srgb_8unorm_to_linear_float(r); in unpack_float_b8g8r8x8_srgb()
[all …]
/external/mesa3d/src/intel/isl/
Disl_format.c1277 unpacked.f32 = util_format_srgb_8unorm_to_linear_float(packed); in unpack_channel()