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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_s3tc.c136 dst[0] = util_format_srgb_to_linear_8unorm(dst[0]);
137 dst[1] = util_format_srgb_to_linear_8unorm(dst[1]);
138 dst[2] = util_format_srgb_to_linear_8unorm(dst[2]);
448 dst[0] = util_format_srgb_to_linear_8unorm(tmp[0]);
449 dst[1] = util_format_srgb_to_linear_8unorm(tmp[1]);
450 dst[2] = util_format_srgb_to_linear_8unorm(tmp[2]);
459 dst[0] = util_format_srgb_to_linear_8unorm(tmp[0]);
460 dst[1] = util_format_srgb_to_linear_8unorm(tmp[1]);
461 dst[2] = util_format_srgb_to_linear_8unorm(tmp[2]);
470 dst[0] = util_format_srgb_to_linear_8unorm(tm
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_s3tc.c139 dst[0] = util_format_srgb_to_linear_8unorm(dst[0]);
140 dst[1] = util_format_srgb_to_linear_8unorm(dst[1]);
141 dst[2] = util_format_srgb_to_linear_8unorm(dst[2]);
451 dst[0] = util_format_srgb_to_linear_8unorm(tmp[0]);
452 dst[1] = util_format_srgb_to_linear_8unorm(tmp[1]);
453 dst[2] = util_format_srgb_to_linear_8unorm(tmp[2]);
462 dst[0] = util_format_srgb_to_linear_8unorm(tmp[0]);
463 dst[1] = util_format_srgb_to_linear_8unorm(tmp[1]);
464 dst[2] = util_format_srgb_to_linear_8unorm(tmp[2]);
473 dst[0] = util_format_srgb_to_linear_8unorm(tm
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_srgb.h157 util_format_srgb_to_linear_8unorm(uint8_t x) function in typeref:typename:uint8_t
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_srgb.h157 util_format_srgb_to_linear_8unorm(uint8_t x) function in typeref:typename:uint8_t
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Dformat_unpack.c3778 dst[0] = util_format_srgb_to_linear_8unorm(r);
3782 dst[1] = util_format_srgb_to_linear_8unorm(g);
3786 dst[2] = util_format_srgb_to_linear_8unorm(b);
3804 dst[0] = util_format_srgb_to_linear_8unorm(r);
3808 dst[1] = util_format_srgb_to_linear_8unorm(g);
3812 dst[2] = util_format_srgb_to_linear_8unorm(b);
3830 dst[0] = util_format_srgb_to_linear_8unorm(r);
3834 dst[1] = util_format_srgb_to_linear_8unorm(g);
3838 dst[2] = util_format_srgb_to_linear_8unorm(b);
3855 dst[0] = util_format_srgb_to_linear_8unorm(
[all...]
/xsrc/external/mit/MesaLib/src/util/format/
H A Du_format_table.c7880 dst[0] = util_format_srgb_to_linear_8unorm(rgb); /* r */
7881 dst[1] = util_format_srgb_to_linear_8unorm(rgb); /* g */
7882 dst[2] = util_format_srgb_to_linear_8unorm(rgb); /* b */
7962 dst[0] = util_format_srgb_to_linear_8unorm(r); /* r */
8076 dst[0] = util_format_srgb_to_linear_8unorm(rgb); /* r */
8077 dst[1] = util_format_srgb_to_linear_8unorm(rgb); /* g */
8078 dst[2] = util_format_srgb_to_linear_8unorm(rgb); /* b */
8084 dst[0] = util_format_srgb_to_linear_8unorm(rgb); /* r */
8085 dst[1] = util_format_srgb_to_linear_8unorm(rgb); /* g */
8086 dst[2] = util_format_srgb_to_linear_8unorm(rg
[all...]
/xsrc/external/mit/MesaLib.old/src/gallium/auxiliary/
H A Du_format_table.c6884 dst[0] = util_format_srgb_to_linear_8unorm(rgb); /* r */
6885 dst[1] = util_format_srgb_to_linear_8unorm(rgb); /* g */
6886 dst[2] = util_format_srgb_to_linear_8unorm(rgb); /* b */
6987 dst[0] = util_format_srgb_to_linear_8unorm(r); /* r */
7135 dst[0] = util_format_srgb_to_linear_8unorm(rgb); /* r */
7136 dst[1] = util_format_srgb_to_linear_8unorm(rgb); /* g */
7137 dst[2] = util_format_srgb_to_linear_8unorm(rgb); /* b */
7145 dst[0] = util_format_srgb_to_linear_8unorm(rgb); /* r */
7146 dst[1] = util_format_srgb_to_linear_8unorm(rgb); /* g */
7147 dst[2] = util_format_srgb_to_linear_8unorm(rg
[all...]

Completed in 103 milliseconds