Home
last modified time | relevance | path

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

/external/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.c1141 uint32_t block_width = vk_format_get_blockwidth(format); in copy_compressed()
/external/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h144 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function
Dv3dv_meta_copy.c656 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk_format)); in emit_copy_layer_to_buffer_per_tile_list()
755 const uint32_t block_w = vk_format_get_blockwidth(image->vk_format); in copy_image_to_buffer_tlb()
922 uint32_t block_width = vk_format_get_blockwidth(image->vk_format); in copy_image_to_buffer_blit()
1321 const uint32_t block_w = vk_format_get_blockwidth(dst->vk_format); in copy_image_tlb()
1404 const uint32_t src_block_w = vk_format_get_blockwidth(src->vk_format); in copy_image_blit()
1406 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk_format); in copy_image_blit()
2360 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk_format)); in emit_copy_buffer_to_layer_per_tile_list()
2493 const uint32_t block_w = vk_format_get_blockwidth(image->vk_format); in copy_buffer_to_image_tlb()
2638 uint32_t block_width = vk_format_get_blockwidth(image->vk_format); in copy_buffer_to_image_blit()
4115 const uint32_t dst_block_w = vk_format_get_blockwidth(dst->vk_format); in blit_shader()
[all …]
Dv3dv_image.c98 uint32_t block_width = vk_format_get_blockwidth(image->vk_format); in v3d_setup_slices()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c1323 image->planes[i].surface.blk_w = vk_format_get_blockwidth(format); in radv_image_reset_layout()
1532 assert(plane->surface.blk_w % vk_format_get_blockwidth(plane->format) == 0); in radv_image_view_make_descriptor()
1533 …blk_w = plane->surface.blk_w / vk_format_get_blockwidth(plane->format) * vk_format_get_blockwidth(… in radv_image_view_make_descriptor()
1662 unsigned view_bw = vk_format_get_blockwidth(iview->vk_format); in radv_image_view_init()
1664 unsigned img_bw = vk_format_get_blockwidth(image->vk_format); in radv_image_view_init()
Dvk_format.h187 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function