Home
last modified time | relevance | path

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

/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DFragmentTestCacheGLES.cpp78 …st GEComparison funcs[4] = {gstate.getColorTestFunction(), gstate.getColorTestFunction(), gstate.g… in BindTestTexture()
97 id.colorRefFunc = gstate.getColorTestFunction() | (gstate.getColorTestRef() << 8); in GenerateTestID()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/GLES/
H A DFragmentTestCacheGLES.cpp78 …st GEComparison funcs[4] = {gstate.getColorTestFunction(), gstate.getColorTestFunction(), gstate.g… in BindTestTexture()
97 id.colorRefFunc = gstate.getColorTestFunction() | (gstate.getColorTestRef() << 8); in GenerateTestID()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DFragmentTestCacheGLES.cpp78 …st GEComparison funcs[4] = {gstate.getColorTestFunction(), gstate.getColorTestFunction(), gstate.g… in BindTestTexture()
97 id.colorRefFunc = gstate.getColorTestFunction() | (gstate.getColorTestRef() << 8); in GenerateTestID()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DShaderId.cpp290 id.SetBits(FS_BIT_COLOR_TEST_FUNC, 2, gstate.getColorTestFunction()); in ComputeFragmentShaderID()
H A DGPUStateUtils.cpp124 switch (gstate.getColorTestFunction()) { in IsColorTestTriviallyTrue()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DShaderId.cpp290 id.SetBits(FS_BIT_COLOR_TEST_FUNC, 2, gstate.getColorTestFunction()); in ComputeFragmentShaderID()
H A DGPUStateUtils.cpp124 switch (gstate.getColorTestFunction()) { in IsColorTestTriviallyTrue()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DShaderId.cpp290 id.SetBits(FS_BIT_COLOR_TEST_FUNC, 2, gstate.getColorTestFunction()); in ComputeFragmentShaderID()
H A DGPUStateUtils.cpp124 switch (gstate.getColorTestFunction()) { in IsColorTestTriviallyTrue()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/
H A DGPUState.h283 GEComparison getColorTestFunction() const { return static_cast<GEComparison>(colortest & 0x3); } in getColorTestFunction() function
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h283 GEComparison getColorTestFunction() const { return static_cast<GEComparison>(colortest & 0x3); } in getColorTestFunction() function
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h283 GEComparison getColorTestFunction() const { return static_cast<GEComparison>(colortest & 0x3); } in getColorTestFunction() function
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Software/
H A DRasterizer.cpp634 switch (gstate.getColorTestFunction()) { in ColorTestPassed()
648 ERROR_LOG_REPORT(G3D, "Software: Invalid colortest function: %d", gstate.getColorTestFunction()); in ColorTestPassed()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Software/
H A DRasterizer.cpp634 switch (gstate.getColorTestFunction()) { in ColorTestPassed()
648 ERROR_LOG_REPORT(G3D, "Software: Invalid colortest function: %d", gstate.getColorTestFunction()); in ColorTestPassed()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Software/
H A DRasterizer.cpp634 switch (gstate.getColorTestFunction()) { in ColorTestPassed()
648 ERROR_LOG_REPORT(G3D, "Software: Invalid colortest function: %d", gstate.getColorTestFunction()); in ColorTestPassed()