Searched refs:m_timelineSemaphoreValues (Results 1 – 2 of 2) sorted by relevance
521 m_timelineSemaphoreValues.reserve(2 * submitInfoCount); in LegacySynchronizationWrapper()542 si.waitSemaphoreValueIndexPlusOne = m_timelineSemaphoreValues.size() + 1; in addSubmitInfo()544 m_timelineSemaphoreValues.push_back(pWaitSemaphoreInfos[i].value); in addSubmitInfo()551 si.signalSemaphoreValueIndexPlusOne = m_timelineSemaphoreValues.size() + 1; in addSubmitInfo()553 m_timelineSemaphoreValues.push_back(pSignalSemaphoreInfos[i].value); in addSubmitInfo()854 pWaitSemaphoreValues = &m_timelineSemaphoreValues[data.waitSemaphoreValueIndexPlusOne - 1]; in queueSubmit()858 pSignalSemaphoreValues = &m_timelineSemaphoreValues[data.signalSemaphoreValueIndexPlusOne - 1]; in queueSubmit()895 std::vector<deUint64> m_timelineSemaphoreValues; member in vkt::synchronization::LegacySynchronizationWrapper