Searched refs:vk_format_get_blockwidth (Results 1 – 9 of 9) sorted by relevance
144 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function159 return vk_format_get_blockwidth(format) > 1; in vk_format_is_compressed()
405 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_image_to_buffer_tlb()583 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in copy_image_to_buffer_blit()824 const uint32_t block_w = vk_format_get_blockwidth(src->vk.format); in copy_image_tfu()946 const uint32_t block_w = vk_format_get_blockwidth(dst->vk.format); in copy_image_tlb()1029 const uint32_t src_block_w = vk_format_get_blockwidth(src->vk.format); in copy_image_blit()1031 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk.format); in copy_image_blit()1349 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tfu()1446 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tlb()2375 const uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_blit()3871 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk.format); in blit_shader()[all …]
523 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk.format)); in emit_copy_layer_to_buffer_per_tile_list()1079 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk.format)); in emit_copy_buffer_to_layer_per_tile_list()
96 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in v3d_setup_slices()
1623 image->planes[i].surface.blk_w = vk_format_get_blockwidth(format); in radv_image_reset_layout()1955 assert(plane->surface.blk_w % vk_format_get_blockwidth(plane->format) == 0); in radv_image_view_make_descriptor()1956 blk_w = plane->surface.blk_w / vk_format_get_blockwidth(plane->format) * in radv_image_view_make_descriptor()1957 vk_format_get_blockwidth(vk_format); in radv_image_view_make_descriptor()2136 unsigned view_bw = vk_format_get_blockwidth(iview->vk.format); in radv_image_view_init()2138 unsigned img_bw = vk_format_get_blockwidth(image->planes[iview->plane_id].format); in radv_image_view_init()
259 unsigned width = DIV_ROUND_UP(image->info.width, vk_format_get_blockwidth(image->vk.format)); in radv_retile_dcc()
1898 unsigned w = (1u << ((l2_size + 1) / 2)) * vk_format_get_blockwidth(format); in fill_sparse_image_format_properties()
4833 DIV_ROUND_UP(bind_extent.width, vk_format_get_blockwidth(image->vk.format)); in radv_sparse_image_bind_memory()4838 bind_offset.x /= vk_format_get_blockwidth(image->vk.format); in radv_sparse_image_bind_memory()
1677 uint32_t block_width = vk_format_get_blockwidth(format); in copy_compressed()