Searched refs:util_format_srgb_to_linear_8unorm (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/util/
H A Dformat_srgb.h143 util_format_srgb_to_linear_8unorm(uint8_t x) function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.c257 dst[0] = util_format_srgb_to_linear_8unorm(dst[0]);
258 dst[1] = util_format_srgb_to_linear_8unorm(dst[1]);
259 dst[2] = util_format_srgb_to_linear_8unorm(dst[2]);
569 dst[0] = util_format_srgb_to_linear_8unorm(tmp[0]);
570 dst[1] = util_format_srgb_to_linear_8unorm(tmp[1]);
571 dst[2] = util_format_srgb_to_linear_8unorm(tmp[2]);
580 dst[0] = util_format_srgb_to_linear_8unorm(tmp[0]);
581 dst[1] = util_format_srgb_to_linear_8unorm(tmp[1]);
582 dst[2] = util_format_srgb_to_linear_8unorm(tmp[2]);
591 dst[0] = util_format_srgb_to_linear_8unorm(tm
[all...]
/external/mesa3d/prebuilt-intermediates/main/
H A Dformat_unpack.c3717 dst[0] = util_format_srgb_to_linear_8unorm(r);
3721 dst[1] = util_format_srgb_to_linear_8unorm(g);
3725 dst[2] = util_format_srgb_to_linear_8unorm(b);
3743 dst[0] = util_format_srgb_to_linear_8unorm(r);
3747 dst[1] = util_format_srgb_to_linear_8unorm(g);
3751 dst[2] = util_format_srgb_to_linear_8unorm(b);
3769 dst[0] = util_format_srgb_to_linear_8unorm(r);
3773 dst[1] = util_format_srgb_to_linear_8unorm(g);
3777 dst[2] = util_format_srgb_to_linear_8unorm(b);
3794 dst[0] = util_format_srgb_to_linear_8unorm(
[all...]

Completed in 174 milliseconds