Home
last modified time | relevance | path

Searched refs:getTextureFunction (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DShaderId.cpp246 …isColorDoublingEnabled() && gstate.isTextureMapEnabled() && gstate.getTextureFunction() == GE_TEXF… in ComputeFragmentShaderID()
260 if (gstate_c.textureFullAlpha && gstate.getTextureFunction() != GE_TEXFUNC_REPLACE) in ComputeFragmentShaderID()
265 id.SetBits(FS_BIT_TEXFUNC, 3, gstate.getTextureFunction()); in ComputeFragmentShaderID()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DShaderId.cpp246 …isColorDoublingEnabled() && gstate.isTextureMapEnabled() && gstate.getTextureFunction() == GE_TEXF… in ComputeFragmentShaderID()
260 if (gstate_c.textureFullAlpha && gstate.getTextureFunction() != GE_TEXFUNC_REPLACE) in ComputeFragmentShaderID()
265 id.SetBits(FS_BIT_TEXFUNC, 3, gstate.getTextureFunction()); in ComputeFragmentShaderID()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DShaderId.cpp246 …isColorDoublingEnabled() && gstate.isTextureMapEnabled() && gstate.getTextureFunction() == GE_TEXF… in ComputeFragmentShaderID()
260 if (gstate_c.textureFullAlpha && gstate.getTextureFunction() != GE_TEXFUNC_REPLACE) in ComputeFragmentShaderID()
265 id.SetBits(FS_BIT_TEXFUNC, 3, gstate.getTextureFunction()); in ComputeFragmentShaderID()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Software/
H A DRasterizerRectangle.cpp137 gstate.getTextureFunction() == GE_TEXFUNC_MODULATE && in DrawSprite()
198 gstate.getTextureFunction() == GE_TEXFUNC_MODULATE && in DrawSprite()
H A DRasterizer.cpp557 switch (gstate.getTextureFunction()) { in GetTextureFunctionOutput()
621 ERROR_LOG_REPORT(G3D, "Software: Unknown texture function %x", gstate.getTextureFunction()); in GetTextureFunctionOutput()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Software/
H A DRasterizerRectangle.cpp137 gstate.getTextureFunction() == GE_TEXFUNC_MODULATE && in DrawSprite()
198 gstate.getTextureFunction() == GE_TEXFUNC_MODULATE && in DrawSprite()
H A DRasterizer.cpp557 switch (gstate.getTextureFunction()) { in GetTextureFunctionOutput()
621 ERROR_LOG_REPORT(G3D, "Software: Unknown texture function %x", gstate.getTextureFunction()); in GetTextureFunctionOutput()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Software/
H A DRasterizerRectangle.cpp137 gstate.getTextureFunction() == GE_TEXFUNC_MODULATE && in DrawSprite()
198 gstate.getTextureFunction() == GE_TEXFUNC_MODULATE && in DrawSprite()
H A DRasterizer.cpp557 switch (gstate.getTextureFunction()) { in GetTextureFunctionOutput()
621 ERROR_LOG_REPORT(G3D, "Software: Unknown texture function %x", gstate.getTextureFunction()); in GetTextureFunctionOutput()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/
H A DGPUState.h296 GETexFunc getTextureFunction() const { return static_cast<GETexFunc>(texfunc & 0x7); } in getTextureFunction() function
H A DGPUCommon.cpp1588 …if ((prim == GE_PRIM_LINE_STRIP || prim == GE_PRIM_LINES) && gstate.getTextureFunction() == GE_TEX… in Execute_Prim()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h296 GETexFunc getTextureFunction() const { return static_cast<GETexFunc>(texfunc & 0x7); } in getTextureFunction() function
H A DGPUCommon.cpp1588 …if ((prim == GE_PRIM_LINE_STRIP || prim == GE_PRIM_LINES) && gstate.getTextureFunction() == GE_TEX… in Execute_Prim()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h296 GETexFunc getTextureFunction() const { return static_cast<GETexFunc>(texfunc & 0x7); } in getTextureFunction() function
H A DGPUCommon.cpp1588 …if ((prim == GE_PRIM_LINE_STRIP || prim == GE_PRIM_LINES) && gstate.getTextureFunction() == GE_TEX… in Execute_Prim()