Searched refs:NeverPromoted (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanExtensions.cpp | 27 static constexpr uint32_t NeverPromoted = std::numeric_limits<uint32_t>::max(); variable 42 {InstanceExt::Surface, "VK_KHR_surface", NeverPromoted}, 43 {InstanceExt::FuchsiaImagePipeSurface, "VK_FUCHSIA_imagepipe_surface", NeverPromoted}, 44 {InstanceExt::MetalSurface, "VK_EXT_metal_surface", NeverPromoted}, 45 {InstanceExt::WaylandSurface, "VK_KHR_wayland_surface", NeverPromoted}, 46 {InstanceExt::Win32Surface, "VK_KHR_win32_surface", NeverPromoted}, 47 {InstanceExt::XcbSurface, "VK_KHR_xcb_surface", NeverPromoted}, 48 {InstanceExt::XlibSurface, "VK_KHR_xlib_surface", NeverPromoted}, 50 {InstanceExt::DebugUtils, "VK_EXT_debug_utils", NeverPromoted}, 51 {InstanceExt::ValidationFeatures, "VK_EXT_validation_features", NeverPromoted}, [all …]
|