Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp157 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut() local
165 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp157 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut() local
165 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp157 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut() local
165 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp186 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut() local
194 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/GLES/
H A DTextureCacheGLES.cpp182 …const u32 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clut… in UpdateCurrentClut() local
190 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp186 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut() local
194 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DTextureCacheGLES.cpp182 …const u32 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clut… in UpdateCurrentClut() local
190 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DTextureCacheGLES.cpp182 …const u32 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clut… in UpdateCurrentClut() local
190 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp186 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut() local
194 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DTextureCacheVulkan.cpp472 …const u32 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clut… in UpdateCurrentClut() local
480 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DTextureCacheVulkan.cpp472 …const u32 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clut… in UpdateCurrentClut() local
480 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DTextureCacheVulkan.cpp472 …const u32 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clut… in UpdateCurrentClut() local
480 const u32 clutExtendedBytes = std::min(clutTotalBytes_ + clutBaseBytes, clutMaxBytes_); in UpdateCurrentClut()