Merge vk-gl-cts/vulkan-cts-1.3.2 into vk-gl-cts/vulkan-cts-1.3.3
authorMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 28 Jul 2022 20:28:03 +0000 (20:28 +0000)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 28 Jul 2022 20:28:03 +0000 (20:28 +0000)
Change-Id: Ide2d2e48acbd9485050376f1d3a7b9f85733533e

1  2 
external/vulkancts/modules/vulkan/memory/vktMemoryAllocationTests.cpp
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationSingleQueueTests.cpp
framework/platform/CMakeLists.txt

@@@ -646,9 -645,9 +646,10 @@@ public
                {
                        TCU_THROW(NotSupportedError, "VK_KHR_portability_subset: Events are not supported by this implementation");
                }
 +#endif // CTS_USES_VULKANSC
  
-               if (!context.getTimelineSemaphoreFeatures().timelineSemaphore)
+               if (m_syncPrimitive == SYNC_PRIMITIVE_TIMELINE_SEMAPHORE &&
+                       !context.getTimelineSemaphoreFeatures().timelineSemaphore)
                        TCU_THROW(NotSupportedError, "Timeline semaphore not supported");
  
                if (m_resourceDesc.type == RESOURCE_TYPE_IMAGE)
Simple merge