Searched refs:vk_format_get_blockheight (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h89 vk_format_get_blockheight(VkFormat format) function in typeref:typename:unsigned
H A Dv3dv_meta_copy.c407 const uint32_t block_h = vk_format_get_blockheight(image->vk.format);
576 uint32_t block_height = vk_format_get_blockheight(image->vk.format);
813 const uint32_t block_h = vk_format_get_blockheight(src->vk.format);
915 const uint32_t block_h = vk_format_get_blockheight(dst->vk.format);
998 const uint32_t src_block_h = vk_format_get_blockheight(src->vk.format);
1000 const uint32_t dst_block_h = vk_format_get_blockheight(dst->vk.format);
1303 const uint32_t block_h = vk_format_get_blockheight(image->vk.format);
1419 const uint32_t block_h = vk_format_get_blockheight(image->vk.format);
2342 const uint32_t block_height = vk_format_get_blockheight(image->vk.format);
3848 const uint32_t dst_block_h = vk_format_get_blockheight(ds
[all...]
H A Dv3dv_image.c98 uint32_t block_height = vk_format_get_blockheight(image->vk.format);
H A Dv3dvx_meta_common.c509 height = DIV_ROUND_UP(height, vk_format_get_blockheight(image->vk.format));
1073 height = DIV_ROUND_UP(height, vk_format_get_blockheight(image->vk.format));
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h59 vk_format_get_blockheight(VkFormat format) function in typeref:typename:unsigned
H A Dtu_clear_blit.c1478 uint32_t block_height = vk_format_get_blockheight(format);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h66 vk_format_get_blockheight(VkFormat format) function in typeref:typename:unsigned
H A Dradv_meta_dcc_retile.c263 unsigned height = DIV_ROUND_UP(image->info.height, vk_format_get_blockheight(image->vk_format));
H A Dradv_image.c1506 image->planes[i].surface.blk_h = vk_format_get_blockheight(format);
1999 unsigned view_bh = vk_format_get_blockheight(iview->vk_format);
2001 unsigned img_bh = vk_format_get_blockheight(image->vk_format);
H A Dradv_formats.c1862 unsigned h = (1u << (l2_size / 2)) * vk_format_get_blockheight(format);
H A Dradv_device.c4342 DIV_ROUND_UP(bind_extent.height, vk_format_get_blockheight(image->vk_format));
4346 bind_offset.y /= vk_format_get_blockheight(image->vk_format);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format.h195 vk_format_get_blockheight(VkFormat format) function in typeref:typename:unsigned
217 unsigned blockheight = vk_format_get_blockheight(format);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format.h200 vk_format_get_blockheight(VkFormat format) function in typeref:typename:unsigned
H A Dradv_image.c219 surface->blk_h = vk_format_get_blockheight(format);
1255 unsigned view_bh = vk_format_get_blockheight(iview->vk_format);
1257 unsigned img_bh = vk_format_get_blockheight(image->vk_format);

Completed in 53 milliseconds