Home
last modified time | relevance | path

Searched refs:vk_format_get_blockheight (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h59 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() function
Dtu_clear_blit.c1142 uint32_t block_height = vk_format_get_blockheight(format); in copy_compressed()
/external/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h150 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() function
Dv3dv_meta_copy.c657 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 …]
Dv3dv_image.c99 uint32_t block_height = vk_format_get_blockheight(image->vk_format); in v3d_setup_slices()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h200 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() function
Dradv_image.c1324 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()