Home
last modified time | relevance | path

Searched refs:gx_objzbuf (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk053246_k053247_k055673.h114 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu…
119 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu…
123 u8* gx_objzbuf, u8* gx_shdzbuf, int code, u16* gx_spriteram, int offs, in k053247_draw_single_sprite_gxcore() argument
206 …if (gx_objzbuf && gx_shdzbuf) // our GX drivers assume the offsets are applied here, where is the … in k053247_draw_single_sprite_gxcore()
221 if (!(gx_objzbuf && gx_shdzbuf)) // the non-GX ones assume the offsets are applied here in k053247_draw_single_sprite_gxcore()
230 if (gx_objzbuf && gx_shdzbuf) /* GX */ in k053247_draw_single_sprite_gxcore()
243 gx_objzbuf, gx_shdzbuf, in k053247_draw_single_sprite_gxcore()
308 u8* gx_objzbuf, u8* gx_shdzbuf, in k053247_draw_yxloop_gx() argument
373 if (gx_objzbuf && gx_shdzbuf) /* GX uses a custom draw function */ in k053247_draw_yxloop_gx()
384 gx_objzbuf, gx_shdzbuf in k053247_draw_yxloop_gx()
H A Dk053246_k053247_k055673.cpp433 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu… in zdrawgfxzoom32GP() argument
488 ozbuf_ptr = gx_objzbuf; in zdrawgfxzoom32GP()
877 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu… in zdrawgfxzoom32GP() argument
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk053246_k053247_k055673.h114 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu…
119 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu…
123 u8* gx_objzbuf, u8* gx_shdzbuf, int code, u16* gx_spriteram, int offs, in k053247_draw_single_sprite_gxcore() argument
206 …if (gx_objzbuf && gx_shdzbuf) // our GX drivers assume the offsets are applied here, where is the … in k053247_draw_single_sprite_gxcore()
221 if (!(gx_objzbuf && gx_shdzbuf)) // the non-GX ones assume the offsets are applied here in k053247_draw_single_sprite_gxcore()
230 if (gx_objzbuf && gx_shdzbuf) /* GX */ in k053247_draw_single_sprite_gxcore()
243 gx_objzbuf, gx_shdzbuf, in k053247_draw_single_sprite_gxcore()
308 u8* gx_objzbuf, u8* gx_shdzbuf, in k053247_draw_yxloop_gx() argument
373 if (gx_objzbuf && gx_shdzbuf) /* GX uses a custom draw function */ in k053247_draw_yxloop_gx()
384 gx_objzbuf, gx_shdzbuf in k053247_draw_yxloop_gx()
H A Dk053246_k053247_k055673.cpp433 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu… in zdrawgfxzoom32GP() argument
488 ozbuf_ptr = gx_objzbuf; in zdrawgfxzoom32GP()
877 …int scalex, int scaley, int alpha, int drawmode, int zcode, int pri, u8* gx_objzbuf, u8* gx_shdzbu… in zdrawgfxzoom32GP() argument
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/konami/
H A Dkonamigx.cpp26 static UINT8 *gx_shdzbuf, *gx_objzbuf; variable
89 gx_objzbuf = (UINT8*)BurnMalloc(512 * 256 * 2); in konamigx_mixer_init()
112 BurnFree(gx_objzbuf); in konamigx_mixer_exit()
125 ScanVar(gx_objzbuf, 512 * 256 * 2, "gx obj z buf"); in konamigx_scan()
140 UINT8 *zptr = gx_objzbuf; in gx_wipezbuf()
382 …k053247_draw_single_sprite_gxcore(gx_objzbuf, gx_shdzbuf,code,gx_spriteram,offs,color,alpha,drawmo… in konamigx_mixer_draw()
H A Dk053247.cpp583 …32 scaley, INT32 alpha, INT32 drawmode, INT32 zcode, INT32 pri, UINT8* gx_objzbuf, UINT8* gx_shdzb… in zdrawgfxzoom32GP() argument
642 ozbuf_ptr = gx_objzbuf; in zdrawgfxzoom32GP()
1051 UINT8* gx_objzbuf, UINT8* gx_shdzbuf, in k053247_draw_yxloop_gx() argument
1125 gx_objzbuf, gx_shdzbuf in k053247_draw_yxloop_gx()
1136 void k053247_draw_single_sprite_gxcore(UINT8 *gx_objzbuf, UINT8 *gx_shdzbuf, INT32 code, UINT16 *gx… in k053247_draw_single_sprite_gxcore() argument
1244 gx_objzbuf, gx_shdzbuf, in k053247_draw_single_sprite_gxcore()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/konami/
H A Dkonamigx.cpp26 static UINT8 *gx_shdzbuf, *gx_objzbuf; variable
87 gx_objzbuf = (UINT8*)BurnMalloc(512 * 256 * 2); in konamigx_mixer_init()
110 BurnFree(gx_objzbuf); in konamigx_mixer_exit()
126 UINT8 *zptr = gx_objzbuf; in gx_wipezbuf()
368 …k053247_draw_single_sprite_gxcore(gx_objzbuf, gx_shdzbuf,code,gx_spriteram,offs,color,alpha,drawmo… in konamigx_mixer_draw()
H A Dk053247.cpp581 …32 scaley, INT32 alpha, INT32 drawmode, INT32 zcode, INT32 pri, UINT8* gx_objzbuf, UINT8* gx_shdzb… in zdrawgfxzoom32GP() argument
640 ozbuf_ptr = gx_objzbuf; in zdrawgfxzoom32GP()
1049 UINT8* gx_objzbuf, UINT8* gx_shdzbuf, in k053247_draw_yxloop_gx() argument
1123 gx_objzbuf, gx_shdzbuf in k053247_draw_yxloop_gx()
1134 void k053247_draw_single_sprite_gxcore(UINT8 *gx_objzbuf, UINT8 *gx_shdzbuf, INT32 code, UINT16 *gx… in k053247_draw_single_sprite_gxcore() argument
1242 gx_objzbuf, gx_shdzbuf, in k053247_draw_single_sprite_gxcore()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dkonamigx_machine.c193 static UINT8 *gx_objzbuf, *gx_shdzbuf; variable
561 ozbuf_ptr = gx_objzbuf; in zdrawgfxzoom32GP()
1166 zptr = gx_objzbuf; in gx_wipezbuf()
1235 gx_objzbuf = (UINT8 *)priority_bitmap->base; in konamigx_mixer_init()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dkonamigx_machine.c193 static UINT8 *gx_objzbuf, *gx_shdzbuf; variable
561 ozbuf_ptr = gx_objzbuf; in zdrawgfxzoom32GP()
1166 zptr = gx_objzbuf; in gx_wipezbuf()
1235 gx_objzbuf = (UINT8 *)priority_bitmap->base; in konamigx_mixer_init()