Searched refs:renderDataStoreStaging (Results 1 – 1 of 1) sorted by relevance
| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| D | render_node_staging.cpp | 343 StagingConsumeStruct renderDataStoreStaging; in ExecuteFrame() local 349 renderDataStoreStaging = dataStoreDefaultStaging->ConsumeStagingData(); in ExecuteFrame() 361 CopyHostToStaging(gpuResourceMgr, renderDataStoreStaging); in ExecuteFrame() 367 CopyStagingToImages(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame() 368 CopyImagesToBuffers(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame() 369 CopyImagesToImages(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame() 372 CopyStagingToBuffers(cmdList, staging, renderDataStoreStaging); in ExecuteFrame()
|