Home
last modified time | relevance | path

Searched refs:texAddrOffset (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DTextureCacheCommon.h294 …ector<AttachCandidate> GetFramebufferCandidates(const TextureDefinition &entry, u32 texAddrOffset);
H A DTextureCacheCommon.cpp596 …> TextureCacheCommon::GetFramebufferCandidates(const TextureDefinition &entry, u32 texAddrOffset) {
610 FramebufferMatchInfo match = MatchFramebuffer(entry, framebuffer, texAddrOffset, channel);
623 …depth ? "DEPTH" : "COLOR", (int)candidates.size(), entry.addr, texAddrOffset, dimWidth(entry.dim),…
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DTextureCacheCommon.h294 …ector<AttachCandidate> GetFramebufferCandidates(const TextureDefinition &entry, u32 texAddrOffset);
H A DTextureCacheCommon.cpp596 …> TextureCacheCommon::GetFramebufferCandidates(const TextureDefinition &entry, u32 texAddrOffset) { in GetFramebufferCandidates() argument
610 FramebufferMatchInfo match = MatchFramebuffer(entry, framebuffer, texAddrOffset, channel); in GetFramebufferCandidates()
623 …depth ? "DEPTH" : "COLOR", (int)candidates.size(), entry.addr, texAddrOffset, dimWidth(entry.dim),… in GetFramebufferCandidates()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DTextureCacheCommon.h294 …ector<AttachCandidate> GetFramebufferCandidates(const TextureDefinition &entry, u32 texAddrOffset);
H A DTextureCacheCommon.cpp596 …> TextureCacheCommon::GetFramebufferCandidates(const TextureDefinition &entry, u32 texAddrOffset) { in GetFramebufferCandidates() argument
610 FramebufferMatchInfo match = MatchFramebuffer(entry, framebuffer, texAddrOffset, channel); in GetFramebufferCandidates()
623 …depth ? "DEPTH" : "COLOR", (int)candidates.size(), entry.addr, texAddrOffset, dimWidth(entry.dim),… in GetFramebufferCandidates()