Searched refs:usingTimelineSemaphores (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 84 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()
|
D | vktSynchronizationUtil.cpp | 494 …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()
|
D | vktSynchronizationUtil.hpp | 281 bool usingTimelineSemaphores,
|