Searched refs:kMaxLayoutCount (Results 1 – 1 of 1) sorted by relevance
3005 constexpr uint32_t kMaxLayoutCount = 50; in appendDeviceExtensionFeaturesNotPromoted() local3006 mHostImageCopySrcLayoutsStorage.resize(kMaxLayoutCount, VK_IMAGE_LAYOUT_UNDEFINED); in appendDeviceExtensionFeaturesNotPromoted()3007 mHostImageCopyDstLayoutsStorage.resize(kMaxLayoutCount, VK_IMAGE_LAYOUT_UNDEFINED); in appendDeviceExtensionFeaturesNotPromoted()3008 mHostImageCopyProperties.copySrcLayoutCount = kMaxLayoutCount; in appendDeviceExtensionFeaturesNotPromoted()3009 mHostImageCopyProperties.copyDstLayoutCount = kMaxLayoutCount; in appendDeviceExtensionFeaturesNotPromoted()