Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DTextureCacheBase.h279 using TexHashCache = std::multimap<u64, TCacheEntry*>; variable
337 TexHashCache textures_by_hash;
H A DTextureCacheBase.cpp1478 TexHashCache::iterator hash_iter = hash_range.first; in GetTexture()