Home
last modified time | relevance | path

Searched refs:pri_table (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dfuukifg2.cpp150 static const u8 pri_table[6][3] = { in screen_update() local
158 const u8 tm_front = pri_table[m_priority[0] & 0x0f][0]; in screen_update()
159 const u8 tm_middle = pri_table[m_priority[0] & 0x0f][1]; in screen_update()
160 const u8 tm_back = pri_table[m_priority[0] & 0x0f][2]; in screen_update()
H A Dfuukifg3.cpp170 static const u8 pri_table[6][3] = { in screen_update() local
178 const u8 tm_front = pri_table[(m_priority[0] >> 16) & 0x0f][0]; in screen_update()
179 const u8 tm_middle = pri_table[(m_priority[0] >> 16) & 0x0f][1]; in screen_update()
180 const u8 tm_back = pri_table[(m_priority[0] >> 16) & 0x0f][2]; in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dfuukifg2.cpp150 static const u8 pri_table[6][3] = { in screen_update() local
158 const u8 tm_front = pri_table[m_priority[0] & 0x0f][0]; in screen_update()
159 const u8 tm_middle = pri_table[m_priority[0] & 0x0f][1]; in screen_update()
160 const u8 tm_back = pri_table[m_priority[0] & 0x0f][2]; in screen_update()
H A Dfuukifg3.cpp170 static const u8 pri_table[6][3] = { in screen_update() local
178 const u8 tm_front = pri_table[(m_priority[0] >> 16) & 0x0f][0]; in screen_update()
179 const u8 tm_middle = pri_table[(m_priority[0] >> 16) & 0x0f][1]; in screen_update()
180 const u8 tm_back = pri_table[(m_priority[0] >> 16) & 0x0f][2]; in screen_update()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dfuukifg2_vidhrdw.c306 int pri_table[6][3] = { in VIDEO_UPDATE() local
314 tm_front = pri_table[ fuuki16_priority[0] & 0x0f ][0]; in VIDEO_UPDATE()
315 tm_middle = pri_table[ fuuki16_priority[0] & 0x0f ][1]; in VIDEO_UPDATE()
316 tm_back = pri_table[ fuuki16_priority[0] & 0x0f ][2]; in VIDEO_UPDATE()
H A Dfuukifg3_vidhrdw.c323 int pri_table[6][3] = { in VIDEO_UPDATE() local
331 tm_front = pri_table[ (fuuki32_priority[0]>>16) & 0x0f ][0]; in VIDEO_UPDATE()
332 tm_middle = pri_table[ (fuuki32_priority[0]>>16) & 0x0f ][1]; in VIDEO_UPDATE()
333 tm_back = pri_table[ (fuuki32_priority[0]>>16) & 0x0f ][2]; in VIDEO_UPDATE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dfuukifg2_vidhrdw.c306 int pri_table[6][3] = { in VIDEO_UPDATE() local
314 tm_front = pri_table[ fuuki16_priority[0] & 0x0f ][0]; in VIDEO_UPDATE()
315 tm_middle = pri_table[ fuuki16_priority[0] & 0x0f ][1]; in VIDEO_UPDATE()
316 tm_back = pri_table[ fuuki16_priority[0] & 0x0f ][2]; in VIDEO_UPDATE()
H A Dfuukifg3_vidhrdw.c323 int pri_table[6][3] = { in VIDEO_UPDATE() local
331 tm_front = pri_table[ (fuuki32_priority[0]>>16) & 0x0f ][0]; in VIDEO_UPDATE()
332 tm_middle = pri_table[ (fuuki32_priority[0]>>16) & 0x0f ][1]; in VIDEO_UPDATE()
333 tm_back = pri_table[ (fuuki32_priority[0]>>16) & 0x0f ][2]; in VIDEO_UPDATE()
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dagi.c39 if (*game.pri_table != 0xff) in init_pri_bands()
45 game.pri_table[y++] = p < 4 ? 4 : p; in init_pri_bands()
H A Dchecks.c95 v->priority = game.pri_table[v->y_pos]; in check_priority()
H A Dsavegame.c228 write_uint8(f, game.pri_table[i]); in save_game()
404 game.pri_table[i] = read_uint8(f); in load_game()
H A Dsprite.c284 if (game.pri_table[i] < p) in prio_to_y()
H A Dop_cmd.c782 game.pri_table[i] = pri; in cmd()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pst90s/
H A Dd_fuukifg2.cpp779 static const int pri_table[6][3] = { in DrvDraw() local
787 …INT32 layer[3] = { pri_table[DrvPriority][2], pri_table[DrvPriority][1], pri_table[DrvPriority][0]… in DrvDraw()
H A Dd_fuukifg3.cpp1213 static const INT32 pri_table[6][3] = { in DrvDraw() local
1222 INT32 tm_front = pri_table[ priority[0] ][0]; in DrvDraw()
1223 INT32 tm_middle = pri_table[ priority[0] ][1]; in DrvDraw()
1224 INT32 tm_back = pri_table[ priority[0] ][2]; in DrvDraw()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/
H A Dd_fuukifg2.cpp781 static const int pri_table[6][3] = { in DrvDraw() local
789 …INT32 layer[3] = { pri_table[DrvPriority][2], pri_table[DrvPriority][1], pri_table[DrvPriority][0]… in DrvDraw()
H A Dd_fuukifg3.cpp1116 static const INT32 pri_table[6][3] = { in DrvDraw() local
1125 INT32 tm_front = pri_table[ priority[0] ][0]; in DrvDraw()
1126 INT32 tm_middle = pri_table[ priority[0] ][1]; in DrvDraw()
1127 INT32 tm_back = pri_table[ priority[0] ][2]; in DrvDraw()
/dports/games/sarien/sarien-0.7.0/src/include/
H A Dagi.h170 UINT8 pri_table[_HEIGHT]; member
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dwidth.cpp193 static const token_pri pri_table[] = variable
221 for (auto token : pri_table) in get_split_pri()