Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_renderer.cpp3005 constexpr uint32_t kMaxLayoutCount = 50; in appendDeviceExtensionFeaturesNotPromoted() local
3006 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()