Searched refs:vk_format_get_blockwidth (Results 1 – 7 of 7) sorted by relevance
53 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function68 return vk_format_get_blockwidth(format) > 1; in vk_format_is_compressed()
1141 uint32_t block_width = vk_format_get_blockwidth(format); in copy_compressed()
144 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
656 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk_format)); in emit_copy_layer_to_buffer_per_tile_list()755 const uint32_t block_w = vk_format_get_blockwidth(image->vk_format); in copy_image_to_buffer_tlb()922 uint32_t block_width = vk_format_get_blockwidth(image->vk_format); in copy_image_to_buffer_blit()1321 const uint32_t block_w = vk_format_get_blockwidth(dst->vk_format); in copy_image_tlb()1404 const uint32_t src_block_w = vk_format_get_blockwidth(src->vk_format); in copy_image_blit()1406 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk_format); in copy_image_blit()2360 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk_format)); in emit_copy_buffer_to_layer_per_tile_list()2493 const uint32_t block_w = vk_format_get_blockwidth(image->vk_format); in copy_buffer_to_image_tlb()2638 uint32_t block_width = vk_format_get_blockwidth(image->vk_format); in copy_buffer_to_image_blit()4115 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk_format); in blit_shader()[all …]
98 uint32_t block_width = vk_format_get_blockwidth(image->vk_format); in v3d_setup_slices()
1323 image->planes[i].surface.blk_w = vk_format_get_blockwidth(format); in radv_image_reset_layout()1532 assert(plane->surface.blk_w % vk_format_get_blockwidth(plane->format) == 0); in radv_image_view_make_descriptor()1533 …blk_w = plane->surface.blk_w / vk_format_get_blockwidth(plane->format) * vk_format_get_blockwidth(… in radv_image_view_make_descriptor()1662 unsigned view_bw = vk_format_get_blockwidth(iview->vk_format); in radv_image_view_init()1664 unsigned img_bw = vk_format_get_blockwidth(image->vk_format); in radv_image_view_init()
187 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function