Home
last modified time | relevance | path

Searched defs:usingTimelineSemaphores (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp77 VideoDevice *getVideoDevice(Context &context, bool usingTimelineSemaphores, in getVideoDevice()
91 bool usingTimelineSemaphores = config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE; in basicOneQueueCase() local
225 bool usingTimelineSemaphores = config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE; in basicChainCase() local
550 bool usingTimelineSemaphores = config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE; in basicMultiQueueCase() local
H A DvktSynchronizationUtil.cpp497 …LegacySynchronizationWrapper(const DeviceInterface &vk, bool usingTimelineSemaphores, uint32_t sub… in LegacySynchronizationWrapper()
933bool usingTimelineSemaphores, uint32_t submitInfoCount) in getSynchronizationWrapper()