Searched refs:util_format_z32_unorm_unpack_z_32unorm (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/util/format/ |
H A D | u_format_zs.h | 74 util_format_z32_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
|
H A D | u_format_zs.c | 242 util_format_z32_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, in util_format_z32_unorm_unpack_z_32unorm() function
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 444 util_format_z32_unorm_unpack_z_32unorm(dst, trans->trans->stride, in flush_region()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 1516 util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.b.stride, (uint8_t*)trans->data, in write_zs_surface()
|
Completed in 7 milliseconds