Searched refs:z_src_row (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/format/ |
D | u_format_zs.c | 528 const uint32_t *z_src_row, unsigned z_src_stride, in util_format_z24_unorm_s8_uint_pack_separate() argument 534 const uint32_t *z_src = z_src_row; in util_format_z24_unorm_s8_uint_pack_separate() 541 z_src_row += z_src_stride / sizeof(*z_src_row); in util_format_z24_unorm_s8_uint_pack_separate() 548 const float *z_src_row, unsigned z_src_stride, in util_format_z24_unorm_s8_uint_pack_separate_z32() argument 554 const float *z_src = z_src_row; in util_format_z24_unorm_s8_uint_pack_separate_z32() 561 z_src_row += z_src_stride / sizeof(*z_src_row); in util_format_z24_unorm_s8_uint_pack_separate_z32()
|
D | u_format_zs.h | 121 …eparate(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *z_src_row, unsigned z_src_… 124 …parate_z32(uint8_t *restrict dst_row, unsigned dst_stride, const float *z_src_row, unsigned z_src_…
|