• Home
  • Raw
  • Download

Lines Matching refs:Extension

36 class Extension:  class
53Extension('VK_ANDROID_native_buffer', 5, 'ANDROID && device->rad_info.has_syncobj_…
54 Extension('VK_KHR_bind_memory2', 1, True),
55 Extension('VK_KHR_dedicated_allocation', 1, True),
56 Extension('VK_KHR_descriptor_update_template', 1, True),
57Extension('VK_KHR_external_fence', 1, 'device->rad_info.has_syncobj_wait_for_su…
58 Extension('VK_KHR_external_fence_capabilities', 1, True),
59Extension('VK_KHR_external_fence_fd', 1, 'device->rad_info.has_syncobj_wait_for_su…
60 Extension('VK_KHR_external_memory', 1, True),
61 Extension('VK_KHR_external_memory_capabilities', 1, True),
62 Extension('VK_KHR_external_memory_fd', 1, True),
63 Extension('VK_KHR_external_semaphore', 1, 'device->rad_info.has_syncobj'),
64 Extension('VK_KHR_external_semaphore_capabilities', 1, True),
65 Extension('VK_KHR_external_semaphore_fd', 1, 'device->rad_info.has_syncobj'),
66 Extension('VK_KHR_get_memory_requirements2', 1, True),
67 Extension('VK_KHR_get_physical_device_properties2', 1, True),
68 Extension('VK_KHR_get_surface_capabilities2', 1, True),
69 Extension('VK_KHR_image_format_list', 1, True),
70 Extension('VK_KHR_incremental_present', 1, True),
71 Extension('VK_KHR_maintenance1', 1, True),
72 Extension('VK_KHR_maintenance2', 1, True),
73 Extension('VK_KHR_push_descriptor', 1, True),
74 Extension('VK_KHR_relaxed_block_layout', 1, True),
75 Extension('VK_KHR_sampler_mirror_clamp_to_edge', 1, True),
76 Extension('VK_KHR_shader_draw_parameters', 1, True),
77 Extension('VK_KHR_storage_buffer_storage_class', 1, True),
78 Extension('VK_KHR_surface', 25, 'RADV_HAS_SURFACE'),
79 Extension('VK_KHR_swapchain', 68, 'RADV_HAS_SURFACE'),
80 Extension('VK_KHR_variable_pointers', 1, True),
81 Extension('VK_KHR_wayland_surface', 6, 'VK_USE_PLATFORM_WAYLAND_KHR'),
82 Extension('VK_KHR_xcb_surface', 6, 'VK_USE_PLATFORM_XCB_KHR'),
83 Extension('VK_KHR_xlib_surface', 6, 'VK_USE_PLATFORM_XLIB_KHR'),
84 Extension('VK_KHX_multiview', 1, False),
85 Extension('VK_EXT_debug_report', 9, True),
86 Extension('VK_EXT_discard_rectangles', 1, True),
87 Extension('VK_EXT_external_memory_dma_buf', 1, True),
88 Extension('VK_EXT_global_priority', 1, 'device->rad_info.has_ctx_priority'),
89 Extension('VK_AMD_draw_indirect_count', 1, True),
90Extension('VK_AMD_rasterization_order', 1, 'device->rad_info.chip_class >= VI && dev…
91 Extension('VK_AMD_shader_info', 1, True),