/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/ |
H A D | DepalettizeShaderCommon.cpp | 180 const u32 clutBase = gstate.getClutIndexStartPos(); in GenerateDepalShaderFloat() local 288 …al, G3D, "%i depal unsupported: shift=%i mask=%02x offset=%d", pixelFormat, shift, mask, clutBase); in GenerateDepalShaderFloat() 293 float texel_offset = ((float)clutBase + 0.5f) / texturePixels; in GenerateDepalShaderFloat()
|
H A D | TextureCacheCommon.h | 274 …virtual void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) =…
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/ |
H A D | DepalettizeShaderCommon.cpp | 180 const u32 clutBase = gstate.getClutIndexStartPos(); in GenerateDepalShaderFloat() local 288 …al, G3D, "%i depal unsupported: shift=%i mask=%02x offset=%d", pixelFormat, shift, mask, clutBase); in GenerateDepalShaderFloat() 293 float texel_offset = ((float)clutBase + 0.5f) / texturePixels; in GenerateDepalShaderFloat()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/ |
H A D | DepalettizeShaderCommon.cpp | 180 const u32 clutBase = gstate.getClutIndexStartPos(); in GenerateDepalShaderFloat() local 288 …al, G3D, "%i depal unsupported: shift=%i mask=%02x offset=%d", pixelFormat, shift, mask, clutBase); in GenerateDepalShaderFloat() 293 float texel_offset = ((float)clutBase + 0.5f) / texturePixels; in GenerateDepalShaderFloat()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Directx9/ |
H A D | TextureCacheDX9.h | 70 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheDX9.cpp | 156 void TextureCacheDX9::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsS… in UpdateCurrentClut() argument 157 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Directx9/ |
H A D | TextureCacheDX9.h | 70 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheDX9.cpp | 156 void TextureCacheDX9::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsS… in UpdateCurrentClut() argument 157 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Directx9/ |
H A D | TextureCacheDX9.h | 70 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheDX9.cpp | 156 void TextureCacheDX9::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsS… in UpdateCurrentClut() argument 157 …const u32 clutBaseBytes = clutBase * (clutFormat == GE_CMODE_32BIT_ABGR8888 ? sizeof(u32) : sizeof… in UpdateCurrentClut()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/GLES/ |
H A D | TextureCacheGLES.h | 79 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheGLES.cpp | 181 void TextureCacheGLES::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIs… in UpdateCurrentClut() argument 182 …2 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clutBase * s… in UpdateCurrentClut()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/GLES/ |
H A D | TextureCacheGLES.h | 79 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheGLES.cpp | 181 void TextureCacheGLES::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIs… in UpdateCurrentClut() argument 182 …2 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clutBase * s… in UpdateCurrentClut()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/GLES/ |
H A D | TextureCacheGLES.h | 79 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheGLES.cpp | 181 void TextureCacheGLES::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIs… in UpdateCurrentClut() argument 182 …2 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clutBase * s… in UpdateCurrentClut()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/ |
H A D | TextureCacheD3D11.h | 74 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | TextureCacheD3D11.h | 74 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | TextureCacheD3D11.h | 74 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | TextureCacheVulkan.h | 114 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheVulkan.cpp | 471 void TextureCacheVulkan::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndex… in UpdateCurrentClut() argument 472 …2 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clutBase * s… in UpdateCurrentClut()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | TextureCacheVulkan.h | 114 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheVulkan.cpp | 471 void TextureCacheVulkan::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndex… in UpdateCurrentClut() argument 472 …2 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clutBase * s… in UpdateCurrentClut()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | TextureCacheVulkan.h | 114 void UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndexIsSimple) override;
|
H A D | TextureCacheVulkan.cpp | 471 void TextureCacheVulkan::UpdateCurrentClut(GEPaletteFormat clutFormat, u32 clutBase, bool clutIndex… in UpdateCurrentClut() argument 472 …2 clutBaseBytes = clutFormat == GE_CMODE_32BIT_ABGR8888 ? (clutBase * sizeof(u32)) : (clutBase * s… in UpdateCurrentClut()
|