Home
last modified time | relevance | path

Searched refs:swapbuffer (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_communication.F97 REAL(dp), DIMENSION(:), POINTER :: recbuffer, sendbuffer, swapbuffer local
176 swapbuffer => sendbuffer
178 recbuffer => swapbuffer
223 REAL(dp), DIMENSION(:), POINTER :: recbuffer, sendbuffer, swapbuffer local
254 swapbuffer => sendbuffer
256 recbuffer => swapbuffer
H A Dhfx_load_balance_methods.F173 sendbuffer, swapbuffer local
716 swapbuffer => sendbuffer
718 recbuffer => swapbuffer
791 swapbuffer => sendbuffer
793 recbuffer => swapbuffer
1500 sendbuffer, swapbuffer local
1629 swapbuffer => sendbuffer
1631 recbuffer => swapbuffer
1691 swapbuffer => sendbuffer
1693 recbuffer => swapbuffer
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_communication.F97 REAL(dp), DIMENSION(:), POINTER :: recbuffer, sendbuffer, swapbuffer local
176 swapbuffer => sendbuffer
178 recbuffer => swapbuffer
223 REAL(dp), DIMENSION(:), POINTER :: recbuffer, sendbuffer, swapbuffer local
254 swapbuffer => sendbuffer
256 recbuffer => swapbuffer
H A Dhfx_load_balance_methods.F176 sendbuffer, swapbuffer local
719 swapbuffer => sendbuffer
721 recbuffer => swapbuffer
794 swapbuffer => sendbuffer
796 recbuffer => swapbuffer
1503 sendbuffer, swapbuffer local
1632 swapbuffer => sendbuffer
1634 recbuffer => swapbuffer
1694 swapbuffer => sendbuffer
1696 recbuffer => swapbuffer
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dscramble.cpp227 uint8_t swapbuffer[16]; in init_devilfsh() local
233 swapbuffer[j] = RAM[i + newval]; in init_devilfsh()
236 memcpy(&RAM[i], swapbuffer, 16); in init_devilfsh()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dscramble.cpp227 uint8_t swapbuffer[16]; in init_devilfsh() local
233 swapbuffer[j] = RAM[i + newval]; in init_devilfsh()
236 memcpy(&RAM[i], swapbuffer, 16); in init_devilfsh()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dscramble_machine.c1008 UINT8 swapbuffer[16]; in DRIVER_INIT() local
1014 swapbuffer[j] = RAM[i + new]; in DRIVER_INIT()
1017 memcpy(&RAM[i], swapbuffer, 16); in DRIVER_INIT()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dscramble_machine.c1008 UINT8 swapbuffer[16]; in DRIVER_INIT() local
1014 swapbuffer[j] = RAM[i + new]; in DRIVER_INIT()
1017 memcpy(&RAM[i], swapbuffer, 16); in DRIVER_INIT()
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/slb/
H A Dtiny_gl.h1211 GLAPI void GLAPIENTRY swapbuffer(void *buf);
1298 void APIENTRY (*swapbuffer)(void *buffer); member
1469 #undef swapbuffer
1470 #define swapbuffer (gl.swapbuffer) macro
H A Dosmesa.h2595 /* 1392 */ void APIENTRY (*swapbuffer)(void *buffer); member
6933 #undef swapbuffer
6934 #define swapbuffer (gl.swapbuffer) macro
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/ldg/
H A Dtiny_gl.h1215 GLAPI void GLAPIENTRY swapbuffer(void *buf);
1302 void APIENTRY (*swapbuffer)(void *buffer); member
1473 #undef swapbuffer
1474 #define swapbuffer (gl.swapbuffer) macro
/dports/math/curv/curv-0.5/ideas/ui/viewer/
H A DViewer23 Measure the time between swapbuffer calls, averaged over multiple frames.
185 from the swapbuffer command with your entire application running. You can then
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/
H A Dtinygl_load.c183 glp->swapbuffer = (void APIENTRY (*)(void *buffer)) ldg_find("swapbuffer", lib); in ldg_init_tiny_gl()
184 GL_CHECK(glp->swapbuffer); in ldg_init_tiny_gl()
H A Dtinygl_loadslb.c723 glp->swapbuffer = exec_swapbuffer; in slb_init_tiny_gl()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/drivers/
H A Dscramble.c1848 unsigned char swapbuffer[16]; in init_mars() local
1852 swapbuffer[j] = RAM[i + ((j & 1) << 2) + ((j & 2) >> 1) + ((j & 4) << 1) + ((j & 8) >> 2)]; in init_mars()
1855 memcpy(&RAM[i], swapbuffer, 16); in init_mars()
H A Dpacman.c2274 unsigned char swapbuffer[8]; in eyes_decode() local
2278 swapbuffer[j] = data[(j >> 2) + (j & 2) + ((j & 1) << 2)]; in eyes_decode()
2283 char ch = swapbuffer[j]; in eyes_decode()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dpacman.c4241 unsigned char swapbuffer[8]; in eyes_decode() local
4245 swapbuffer[j] = data[(j >> 2) + (j & 2) + ((j & 1) << 2)]; in eyes_decode()
4250 char ch = swapbuffer[j]; in eyes_decode()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dpacman.c4320 unsigned char swapbuffer[8]; in eyes_decode() local
4324 swapbuffer[j] = data[(j >> 2) + (j & 2) + ((j & 1) << 2)]; in eyes_decode()
4329 char ch = swapbuffer[j]; in eyes_decode()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvoodoo.h1257 static int32_t swapbuffer(voodoo_device *vd, uint32_t data);
H A Dvoodoo.cpp3048 cycles = swapbuffer(vd, data); in register_w()
5892 int32_t voodoo_device::swapbuffer(voodoo_device* vd, uint32_t data)
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvoodoo.h1257 static int32_t swapbuffer(voodoo_device *vd, uint32_t data);
H A Dvoodoo.cpp3048 cycles = swapbuffer(vd, data); in register_w()
5892 int32_t voodoo_device::swapbuffer(voodoo_device* vd, uint32_t data)
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvoodoo_func.h1147 Bit32s swapbuffer(voodoo_state *v, Bit32u data) in swapbuffer() function
2097 swapbuffer(v, data); in register_w()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dpacman.cpp7418 uint8_t swapbuffer[8]; in eyes_decode() local
7422 swapbuffer[j] = data[bitswap<16>(j,15,14,13,12,11,10,9,8,7,6,5,4,3,0,1,2)]; in eyes_decode()
7427 data[j] = bitswap<8>(swapbuffer[j],7,4,5,6,3,2,1,0); in eyes_decode()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dpacman.cpp7418 uint8_t swapbuffer[8]; in eyes_decode() local
7422 swapbuffer[j] = data[bitswap<16>(j,15,14,13,12,11,10,9,8,7,6,5,4,3,0,1,2)]; in eyes_decode()
7427 data[j] = bitswap<8>(swapbuffer[j],7,4,5,6,3,2,1,0); in eyes_decode()

12