Searched refs:m_timelineSemaphoreValues (Results 1 – 1 of 1) sorted by relevance
505 m_timelineSemaphoreValues.reserve(2 * submitInfoCount); in LegacySynchronizationWrapper()526 si.waitSemaphoreValueIndexPlusOne = m_timelineSemaphoreValues.size() + 1; in addSubmitInfo()528 m_timelineSemaphoreValues.push_back(pWaitSemaphoreInfos[i].value); in addSubmitInfo()535 si.signalSemaphoreValueIndexPlusOne = m_timelineSemaphoreValues.size() + 1; in addSubmitInfo()537 m_timelineSemaphoreValues.push_back(pSignalSemaphoreInfos[i].value); in addSubmitInfo()824 pWaitSemaphoreValues = &m_timelineSemaphoreValues[data.waitSemaphoreValueIndexPlusOne - 1]; in queueSubmit()828 pSignalSemaphoreValues = &m_timelineSemaphoreValues[data.signalSemaphoreValueIndexPlusOne - 1]; in queueSubmit()865 std::vector<deUint64> m_timelineSemaphoreValues; member in vkt::synchronization::LegacySynchronizationWrapper