Searched refs:submitInfoCount (Results 1 – 2 of 2) sorted by relevance
494 …tionWrapper(const DeviceInterface& vk, bool usingTimelineSemaphores, deUint32 submitInfoCount = 1u) in LegacySynchronizationWrapper() argument498 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() argument875 m_submitInfo.reserve(submitInfoCount); in Synchronization2Wrapper()938 deUint32 submitInfoCount) in getSynchronizationWrapper() argument[all …]
282 deUint32 submitInfoCount = 1u);