Searched refs:bufferToBuffer (Results 1 – 4 of 4) sorted by relevance
326 for (const auto& ref : stagingData.bufferToBuffer) { in CopyHostToStaging()515 …BuffersToBuffers = [](IRenderCommandList& cmdList, const vector<StagingCopyStruct>& bufferToBuffer, in CopyBuffersToBuffers()517 for (const auto& ref : bufferToBuffer) { in CopyBuffersToBuffers()529 copyBuffersToBuffers(cmdList, stagingData.bufferToBuffer, stagingData.bufferCopies); in CopyBuffersToBuffers()530 …copyBuffersToBuffers(cmdList, renderDataStoreStagingData.bufferToBuffer, renderDataStoreStagingDat… in CopyBuffersToBuffers()540 for (const auto& ref : stagingData.bufferToBuffer) { in CopyBuffersToBuffers()546 for (const auto& ref : renderDataStoreStagingData.bufferToBuffer) { in CopyBuffersToBuffers()
106 …staging.bufferToBuffer.push_back(StagingCopyStruct { StagingCopyStruct::DataType::DATA_TYPE_DIRECT… in CopyBufferToBuffer()155 …staging.bufferToBuffer.push_back(StagingCopyStruct { StagingCopyStruct::DataType::DATA_TYPE_VECTOR, in CopyDataToBuffer()248 …const bool noBeginStaging = begStaging.bufferToBuffer.empty() && begStaging.bufferToImage.empty() … in HasBeginStagingData()264 … const bool noEndStaging = endStaging.bufferToBuffer.empty() && endStaging.bufferToImage.empty() && in HasEndStagingData()
641 …ocRef.optionalStagingVectorIndex = static_cast<uint32_t>(stagingOperations_.bufferToBuffer.size()); in Create()648 stagingOperations_.bufferToBuffer.push_back( in Create()1185 invalidateStagingCopy(destroyAlloc, stagingOperations_.bufferToBuffer); in RemoveStagingOperations()1759 perFrameStagingData_.bufferToBuffer.size() + perFrameStagingData_.bufferToImage.size()); in LockFrameStagingData()1760 for (auto& ref : perFrameStagingData_.bufferToBuffer) { in LockFrameStagingData()1807 if (perFrameStagingData_.bufferToBuffer.empty() && perFrameStagingData_.bufferToImage.empty() && in HasStagingData()
129 BASE_NS::vector<StagingCopyStruct> bufferToBuffer; member