Home
last modified time | relevance | path

Searched refs:usingTimelineSemaphores (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp84 bool usingTimelineSemaphores = config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE_KHR; in basicOneQueueCase() local
86 … synchronizationWrapper = getSynchronizationWrapper(config.type, vk, usingTimelineSemaphores, 2u); in basicOneQueueCase()
98 usingTimelineSemaphores in basicOneQueueCase()
107 usingTimelineSemaphores, in basicOneQueueCase()
DvktSynchronizationUtil.cpp494 …LegacySynchronizationWrapper(const DeviceInterface& vk, bool usingTimelineSemaphores, deUint32 sub… in LegacySynchronizationWrapper() argument
504 if (usingTimelineSemaphores) in LegacySynchronizationWrapper()
937 bool usingTimelineSemaphores, in getSynchronizationWrapper() argument
941 …? SynchronizationWrapperPtr(new LegacySynchronizationWrapper(vk, usingTimelineSemaphores, submitIn… in getSynchronizationWrapper()
DvktSynchronizationUtil.hpp281 bool usingTimelineSemaphores,