Home
last modified time | relevance | path

Searched refs:submitInfoCount (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp494 …tionWrapper(const DeviceInterface& vk, bool usingTimelineSemaphores, deUint32 submitInfoCount = 1u) in LegacySynchronizationWrapper() argument
498 m_waitSemaphores.reserve(submitInfoCount); in LegacySynchronizationWrapper()
499 m_signalSemaphores.reserve(submitInfoCount); in LegacySynchronizationWrapper()
500 m_waitDstStageMasks.reserve(submitInfoCount); in LegacySynchronizationWrapper()
501 m_commandBuffers.reserve(submitInfoCount); in LegacySynchronizationWrapper()
502 m_submitInfoData.reserve(submitInfoCount); in LegacySynchronizationWrapper()
505 m_timelineSemaphoreValues.reserve(2 * submitInfoCount); in LegacySynchronizationWrapper()
872 Synchronization2Wrapper(const DeviceInterface& vk, deUint32 submitInfoCount) in Synchronization2Wrapper() argument
875 m_submitInfo.reserve(submitInfoCount); in Synchronization2Wrapper()
938 deUint32 submitInfoCount) in getSynchronizationWrapper() argument
[all …]
DvktSynchronizationUtil.hpp282 deUint32 submitInfoCount = 1u);