Searched refs:usingTimelineSemaphores (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 93 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()
|
D | vktSynchronizationUtil.cpp | 510 …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()
|
D | vktSynchronizationUtil.hpp | 317 bool usingTimelineSemaphores,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 93 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()
|
D | vktSynchronizationUtil.cpp | 510 …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()
|
D | vktSynchronizationUtil.hpp | 317 bool usingTimelineSemaphores,
|