Searched refs:vk_format_get_blockwidth (Results 1 – 11 of 11) 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()
1477 uint32_t block_width = vk_format_get_blockwidth(format); in copy_compressed()
83 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
406 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_image_to_buffer_tlb()575 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in copy_image_to_buffer_blit()812 const uint32_t block_w = vk_format_get_blockwidth(src->vk.format); in copy_image_tfu()914 const uint32_t block_w = vk_format_get_blockwidth(dst->vk.format); in copy_image_tlb()997 const uint32_t src_block_w = vk_format_get_blockwidth(src->vk.format); in copy_image_blit()999 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk.format); in copy_image_blit()1302 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tfu()1418 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tlb()2341 const uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_blit()3847 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk.format); in blit_shader()[all …]
508 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk.format)); in emit_copy_layer_to_buffer_per_tile_list()1072 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk.format)); in emit_copy_buffer_to_layer_per_tile_list()
97 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in v3d_setup_slices()
60 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
1502 image->planes[i].surface.blk_w = vk_format_get_blockwidth(format); in radv_image_reset_layout()1831 assert(plane->surface.blk_w % vk_format_get_blockwidth(plane->format) == 0); in radv_image_view_make_descriptor()1832 blk_w = plane->surface.blk_w / vk_format_get_blockwidth(plane->format) * in radv_image_view_make_descriptor()1833 vk_format_get_blockwidth(vk_format); in radv_image_view_make_descriptor()1995 unsigned view_bw = vk_format_get_blockwidth(iview->vk_format); in radv_image_view_init()1997 unsigned img_bw = vk_format_get_blockwidth(image->vk_format); in radv_image_view_init()
262 unsigned width = DIV_ROUND_UP(image->info.width, vk_format_get_blockwidth(image->vk_format)); in radv_retile_dcc()
1861 unsigned w = (1u << ((l2_size + 1) / 2)) * vk_format_get_blockwidth(format); in fill_sparse_image_format_properties()
4336 DIV_ROUND_UP(bind_extent.width, vk_format_get_blockwidth(image->vk_format)); in radv_sparse_image_bind_memory()4341 bind_offset.x /= vk_format_get_blockwidth(image->vk_format); in radv_sparse_image_bind_memory()