Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.h233 struct SamplerKey struct
235 SamplerKey();
236 SamplerKey(int baseLevel, int mipLevels, bool swizzle, bool dropStencil);
238 bool operator<(const SamplerKey &rhs) const;
247 const SamplerKey &key, argument
250 using SRVCacheForSampler = std::map<SamplerKey, d3d11::SharedSRV>;
DTextureStorage11.cpp35 TextureStorage11::SamplerKey::SamplerKey() in SamplerKey() function in rx::TextureStorage11::SamplerKey
39 TextureStorage11::SamplerKey::SamplerKey(int baseLevel, in SamplerKey() function in rx::TextureStorage11::SamplerKey
46 bool TextureStorage11::SamplerKey::operator<(const SamplerKey &rhs) const in operator <()
265 const SamplerKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRVForSampler()
287 const SamplerKey &key, in getCachedOrCreateSRVForSampler()
389 SamplerKey key(baseLevel, mipLevels, false, false); in getSRVLevels()