Searched refs:vk_format_get_blockwidth (Results 1 – 2 of 2) sorted by relevance
80 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()
177 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() function