Home
last modified time | relevance | path

Searched refs:blkd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c38 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_image_align_extent() local
46 extent->depth = ALIGN_POT(extent->depth, blkd); in dzn_image_align_extent()
436 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_image_get_copy_loc() local
443 loc.PlacedFootprint.Footprint.Depth = ALIGN_POT(image->vk.extent.depth, blkd); in dzn_image_get_copy_loc()
H A Ddzn_cmd_buffer.c2394 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_cmd_buffer_copy_buf2img_region() local
2433 .back = blkd, in dzn_cmd_buffer_copy_buf2img_region()
2436 for (uint32_t z = 0; z < region.imageExtent.depth; z += blkd) { in dzn_cmd_buffer_copy_buf2img_region()
2475 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_cmd_buffer_copy_img2buf_region() local
2513 for (uint32_t z = 0; z < region.imageExtent.depth; z += blkd) { in dzn_cmd_buffer_copy_img2buf_region()
2515 src_box.back = src_box.front + blkd; in dzn_cmd_buffer_copy_img2buf_region()
H A Ddzn_device.c3192 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_buffer_get_line_copy_loc() local
3202 ((z / blkd) * buffer_layer_stride); in dzn_buffer_get_line_copy_loc()