Home
last modified time | relevance | path

Searched refs:TCacheEntry (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DTextureCacheBase.h87 struct TCacheEntry struct
125 std::unordered_set<TCacheEntry*> references; argument
136 ~TCacheEntry();
163 void CreateReference(TCacheEntry* other_entry) in CreateReference() argument
215 TCacheEntry* Load(const u32 stage);
274 std::array<TCacheEntry*, 8> bound_textures{};
288 TCacheEntry* ApplyPaletteToEntry(TCacheEntry* entry, u8* palette, TLUTFormat tlutfmt);
290 TCacheEntry* ReinterpretEntry(const TCacheEntry* existing_entry, TextureFormat new_format);
292 TCacheEntry* DoPartialTextureUpdates(TCacheEntry* entry_to_update, u8* palette,
324 void FlushEFBCopy(TCacheEntry* entry);
[all …]
H A DTextureCacheBase.cpp63 TextureCacheBase::TCacheEntry::TCacheEntry(std::unique_ptr<AbstractTexture> tex, in TCacheEntry() function in TextureCacheBase::TCacheEntry
69 TextureCacheBase::TCacheEntry::~TCacheEntry() in ~TCacheEntry()
252 TextureCacheBase::TCacheEntry*
654 TCacheEntry* entry = new TCacheEntry(std::move(tex->texture), std::move(tex->framebuffer)); in DoLoadState()
730 TextureCacheBase::TCacheEntry*
1205 TextureCacheBase::TCacheEntry*
1459 TCacheEntry* decoded_entry = in GetTexture()
1703 TextureCacheBase::TCacheEntry*
1864 [](const TCacheEntry* a, const TCacheEntry* b) { return a->id < b->id; }); in StitchXFBCopy()
2147 TCacheEntry* entry = nullptr; in CopyRenderTargetToTexture()
[all …]
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dfestival.c189 } TCacheEntry; typedef
895 TCacheEntry *entry = data; in cache_destroy_entry()
1062 TCacheEntry *entry; in cache_insert()
1109 entry = (TCacheEntry *) g_malloc(sizeof(TCacheEntry)); in cache_insert()
1123 TCacheEntry *entry; in cache_lookup()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dfestival.c189 } TCacheEntry; typedef
895 TCacheEntry *entry = data; in cache_destroy_entry()
1062 TCacheEntry *entry; in cache_insert()
1109 entry = (TCacheEntry *) g_malloc(sizeof(TCacheEntry)); in cache_insert()
1123 TCacheEntry *entry; in cache_lookup()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Null/
H A DTextureCache.h22 void CopyEFBToCacheEntry(TCacheEntry* entry, bool is_depth_copy, in CopyEFBToCacheEntry()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DTextureCache.h22 void CopyEFBToCacheEntry(TCacheEntry* entry, bool is_depth_copy, in CopyEFBToCacheEntry()
/dports/lang/nbc/
H A DGIFImage.pas8274 TCacheEntry = record
8288 Cache : array[0..CacheSize-1] of TCacheEntry;
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas593 TCacheEntry = record
598 TCache = array of TCacheEntry;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.virtualtrees.pas605 TCacheEntry = record
610 TCache = array of TCacheEntry;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas593 TCacheEntry = record
598 TCache = array of TCacheEntry;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas635 TCacheEntry = record
640 TCache = array of TCacheEntry;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas635 TCacheEntry = record
640 TCache = array of TCacheEntry;