Lines Matching defs:swcInfo
1227 const VkImageCreateInfo *swcInfo = &chain->image_info.create;
1229 assert(pCreateInfo->imageType == swcInfo->imageType);
1230 assert(pCreateInfo->format == swcInfo->format);
1231 assert(pCreateInfo->extent.width == swcInfo->extent.width);
1232 assert(pCreateInfo->extent.height == swcInfo->extent.height);
1233 assert(pCreateInfo->extent.depth == swcInfo->extent.depth);
1234 assert(pCreateInfo->mipLevels == swcInfo->mipLevels);
1235 assert(pCreateInfo->arrayLayers == swcInfo->arrayLayers);
1236 assert(pCreateInfo->samples == swcInfo->samples);
1238 assert(!(pCreateInfo->usage & ~swcInfo->usage));