Searched refs:vk_format_get_blockheight (Results 1 – 7 of 7) sorted by relevance
59 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() function
1142 uint32_t block_height = vk_format_get_blockheight(format); in copy_compressed()
150 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() function
657 height = DIV_ROUND_UP(height, vk_format_get_blockheight(image->vk_format)); in emit_copy_layer_to_buffer_per_tile_list()756 const uint32_t block_h = vk_format_get_blockheight(image->vk_format); in copy_image_to_buffer_tlb()923 uint32_t block_height = vk_format_get_blockheight(image->vk_format); in copy_image_to_buffer_blit()1322 const uint32_t block_h = vk_format_get_blockheight(dst->vk_format); in copy_image_tlb()1405 const uint32_t src_block_h = vk_format_get_blockheight(src->vk_format); in copy_image_blit()1407 const uint32_t dst_block_h = vk_format_get_blockheight(dst->vk_format); in copy_image_blit()2361 height = DIV_ROUND_UP(height, vk_format_get_blockheight(image->vk_format)); in emit_copy_buffer_to_layer_per_tile_list()2494 const uint32_t block_h = vk_format_get_blockheight(image->vk_format); in copy_buffer_to_image_tlb()2639 uint32_t block_height = vk_format_get_blockheight(image->vk_format); in copy_buffer_to_image_blit()4116 const uint32_t dst_block_h = vk_format_get_blockheight(dst->vk_format); in blit_shader()[all …]
99 uint32_t block_height = vk_format_get_blockheight(image->vk_format); in v3d_setup_slices()
200 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() function
1324 image->planes[i].surface.blk_h = vk_format_get_blockheight(format); in radv_image_reset_layout()1663 unsigned view_bh = vk_format_get_blockheight(iview->vk_format); in radv_image_view_init()1665 unsigned img_bh = vk_format_get_blockheight(image->vk_format); in radv_image_view_init()