Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
Dvk_format.h144 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
159 return vk_format_get_blockwidth(format) > 1; in vk_format_is_compressed()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c405 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 …]
Dv3dvx_meta_common.c523 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()
Dv3dv_image.c96 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in v3d_setup_slices()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1623 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()
Dradv_meta_dcc_retile.c259 unsigned width = DIV_ROUND_UP(image->info.width, vk_format_get_blockwidth(image->vk.format)); in radv_retile_dcc()
Dradv_formats.c1898 unsigned w = (1u << ((l2_size + 1) / 2)) * vk_format_get_blockwidth(format); in fill_sparse_image_format_properties()
Dradv_device.c4833 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()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c1677 uint32_t block_width = vk_format_get_blockwidth(format); in copy_compressed()