Searched refs:StoreAllocation (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.cpp | 487 …return StoreAllocation(store, { ResourceDescriptor { desc }, {}, {}, RenderHandleType::GPU_BUFFER,… in CreateStagingBuffer() 549 return StoreAllocation(store, in CreateBuffer() 728 return StoreAllocation(store, info); in CreateImage() 919 return StoreAllocation( in CreateView() 964 …auto handle = StoreAllocation(store, { ResourceDescriptor { finalDesc }, name, {}, RenderHandleTyp… in CreateView() 1000 …return StoreAllocation(store, { ResourceDescriptor { desc }, name, {}, RenderHandleType::GPU_SAMPL… in Create() 1019 return StoreAllocation( in Create() 1042 return StoreAllocation(store, { ResourceDescriptor { validatedDesc }, name, replacedHandle, in CreateAccelerationStructure() 1122 return StoreAllocation(store, info).handle; in CreateSwapchainImage() 1165 return StoreAllocation(store, info).handle; in CreateShallowHandle() [all …]
|
H A D | gpu_resource_manager.h | 516 StoreAllocationData StoreAllocation(PerManagerStore& store, const StoreAllocationInfo& info);
|