Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h482 struct StoreAllocationData { struct
502 StoreAllocationData CreateBuffer( argument
505 StoreAllocationData CreateImage(
509 StoreAllocationData CreateAccelerationStructure(
516 StoreAllocationData StoreAllocation(PerManagerStore& store, const StoreAllocationInfo& info);
H A Dgpu_resource_manager.cpp492 GpuResourceManager::StoreAllocationData GpuResourceManager::CreateBuffer( in CreateBuffer()
538StoreAllocationData sad = StoreAllocation(store, { ResourceDescriptor { validatedDesc }, name, rep… in CreateBuffer()
626 StoreAllocationData sad; in Create()
690 GpuResourceManager::StoreAllocationData GpuResourceManager::CreateImage( in CreateImage()
793 StoreAllocationData sad; in Create()
836 StoreAllocationData sad; in Create()
1029 GpuResourceManager::StoreAllocationData GpuResourceManager::CreateAccelerationStructure( in CreateAccelerationStructure()
2129 GpuResourceManager::StoreAllocationData GpuResourceManager::StoreAllocation( in StoreAllocation()
2133 StoreAllocationData data; in StoreAllocation()