Searched refs:util_half_to_float (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_half_test.c20 f.f = util_half_to_float(h);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_half.h104 util_half_to_float(uint16_t f16) function in typeref:typename:float
/xsrc/external/mit/MesaLib.old/src/gallium/auxiliary/
H A Du_format_table.c5934 dst[3] = util_half_to_float(pixel.chan.a); /* a */
5970 dst[3] = util_half_to_float(pixel.chan.a); /* a */
5986 dst[3] = float_to_ubyte(util_half_to_float(pixel.chan.a)); /* a */
6031 dst[0] = util_half_to_float(pixel.chan.rgb); /* r */
6032 dst[1] = util_half_to_float(pixel.chan.rgb); /* g */
6033 dst[2] = util_half_to_float(pixel.chan.rgb); /* b */
6067 dst[0] = util_half_to_float(pixel.chan.rgb); /* r */
6068 dst[1] = util_half_to_float(pixel.chan.rgb); /* g */
6069 dst[2] = util_half_to_float(pixel.chan.rgb); /* b */
6083 dst[0] = float_to_ubyte(util_half_to_float(pixe
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c151 printf(" %f", util_half_to_float(val[i]));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c3394 dst[0].f[chan] = util_half_to_float(arg.u[chan] & 0xffff);
3395 dst[1].f[chan] = util_half_to_float(arg.u[chan] >> 16);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3485 - util: move util_half_to_float code into \_mesa_half_to_float_slow
3486 - util: remove util_float_to_half and util_half_to_float wrappers
3509 - util: move util_half_to_float code into \_mesa_half_to_float_slow
3510 - util: remove util_float_to_half and util_half_to_float wrappers

Completed in 57 milliseconds