Home
last modified time | relevance | path

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

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dking.cpp2491 static const uint32 vdc_layer_num[2] = { LAYER_VDC_BG << 28, LAYER_VDC_SPR << 28}; in VDC_PIXELMIX() local
2516 …table_cache[(tmp_pixel & 0xFF) + vdc_poffset[(tmp_pixel >> 8) & 1]] | vdc_layer_num[(tmp_pixel >> … in VDC_PIXELMIX()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp2678 static const uint32 vdc_layer_num[2] = { LAYER_VDC_BG << 28, LAYER_VDC_SPR << 28}; in VDC_PIXELMIX() local
2703 …table_cache[(tmp_pixel & 0xFF) + vdc_poffset[(tmp_pixel >> 8) & 1]] | vdc_layer_num[(tmp_pixel >> … in VDC_PIXELMIX()