Home
last modified time | relevance | path

Searched refs:PerManagerStore (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h443 struct PerManagerStore { struct
475 PerManagerStore bufferStore_ { RenderHandleType::GPU_BUFFER };
476 PerManagerStore imageStore_ { RenderHandleType::GPU_IMAGE };
477 PerManagerStore samplerStore_ { RenderHandleType::GPU_SAMPLER };
480 static uint64_t GetNextAvailableHandleId(PerManagerStore& mgrStore);
516 StoreAllocationData StoreAllocation(PerManagerStore& store, const StoreAllocationInfo& info);
523 const RenderHandleType resourceType, PerManagerStore& store);
533 void Destroy(PerManagerStore& store, const RenderHandle& handle);
535 void DestroyImmediate(PerManagerStore& store, const RenderHandle& handle);
540 PendingData CommitPendingData(PerManagerStore& store);
[all …]
H A Dgpu_resource_manager.cpp486 PerManagerStore& store = bufferStore_; in CreateStagingBuffer()
516 PerManagerStore& store = bufferStore_; in CreateBuffer()
564 PerManagerStore& store = bufferStore_; in Create()
697 PerManagerStore& store = imageStore_; in CreateImage()
743 PerManagerStore& store = imageStore_; in Create()
751 PerManagerStore& store = imageStore_; in Create()
759 PerManagerStore& store = imageStore_; in Create()
895 PerManagerStore& store = imageStore_; in CreateView()
928 PerManagerStore& store = imageStore_; in CreateView()
1088 PerManagerStore& store = imageStore_; in CreateSwapchainImage()
[all …]