Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c88c4d44 authored by Tom Murphy's avatar Tom Murphy
Browse files

Regenerate native framework vulkan files for new header

Regen files and add 'VK_NV_cuda_kernel_launch' and
'VK_NV_external_compute_queue' to blocked extension list as they're
causing compilation issues and aren't used.

Flag: EXEMPT not possible to flag vulkan header changes
Test: n/a
Bug: b/378669647
Change-Id: I45e58bb7a7db016ca3c241008f8ebf23efac6196
parent 701e3ebd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -701,7 +701,9 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa
        "vkGetInstanceProcAddr",
        "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT",
        "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR",
        "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV",
        "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR",
        "vkGetPhysicalDeviceCooperativeVectorPropertiesNV",
        "vkGetPhysicalDeviceDisplayPlaneProperties2KHR",
        "vkGetPhysicalDeviceDisplayProperties2KHR",
        "vkGetPhysicalDeviceExternalBufferProperties",
@@ -711,6 +713,7 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa
        "vkGetPhysicalDeviceExternalImageFormatPropertiesNV",
        "vkGetPhysicalDeviceExternalSemaphoreProperties",
        "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR",
        "vkGetPhysicalDeviceExternalTensorPropertiesARM",
        "vkGetPhysicalDeviceFeatures",
        "vkGetPhysicalDeviceFeatures2",
        "vkGetPhysicalDeviceFeatures2KHR",
+2 −0
Original line number Diff line number Diff line
@@ -51,7 +51,9 @@ _BLOCKED_EXTENSIONS = [
    'VK_NV_acquire_winrt_display',
    'VK_NV_cooperative_matrix',
    'VK_NV_coverage_reduction_mode',
    'VK_NV_cuda_kernel_launch',
    'VK_NV_external_memory_win32',
    'VK_NV_external_compute_queue',
    'VK_NV_win32_keyed_mutex',
    'VK_NVX_image_view_handle',
    'VK_QNX_screen_surface',
+456 −38

File changed.

Preview size limit exceeded, changes collapsed.

+884 −45

File changed.

Preview size limit exceeded, changes collapsed.

+413 −21

File changed.

Preview size limit exceeded, changes collapsed.

Loading