X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=external%2Fvulkancts%2Fmodules%2Fvulkan%2Fsynchronization%2FvktSynchronizationOperationMultiQueueTests.cpp;h=8c7c3c6919ab6f66d68fe475e5882e8f60cd58e4;hb=c20bf2e3023cb209ae3ec04b6e6339f8c3930dfb;hp=3cca8ce9fd7b77d3729495f480a6abd2a525bd78;hpb=fe945ad1451b31ea8e5a9bea44e06da1f5b6065f;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp b/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp index 3cca8ce..8c7c3c6 100644 --- a/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp +++ b/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp @@ -155,7 +155,7 @@ class MultiQueues &context.getDeviceFeatures() //const VkPhysicalDeviceFeatures* pEnabledFeatures; }; - if (!context.getTimelineSemaphoreFeatures().timelineSemaphore) + if (timelineSemaphore && !context.getTimelineSemaphoreFeatures().timelineSemaphore) TCU_THROW(NotSupportedError, "Timeline semaphore not supported"); m_logicalDevice = createDevice(context.getPlatformInterface(), context.getInstance(), instance, physicalDevice, &deviceInfo);