Searched refs:util_format_srgb_8unorm_to_linear_float (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_s3tc.c309 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
310 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
311 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
321 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
322 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
323 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
333 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
334 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
335 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
345 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(te
[all...]
H A Dtexcompress_bptc.c102 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[0]);
103 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[1]);
104 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[2]);
H A Dtexcompress_etc.c1324 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]);
1325 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]);
1326 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]);
1362 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]);
1363 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]);
1364 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]);
1490 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]);
1491 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]);
1492 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_s3tc.c318 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
319 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
320 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
330 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
331 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
332 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
342 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
343 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
344 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
354 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(te
[all...]
H A Dtexcompress_bptc.c102 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[0]);
103 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[1]);
104 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(texel_bytes[2]);
H A Dtexcompress_etc.c1326 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]);
1327 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]);
1328 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]);
1364 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]);
1365 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]);
1366 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]);
1492 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(dst[0]);
1493 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(dst[1]);
1494 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_s3tc.c213 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]);
214 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]);
215 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]);
492 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]);
493 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]);
494 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]);
503 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]);
504 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]);
505 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]);
514 dst[0] = util_format_srgb_8unorm_to_linear_float(tm
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_s3tc.c216 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]);
217 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]);
218 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]);
496 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]);
497 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]);
498 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]);
508 dst[0] = util_format_srgb_8unorm_to_linear_float(tmp[0]);
509 dst[1] = util_format_srgb_8unorm_to_linear_float(tmp[1]);
510 dst[2] = util_format_srgb_8unorm_to_linear_float(tmp[2]);
520 dst[0] = util_format_srgb_8unorm_to_linear_float(tm
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_srgb.h132 util_format_srgb_8unorm_to_linear_float(uint8_t x) function in typeref:typename:float
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_srgb.h132 util_format_srgb_8unorm_to_linear_float(uint8_t x) function in typeref:typename:float
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Dformat_unpack.c1560 dst[0] = util_format_srgb_8unorm_to_linear_float(r);
1564 dst[1] = util_format_srgb_8unorm_to_linear_float(g);
1568 dst[2] = util_format_srgb_8unorm_to_linear_float(b);
1586 dst[0] = util_format_srgb_8unorm_to_linear_float(r);
1590 dst[1] = util_format_srgb_8unorm_to_linear_float(g);
1594 dst[2] = util_format_srgb_8unorm_to_linear_float(b);
1612 dst[0] = util_format_srgb_8unorm_to_linear_float(r);
1616 dst[1] = util_format_srgb_8unorm_to_linear_float(g);
1620 dst[2] = util_format_srgb_8unorm_to_linear_float(b);
1637 dst[0] = util_format_srgb_8unorm_to_linear_float(
[all...]
/xsrc/external/mit/MesaLib/src/util/format/
H A Du_format_table.c7833 dst[0] = util_format_srgb_8unorm_to_linear_float(rgb); /* r */
7834 dst[1] = util_format_srgb_8unorm_to_linear_float(rgb); /* g */
7835 dst[2] = util_format_srgb_8unorm_to_linear_float(rgb); /* b */
7867 dst[0] = util_format_srgb_8unorm_to_linear_float(rgb); /* r */
7868 dst[1] = util_format_srgb_8unorm_to_linear_float(rgb); /* g */
7869 dst[2] = util_format_srgb_8unorm_to_linear_float(rgb); /* b */
7915 dst[0] = util_format_srgb_8unorm_to_linear_float(r); /* r */
7949 dst[0] = util_format_srgb_8unorm_to_linear_float(r); /* r */
7999 dst[0] = util_format_srgb_8unorm_to_linear_float(rgb); /* r */
8000 dst[1] = util_format_srgb_8unorm_to_linear_float(rg
[all...]
/xsrc/external/mit/MesaLib.old/src/gallium/auxiliary/
H A Du_format_table.c6830 dst[0] = util_format_srgb_8unorm_to_linear_float(rgb); /* r */
6831 dst[1] = util_format_srgb_8unorm_to_linear_float(rgb); /* g */
6832 dst[2] = util_format_srgb_8unorm_to_linear_float(rgb); /* b */
6867 dst[0] = util_format_srgb_8unorm_to_linear_float(rgb); /* r */
6868 dst[1] = util_format_srgb_8unorm_to_linear_float(rgb); /* g */
6869 dst[2] = util_format_srgb_8unorm_to_linear_float(rgb); /* b */
6933 dst[0] = util_format_srgb_8unorm_to_linear_float(r); /* r */
6970 dst[0] = util_format_srgb_8unorm_to_linear_float(r); /* r */
7045 dst[0] = util_format_srgb_8unorm_to_linear_float(rgb); /* r */
7046 dst[1] = util_format_srgb_8unorm_to_linear_float(rg
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c971 unpacked.f32 = util_format_srgb_8unorm_to_linear_float(packed);
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c1273 unpacked.f32 = util_format_srgb_8unorm_to_linear_float(packed);

Completed in 124 milliseconds