Searched refs:vertexCx (Results 1 – 11 of 11) sorted by relevance
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/tdfx/ |
H A D | tdfx.h | 61 u32 vertexCx; member
|
H A D | tdfx.c | 539 voodoo3D->vertexCx = S12_4(rect->x + rect->w); in tdfxFillRectangle3D() 661 voodoo3D->vertexCx = S12_4(tri->x3); in tdfxFillTriangle3D()
|
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/ |
H A D | vid_voodoo.c | 127 int32_t vertexAx, vertexAy, vertexBx, vertexBy, vertexCx, vertexCy; member 1675 int32_t vertexAx, vertexAy, vertexBx, vertexBy, vertexCx, vertexCy; member 3443 state.vertexCx = params->vertexCx & ~0xffff0000; in voodoo_triangle() 3444 if (state.vertexCx & 0x8000) in voodoo_triangle() 3445 state.vertexCx |= 0xffff0000; in voodoo_triangle() 3455 …state.dxAC = (int)((((int64_t)state.vertexCx << 12) - ((int64_t)state.vertexAx << 12)) << 4) / (in… in voodoo_triangle() 3459 …state.dxBC = (int)((((int64_t)state.vertexCx << 12) - ((int64_t)state.vertexBx << 12)) << 4) / (in… in voodoo_triangle() 3809 … voodoo->params.vertexCx = (int32_t)(int16_t)((int32_t)(voodoo->verts[vc].sVx * 16.0f) & 0xffff); in triangle_setup() 4395 voodoo->params.vertexCx = val & 0xffff; in voodoo_reg_writel() 4541 … voodoo->params.vertexCx = (int32_t)(int16_t)(int32_t)(voodoo->fvertexCx.f * 16.0f) & 0xffff; in voodoo_reg_writel()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/ |
H A D | voodoo_vidhrdw.c | 299 #define vertexCx (0x018/4) macro 1399 vertexBx, vertexBy, vertexCx, vertexCy, 1799 case vertexCx: in WRITE32_HANDLER()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/ |
H A D | voodoo_vidhrdw.c | 299 #define vertexCx (0x018/4) macro 1399 vertexBx, vertexBy, vertexCx, vertexCy, 1799 case vertexCx: in WRITE32_HANDLER()
|
/dports/emulators/bochs/bochs-2.7/iodev/display/ |
H A D | voodoo_data.h | 144 #define vertexCx (0x018/4) /* W PF */ macro 341 vertexBx, vertexBy, vertexCx, vertexCy,
|
H A D | voodoo_func.h | 1829 case vertexCx: in register_w()
|
/dports/emulators/mess/mame-mame0226/src/devices/video/ |
H A D | voodoo.h | 120 #define vertexCx (0x018/4) /* W PF */ macro
|
H A D | voodoo.cpp | 193 vertexBx, vertexBy, vertexCx, vertexCy, 2778 case vertexCx: in register_w()
|
/dports/emulators/mame/mame-mame0226/src/devices/video/ |
H A D | voodoo.h | 120 #define vertexCx (0x018/4) /* W PF */ macro
|
H A D | voodoo.cpp | 193 vertexBx, vertexBy, vertexCx, vertexCy, 2778 case vertexCx: in register_w()
|