Searched refs:SamplerCache (Results 1 – 5 of 5) sorted by relevance
331 SamplerCache &getSamplerCache() { return mSamplerCache; } in getSamplerCache()538 SamplerCache mSamplerCache;
1627 class SamplerCache final : public HasCacheStats<VulkanCacheType::Sampler>1630 SamplerCache();1631 ~SamplerCache() override;
3860 SamplerCache::SamplerCache() = default;3862 SamplerCache::~SamplerCache() in ~SamplerCache()3867 void SamplerCache::destroy(RendererVk *rendererVk) in destroy()3885 angle::Result SamplerCache::getSampler(ContextVk *contextVk, in getSampler()
1366 struct SamplerCache struct in sw::SpirvRoutine1387 std::unordered_map<SpirvShader::Object::ID, SamplerCache> samplerCache;
1623 routine->samplerCache.emplace(insn.resultId(), SpirvRoutine::SamplerCache{}); in emitProlog()