Home
last modified time | relevance | path

Searched refs:blkh (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2534 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_buffer_get_copy_loc() local
2553 DIV_ROUND_UP(loc.PlacedFootprint.Footprint.Height, blkh); in dzn_buffer_get_copy_loc()
2577 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_buffer_get_line_copy_loc() local
2584 DIV_ROUND_UP(buffer_image_height, blkh); in dzn_buffer_get_line_copy_loc()
2587 ((y / blkh) * buffer_row_stride) + in dzn_buffer_get_line_copy_loc()
2595 new_loc.PlacedFootprint.Footprint.Height = blkh; in dzn_buffer_get_line_copy_loc()
H A Ddzn_image.c37 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_image_align_extent() local
41 util_is_power_of_two_nonzero(blkh) && in dzn_image_align_extent()
42 util_is_power_of_two_nonzero(blkh)); in dzn_image_align_extent()
45 extent->height = ALIGN_POT(extent->height, blkh); in dzn_image_align_extent()
H A Ddzn_cmd_buffer.c1591 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_cmd_buffer_copy_buf2img_region() local
1630 .bottom = blkh, in dzn_cmd_buffer_copy_buf2img_region()
1635 for (uint32_t y = 0; y < region.imageExtent.height; y += blkh) { in dzn_cmd_buffer_copy_buf2img_region()
1670 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_cmd_buffer_copy_img2buf_region() local
1713 for (uint32_t y = 0; y < region.imageExtent.height; y += blkh) { in dzn_cmd_buffer_copy_img2buf_region()
1722 src_box.bottom = src_box.top + blkh; in dzn_cmd_buffer_copy_img2buf_region()

Completed in 17 milliseconds