Lines Matching defs:Extension
36 class Extension:
53 Extension('VK_KHR_bind_memory2', 1, True),
54 Extension('VK_KHR_create_renderpass2', 1, True),
55 Extension('VK_KHR_dedicated_allocation', 1, True),
56 Extension('VK_KHR_get_display_properties2', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
57 Extension('VK_KHR_get_memory_requirements2', 1, True),
58 Extension('VK_KHR_get_physical_device_properties2', 1, True),
59 Extension('VK_KHR_get_surface_capabilities2', 1, 'TU_HAS_SURFACE'),
60 Extension('VK_KHR_maintenance1', 1, True),
61 Extension('VK_KHR_maintenance2', 1, True),
62 Extension('VK_KHR_maintenance3', 1, True),
63 Extension('VK_KHR_surface', 25, 'TU_HAS_SURFACE'),
64 Extension('VK_KHR_swapchain', 68, 'TU_HAS_SURFACE'),
65 Extension('VK_KHR_wayland_surface', 6, 'VK_USE_PLATFORM_WAYLAND_KHR'),
66 Extension('VK_KHR_xcb_surface', 6, 'VK_USE_PLATFORM_XCB_KHR'),
67 Extension('VK_KHR_xlib_surface', 6, 'VK_USE_PLATFORM_XLIB_KHR'),
68 Extension('VK_KHR_display', 23, 'VK_USE_PLATFORM_DISPLAY_KHR'),
69 Extension('VK_EXT_direct_mode_display', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
70 Extension('VK_EXT_acquire_xlib_display', 1, 'VK_USE_PLATFORM_XLIB_XRANDR_EXT'),
71 Extension('VK_EXT_display_surface_counter', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
72 Extension('VK_EXT_display_control', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
73 Extension('VK_EXT_debug_report', 9, True),
74 Extension('VK_KHR_external_memory_capabilities', 1, True),
75 Extension('VK_KHR_external_memory', 1, True),
76 Extension('VK_KHR_external_memory_fd', 1, True),
77 Extension('VK_EXT_external_memory_dma_buf', 1, True),