Home
last modified time | relevance | path

Searched refs:SubPhase (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/mednafen/mednafen/src/ss/
H A Dsmpc.cpp150 static int32 SubPhase; variable
495 SubPhase = 0; in SMPC_Reset()
528 SFVAR(SubPhase), in SMPC_StateAction()
859 SubPhase = __COUNTER__ - SubPhaseBias - 1; \
870 SubPhase = __COUNTER__ - SubPhaseBias - 1; \
882 SubPhase = __COUNTER__ - SubPhaseBias - 1; \
895 SubPhase = __COUNTER__ - SubPhaseBias - 1; \
1010 switch(SubPhase + SubPhaseBias) in SMPC_Update()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dsmpc.cpp147 static int32 SubPhase; variable
506 SubPhase = 0; in SMPC_Reset()
539 SFVAR(SubPhase), in SMPC_StateAction()
863 SubPhase = __COUNTER__ - SubPhaseBias - 1; \
875 SubPhase = __COUNTER__ - SubPhaseBias - 1; \
888 SubPhase = __COUNTER__ - SubPhaseBias - 1; \
1002 switch(SubPhase + SubPhaseBias) in SMPC_Update()
/dports/graphics/photivo/photivo/Sources/
H A DptProcessor.h78 short SubPhase = -1,
H A DptProcessor.cpp116 short SubPhase, in Run() argument
133 SubPhase = ptProcessorPhase_Load; in Run()
151 SubPhase > ptProcessorPhase_Load) { in Run()
233 switch (SubPhase) { in Run()
367 …GInfo->Raise(QString("Processor subphase ") + QString::number(SubPhase) + QString(" does not exist… in Run()
H A DptHistogramWindow.cpp622 short SubPhase = -1,
H A DptMain.cpp282 short SubPhase = -1,
1283 short SubPhase /* = -1 */, in Update() argument
1306 if (SubPhase > 0 && SubPhase < NextSubPhase) NextSubPhase = SubPhase; in Update()
H A DptViewWindow.cpp899 void Update(short Phase, short SubPhase = -1, short WithIdentify = 1, short ProcessorMode = ptProc…
H A DptMainWindow.cpp109 short SubPhase = -1,
/dports/graphics/photivo/photivo/Sources/filters/imagespot/
H A DptFilter_SpotTuning.cpp41 short SubPhase = -1,