Home
last modified time | relevance | path

Searched refs:bufferToImage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp166 … const vector<StagingCopyStruct>& bufferToImage, const vector<BufferImageCopy>& bufferImageCopies, in CopyBuffersToImages() argument
169 for (const auto& ref : bufferToImage) { in CopyBuffersToImages()
321 for (const auto& ref : stagingData.bufferToImage) { in CopyHostToStaging()
347 for (const auto& ref : stagingData.bufferToImage) { in CopyStagingToImages()
352 for (const auto& ref : renderDataStoreStagingData.bufferToImage) { in CopyStagingToImages()
361 …CopyBuffersToImages(gpuResourceMgr, cmdList, stagingData.bufferToImage, stagingData.bufferImageCop… in CopyStagingToImages()
363 CopyBuffersToImages(gpuResourceMgr, cmdList, renderDataStoreStagingData.bufferToImage, in CopyStagingToImages()
379 for (const auto& ref : stagingData.bufferToImage) { in CopyStagingToImages()
384 for (const auto& ref : renderDataStoreStagingData.bufferToImage) { in CopyStagingToImages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp122 …staging.bufferToImage.push_back(StagingCopyStruct { StagingCopyStruct::DataType::DATA_TYPE_DIRECT_… in CopyBufferToImage()
199 … staging.bufferToImage.push_back(StagingCopyStruct { StagingCopyStruct::DataType::DATA_TYPE_VECTOR, in CopyDataToImage()
215 …staging.bufferToImage.push_back(StagingCopyStruct { StagingCopyStruct::DataType::DATA_TYPE_DIRECT_… in CopyBufferToImage()
248 …const bool noBeginStaging = begStaging.bufferToBuffer.empty() && begStaging.bufferToImage.empty() … in HasBeginStagingData()
264 … const bool noEndStaging = endStaging.bufferToBuffer.empty() && endStaging.bufferToImage.empty() && in HasEndStagingData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp817 …locRef.optionalStagingVectorIndex = static_cast<uint32_t>(stagingOperations_.bufferToImage.size()); in Create()
823 stagingOperations_.bufferToImage.push_back( in Create()
859 …locRef.optionalStagingVectorIndex = static_cast<uint32_t>(stagingOperations_.bufferToImage.size()); in Create()
867 stagingOperations_.bufferToImage.push_back( in Create()
1187 invalidateStagingCopy(destroyAlloc, stagingOperations_.bufferToImage); in RemoveStagingOperations()
1759 perFrameStagingData_.bufferToBuffer.size() + perFrameStagingData_.bufferToImage.size()); in LockFrameStagingData()
1766 for (auto& ref : perFrameStagingData_.bufferToImage) { in LockFrameStagingData()
1807 if (perFrameStagingData_.bufferToBuffer.empty() && perFrameStagingData_.bufferToImage.empty() && in HasStagingData()
H A Dgpu_resource_manager.h131 BASE_NS::vector<StagingCopyStruct> bufferToImage; member