Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DTransformCommon.cpp53 if (gstate.isLightChanEnabled(l)) { in Lighter()
96 if (!gstate.isLightChanEnabled(l)) in Light()
165 if (gstate.isLightChanEnabled(l)) { in Light()
H A DShaderId.cpp128 bool chanEnabled = gstate.isLightChanEnabled(i) != 0; in ComputeVertexShaderID()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DTransformCommon.cpp53 if (gstate.isLightChanEnabled(l)) { in Lighter()
96 if (!gstate.isLightChanEnabled(l)) in Light()
165 if (gstate.isLightChanEnabled(l)) { in Light()
H A DShaderId.cpp128 bool chanEnabled = gstate.isLightChanEnabled(i) != 0; in ComputeVertexShaderID()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DTransformCommon.cpp53 if (gstate.isLightChanEnabled(l)) { in Lighter()
96 if (!gstate.isLightChanEnabled(l)) in Light()
165 if (gstate.isLightChanEnabled(l)) { in Light()
H A DShaderId.cpp128 bool chanEnabled = gstate.isLightChanEnabled(i) != 0; in ComputeVertexShaderID()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Software/
H A DLighting.cpp70 if (!gstate.isLightChanEnabled(light)) in Process()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Software/
H A DLighting.cpp70 if (!gstate.isLightChanEnabled(light)) in Process()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Software/
H A DLighting.cpp70 if (!gstate.isLightChanEnabled(light)) in Process()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/
H A DGPUState.h328 bool isLightChanEnabled(int chan) const { return lightEnable[chan] & 1; } in isLightChanEnabled() function
H A DGPUCommon.cpp525 if (gstate.isLightChanEnabled(i)) in EstimatePerVertexCost()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h328 bool isLightChanEnabled(int chan) const { return lightEnable[chan] & 1; } in isLightChanEnabled() function
H A DGPUCommon.cpp525 if (gstate.isLightChanEnabled(i)) in EstimatePerVertexCost()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h328 bool isLightChanEnabled(int chan) const { return lightEnable[chan] & 1; } in isLightChanEnabled() function
H A DGPUCommon.cpp525 if (gstate.isLightChanEnabled(i)) in EstimatePerVertexCost()