Searched refs:swcInfo (Results 1 – 1 of 1) sorted by relevance
1227 const VkImageCreateInfo *swcInfo = &chain->image_info.create; in wsi_common_create_swapchain_image() local1229 assert(pCreateInfo->imageType == swcInfo->imageType); in wsi_common_create_swapchain_image()1230 assert(pCreateInfo->format == swcInfo->format); in wsi_common_create_swapchain_image()1231 assert(pCreateInfo->extent.width == swcInfo->extent.width); in wsi_common_create_swapchain_image()1232 assert(pCreateInfo->extent.height == swcInfo->extent.height); in wsi_common_create_swapchain_image()1233 assert(pCreateInfo->extent.depth == swcInfo->extent.depth); in wsi_common_create_swapchain_image()1234 assert(pCreateInfo->mipLevels == swcInfo->mipLevels); in wsi_common_create_swapchain_image()1235 assert(pCreateInfo->arrayLayers == swcInfo->arrayLayers); in wsi_common_create_swapchain_image()1236 assert(pCreateInfo->samples == swcInfo->samples); in wsi_common_create_swapchain_image()1238 assert(!(pCreateInfo->usage & ~swcInfo->usage)); in wsi_common_create_swapchain_image()