Home
last modified time | relevance | path

Searched refs:ChromaKeyY (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dking.cpp126 uint16 ChromaKeyY; // Register 0xA member
167 uint16 ChromaKeyY; member
357 dest->ChromaKeyY = source->ChromaKeyY; in DoHBlankVCECaching()
590 case 0x0a: return(fx_vce.ChromaKeyY); in FXVCE_Read16()
641 case 0x0a: fx_vce.ChromaKeyY = V; break; in FXVCE_Write16()
2395 const unsigned int ymin = fx_vce.ChromaKeyY & 0xFF; in DrawActive()
2396 const unsigned int ymax = fx_vce.ChromaKeyY >> 8; in DrawActive()
2402 if((fx_vce.ChromaKeyY | fx_vce.ChromaKeyU | fx_vce.ChromaKeyV) == 0) in DrawActive()
3082 SFVARN(fx_vce.ChromaKeyY, "ChromaKeyY"), in KING_StateAction()
3096 SFVARN(vce_rendercache.ChromaKeyY, "rc_ChromaKeyY"), in KING_StateAction()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp122 uint16 ChromaKeyY; // Register 0xA member
163 uint16 ChromaKeyY; member
353 dest->ChromaKeyY = source->ChromaKeyY; in DoHBlankVCECaching()
739 case 0x0a: return(fx_vce.ChromaKeyY); in FXVCE_Read16()
790 case 0x0a: fx_vce.ChromaKeyY = V; break; in FXVCE_Write16()
2582 const unsigned int ymin = fx_vce.ChromaKeyY & 0xFF; in DrawActive()
2583 const unsigned int ymax = fx_vce.ChromaKeyY >> 8; in DrawActive()
3272 SFVARN(fx_vce.ChromaKeyY, "ChromaKeyY"), in KING_StateAction()
3286 SFVARN(vce_rendercache.ChromaKeyY, "rc_ChromaKeyY"), in KING_StateAction()
3770 fx_vce.ChromaKeyY = value; in FXVCE_SetRegister()
[all …]