Searched refs:gpuSamplerMgr_ (Results 1 – 2 of 2) sorted by relevance
373 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()
383 BASE_NS::unique_ptr<GpuResourceManagerTyped<GpuSampler, GpuSamplerDesc>> gpuSamplerMgr_; variable