Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp93 bool usingTimelineSemaphores = config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE; in basicOneQueueCase() local
95 … synchronizationWrapper = getSynchronizationWrapper(config.type, vk, usingTimelineSemaphores, 2u); in basicOneQueueCase()
107 usingTimelineSemaphores in basicOneQueueCase()
116 usingTimelineSemaphores, in basicOneQueueCase()
DvktSynchronizationUtil.cpp510 …LegacySynchronizationWrapper(const DeviceInterface& vk, bool usingTimelineSemaphores, deUint32 sub… in LegacySynchronizationWrapper() argument
520 if (usingTimelineSemaphores) in LegacySynchronizationWrapper()
991 bool usingTimelineSemaphores, in getSynchronizationWrapper() argument
995 …? SynchronizationWrapperPtr(new LegacySynchronizationWrapper(vk, usingTimelineSemaphores, submitIn… in getSynchronizationWrapper()
DvktSynchronizationUtil.hpp317 bool usingTimelineSemaphores,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp93 bool usingTimelineSemaphores = config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE; in basicOneQueueCase() local
95 … synchronizationWrapper = getSynchronizationWrapper(config.type, vk, usingTimelineSemaphores, 2u); in basicOneQueueCase()
107 usingTimelineSemaphores in basicOneQueueCase()
116 usingTimelineSemaphores, in basicOneQueueCase()
DvktSynchronizationUtil.cpp510 …LegacySynchronizationWrapper(const DeviceInterface& vk, bool usingTimelineSemaphores, deUint32 sub… in LegacySynchronizationWrapper() argument
520 if (usingTimelineSemaphores) in LegacySynchronizationWrapper()
991 bool usingTimelineSemaphores, in getSynchronizationWrapper() argument
995 …? SynchronizationWrapperPtr(new LegacySynchronizationWrapper(vk, usingTimelineSemaphores, submitIn… in getSynchronizationWrapper()
DvktSynchronizationUtil.hpp317 bool usingTimelineSemaphores,