Searched refs:util_format_z24_unorm_s8_uint_pack_separate (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/util/format/ |
H A D | u_format_zs.h | 121 util_format_z24_unorm_s8_uint_pack_separate(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *z_src_row, unsigned z_src_stride, const uint8_t *s_src_row, unsigned s_src_stride, unsigned width, unsigned height);
|
H A D | u_format_zs.c | 527 util_format_z24_unorm_s8_uint_pack_separate(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_z24_unorm_s8_uint_pack_separate() function
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 306 util_format_z24_unorm_s8_uint_pack_separate(trans->staging, in u_transfer_helper_transfer_map() 657 util_format_z24_unorm_s8_uint_pack_separate(trans->staging, in u_transfer_helper_deinterleave_transfer_map()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 1430 util_format_z24_unorm_s8_uint_pack_separate(buf, trans->zs_cpu_copy_stride, in read_zs_surface()
|
Completed in 8 milliseconds