| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_clear.c | 638 if (fmt_desc->unpack_z_float) 639 fmt_desc->unpack_z_float(&depth, 0, data, 0, 1, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_pipe_clear.c | 311 desc->unpack_z_float(&depth, 0, data, 0, 1, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_clear.c | 735 if (fmt_unpack->unpack_z_float) 736 fmt_unpack->unpack_z_float(&depth, 0, data, 0, 1, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| u_format.h | 388 (*unpack_z_float)(float *restrict dst, unsigned dst_stride, member in struct:util_format_unpack_description 1490 desc->unpack_z_float(dst, 0, (const uint8_t *)src, 0, w, 1);
|
| u_format.c | 708 if (unpack->unpack_z_float && pack->pack_z_float) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/format/ |
| u_format_test.c | 474 unpack->unpack_z_float(&unpacked[0][0], sizeof unpacked[0], 837 TEST_ONE_UNPACK_FUNC(unpack_z_float);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_format.c | 656 if (src_format_desc->unpack_z_float && 668 src_format_desc->unpack_z_float(tmp_z, 0, src_row, src_stride, width, 1);
|
| u_format.h | 333 (*unpack_z_float)(float *dst, unsigned dst_stride, member in struct:util_format_description
|
| u_surface.c | 647 desc->unpack_z_float(&depth, 0, data, 0, 1, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| u_format_test.c | 462 format_desc->unpack_z_float(&unpacked[0][0], sizeof unpacked[0], 797 TEST_ONE_FUNC(unpack_z_float);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_clear.c | 730 if (unpack->unpack_z_float)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_clear.c | 735 desc->unpack_z_float(&depth, 0, data, 0, 1, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_surface.c | 478 desc->unpack_z_float(&depth, 0, data, 0, 1, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_texture.c | 1642 desc->unpack_z_float(&depth, 0, data, 0, 1, 1);
|
| /xsrc/external/mit/MesaLib/src/util/format/ |
| u_format_table.c | [all...] |