Searched refs:ext_khr_device_swapchain (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/ |
D | vulkan.py | 1132 ext_khr_device_swapchain = Extension( variable 1343 …extensions = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_win32_surface, ext_khr_xcb_… 1346 extensions_all = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_win32_surface, 1354 extensions = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_win32_surface, 1356 … extensions_all = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_win32_surface, 1361 extensions = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_xcb_surface, 1364 extensions_all = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_xcb_surface, 1370 extensions = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_android_surface, 1372 … extensions_all = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_android_surface, 1377 extensions = [core, ext_khr_surface, ext_khr_device_swapchain, ext_khr_win32_surface, [all …]
|
D | vk_layer_documentation_generate.py | 325 wsi_ds_names = [p.name for p in vulkan.ext_khr_device_swapchain.protos]
|