Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp226 … const vector<StagingCopyStruct>& imageToBuffer, const vector<BufferImageCopy>& bufferImageCopies) in CopyImagesToBuffersImpl() argument
228 for (const auto& ref : imageToBuffer) { in CopyImagesToBuffersImpl()
409 for (const auto& ref : renderDataStoreStagingData.imageToBuffer) { in CopyImagesToBuffers()
419 PLUGIN_ASSERT(stagingData.imageToBuffer.empty()); in CopyImagesToBuffers()
420 CopyImagesToBuffersImpl(gpuResourceMgr, cmdList, renderDataStoreStagingData.imageToBuffer, in CopyImagesToBuffers()
437 for (const auto& ref : renderDataStoreStagingData.imageToBuffer) { in CopyImagesToBuffers()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp74 …staging.imageToBuffer.push_back(StagingCopyStruct { StagingCopyStruct::DataType::DATA_TYPE_SRC_TO_… in CopyImageToBuffer()
249 … begStaging.imageToBuffer.empty() && begStaging.imageToImage.empty() && in HasBeginStagingData()
265 endStaging.imageToBuffer.empty() && endStaging.imageToImage.empty() && in HasEndStagingData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h133 BASE_NS::vector<StagingCopyStruct> imageToBuffer; member
H A Dgpu_resource_manager.cpp1189 invalidateStagingCopy(destroyAlloc, stagingOperations_.imageToBuffer); in RemoveStagingOperations()
1808 perFrameStagingData_.imageToBuffer.empty() && perFrameStagingData_.imageToImage.empty() && in HasStagingData()