Home
last modified time | relevance | path

Searched refs:vk_format_get_blockwidth (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dvk_format.h53 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
68 return vk_format_get_blockwidth(format) > 1; in vk_format_is_compressed()
Dtu_clear_blit.c1477 uint32_t block_width = vk_format_get_blockwidth(format); in copy_compressed()
/third_party/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h83 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
Dv3dv_meta_copy.c406 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 …]
Dv3dvx_meta_common.c508 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()
Dv3dv_image.c97 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in v3d_setup_slices()
/third_party/mesa3d/src/amd/vulkan/
Dvk_format.h60 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
Dradv_image.c1502 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()
Dradv_meta_dcc_retile.c262 unsigned width = DIV_ROUND_UP(image->info.width, vk_format_get_blockwidth(image->vk_format)); in radv_retile_dcc()
Dradv_formats.c1861 unsigned w = (1u << ((l2_size + 1) / 2)) * vk_format_get_blockwidth(format); in fill_sparse_image_format_properties()
Dradv_device.c4336 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()