Home
last modified time | relevance | path

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

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_unai/
H A Dport.h13 #define GPU_dmaChain GPUdmaChain
29 long GPUdmaChain(u32* baseAddr, u32 dmaVAddr);
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu_unai/
H A Dport.h13 #define GPU_dmaChain GPUdmaChain
29 long GPUdmaChain(u32* baseAddr, u32 dmaVAddr);
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfxvideo/
H A Dzn.c47 long CALLBACK GPUdmaChain(uint32_t * baseAddrL, uint32_t addr);
224 return GPUdmaChain(baseAddrL,addr); in ZN_GPUdmaChain()
H A Dgpu.c1682 long CALLBACK GPUdmaChain(uint32_t * baseAddrL, uint32_t addr) in GPUdmaChain() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/peopsxgl/
H A DgpuPeopsOpenGL.def21 GPUdmaChain @16
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/
H A DDFXVideo.def21 GPUdmaChain @16
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu-gles/
H A DgpuPlugin.h76 long CALLBACK GPUdmaChain(unsigned long * baseAddrL, unsigned long addr);
H A DgpuPlugin.c2180 long CALLBACK GPUdmaChain(unsigned long * baseAddrL, unsigned long addr) in GPUdmaChain() function
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu-gles/
H A DgpuPlugin.h76 long CALLBACK GPUdmaChain(unsigned long * baseAddrL, unsigned long addr);
H A DgpuPlugin.c2180 long CALLBACK GPUdmaChain(unsigned long * baseAddrL, unsigned long addr) in GPUdmaChain() function
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.h74 typedef long (CALLBACK* GPUdmaChain)(uint32_t *,uint32_t); typedef
109 extern GPUdmaChain GPU_dmaChain;
H A Dplugins.c45 GPUdmaChain GPU_dmaChain;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dplugin.c125 extern long GPUdmaChain(uint32_t *,uint32_t);
220 DIRECT_GPU(GPUdmaChain),
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dplugins.h74 typedef long (CALLBACK* GPUdmaChain)(uint32_t *,uint32_t); typedef
109 extern GPUdmaChain GPU_dmaChain;
H A Dplugins.c45 GPUdmaChain GPU_dmaChain;
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dplugin.c125 extern long GPUdmaChain(uint32_t *,uint32_t);
220 DIRECT_GPU(GPUdmaChain),
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.h76 typedef long (CALLBACK* GPUdmaChain)(uint32_t *,uint32_t); typedef
116 extern GPUdmaChain GPU_dmaChain;
H A Dplugins.c47 GPUdmaChain GPU_dmaChain;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpulib/
H A Dgpu.h137 long GPUdmaChain(uint32_t *rambase, uint32_t addr);
H A Dgpu.c601 long GPUdmaChain(uint32_t *rambase, uint32_t start_addr) in GPUdmaChain() function
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpulib/
H A Dgpu.h137 long GPUdmaChain(uint32_t *rambase, uint32_t addr);
H A Dgpu.c601 long GPUdmaChain(uint32_t *rambase, uint32_t start_addr) in GPUdmaChain() function
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfxvideo/
H A Dgpu.c1036 long CALLBACK GPUdmaChain(uint32_t * baseAddrL, uint32_t addr) in GPUdmaChain() function
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfxvideo/
H A Dgpu.c1036 long CALLBACK GPUdmaChain(uint32_t * baseAddrL, uint32_t addr) in GPUdmaChain() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dgpu.c3121 long CALLBACK GPUdmaChain(uint32_t *baseAddrL, uint32_t addr) in GPUdmaChain() function