Home
last modified time | relevance | path

Searched refs:bltCommand (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvid_voodoo.c365 uint32_t bltCommand; member
3981 switch (voodoo->bltCommand & BLIT_COMMAND_MASK) in blit_start()
4003 if (voodoo->bltCommand & BLIT_SRC_CHROMA) in blit_start()
4014 if (voodoo->bltCommand & BLIT_DST_CHROMA) in blit_start()
4124 fatal("bad blit command %08x\n", voodoo->bltCommand); in blit_start()
4163 switch (voodoo->bltCommand & BLIT_SRC_FORMAT) in blit_data()
4207 switch (voodoo->bltCommand & BLIT_SRC_FORMAT) in blit_data()
4236 if (voodoo->bltCommand & BLIT_CLIPPING_ENABLED) in blit_data()
4245 if (voodoo->bltCommand & BLIT_SRC_CHROMA) in blit_data()
4256 if (voodoo->bltCommand & BLIT_DST_CHROMA) in blit_data()
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvoodoo_func.h1391 cmd = (Bit8u)(v->reg[bltCommand].u & 0x07); in voodoo2_bitblt()
1392 BLT.src_fmt = (Bit8u)((v->reg[bltCommand].u >> 3) & 0x1f); in voodoo2_bitblt()
1393 BLT.src_swizzle = (Bit8u)((v->reg[bltCommand].u >> 8) & 0x03); in voodoo2_bitblt()
1394 BLT.chroma_en = (Bit8u)((v->reg[bltCommand].u >> 10) & 0x01); in voodoo2_bitblt()
1395 BLT.chroma_en |= (Bit8u)((v->reg[bltCommand].u >> 11) & 0x02); in voodoo2_bitblt()
1396 src_tiled = ((v->reg[bltCommand].u >> 14) & 0x01); in voodoo2_bitblt()
1397 dst_tiled = ((v->reg[bltCommand].u >> 15) & 0x01); in voodoo2_bitblt()
1398 BLT.clip_en = ((v->reg[bltCommand].u >> 16) & 0x01); in voodoo2_bitblt()
1399 BLT.transp = ((v->reg[bltCommand].u >> 17) & 0x01); in voodoo2_bitblt()
2283 case bltCommand: in register_w()
H A Dvoodoo_data.h314 #define bltCommand (0x2f8/4) /* RW PF -- Voodoo2 only */ macro
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_lut.cpp367 {"blt", &ONScripter::bltCommand},
H A DONScripter.h289 int bltCommand();
H A DONScripter_command.cpp3790 int ONScripter::bltCommand() in bltCommand() function in ONScripter
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_lut.cpp367 {"blt", &ONScripter::bltCommand},
H A DONScripter.h289 int bltCommand();
H A DONScripter_command.cpp3790 int ONScripter::bltCommand() in bltCommand() function in ONScripter
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/doc/
H A Dprototypes64 blt bltCommand (i8)
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel.h327 int bltCommand(const pstring& cmd);
H A DPonscripterLabel.cpp125 dict["blt"] = &PonscripterLabel::bltCommand; in sfunc_lut_t()
H A DPonscripterLabel_command.cpp3374 int PonscripterLabel::bltCommand(const pstring& cmd) in bltCommand() function in PonscripterLabel
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dvoodoo_vidhrdw.c460 #define bltCommand (0x2f8/4) /* Voodoo2 only */ macro
2621 case bltCommand: in WRITE32_HANDLER()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dvoodoo_vidhrdw.c460 #define bltCommand (0x2f8/4) /* Voodoo2 only */ macro
2621 case bltCommand: in WRITE32_HANDLER()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvoodoo.h290 #define bltCommand (0x2f8/4) /* RW PF -- Voodoo2 only */ macro
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvoodoo.h290 #define bltCommand (0x2f8/4) /* RW PF -- Voodoo2 only */ macro