Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp373 gpuSamplerMgr_(make_unique<GpuResourceManagerTyped<GpuSampler, GpuSamplerDesc>>(device)) in GpuResourceManager()
379 samplerStore_.mgr = gpuSamplerMgr_.get(); in GpuResourceManager()
1574 gpuSamplerMgr_->Create<uint32_t>(arrayIndex, op.descriptor.samplerDescriptor, {}, false, 0); in CreateGpuResource()
1920 …PLUGIN_LOG_D("GPU sampler count: %u", static_cast<uint32_t>(gpuSamplerMgr_->GetValidResourceCount(… in DebugPrintValidCounts()
2047 return gpuSamplerMgr_->Get(RenderHandleUtil::GetIndexPart(resHandle)); in GetSampler()
2414 GpuResourceUtil::DebugSamplerName(device_, *gpuSamplerMgr_->Get(arrayIndex), name); in ProcessDebugTags()
H A Dgpu_resource_manager.h383 BASE_NS::unique_ptr<GpuResourceManagerTyped<GpuSampler, GpuSamplerDesc>> gpuSamplerMgr_; variable