Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_image.c80 surface->blk_w = vk_format_get_blockwidth(pCreateInfo->format); in radv_init_surface()
993 assert(image->surface.blk_w % vk_format_get_blockwidth(image->vk_format) == 0); in radv_image_view_make_descriptor()
994 …blk_w = image->surface.blk_w / vk_format_get_blockwidth(image->vk_format) * vk_format_get_blockwid… in radv_image_view_make_descriptor()
1072 unsigned view_bw = vk_format_get_blockwidth(iview->vk_format); in radv_image_view_init()
1074 unsigned img_bw = vk_format_get_blockwidth(image->vk_format); in radv_image_view_init()
Dvk_format.h177 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function