Home
last modified time | relevance | path

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

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_unai/
H A Dport.h12 #define GPU_writeDataMem GPUwriteDataMem
28 void GPUwriteDataMem(u32* dmaAddress, s32 dmaCount);
/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.h12 #define GPU_writeDataMem GPUwriteDataMem
28 void GPUwriteDataMem(u32* dmaAddress, s32 dmaCount);
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfxvideo/
H A Dzn.c43 void CALLBACK GPUwriteDataMem(uint32_t * pMem, int iSize);
210 GPUwriteDataMem(baseAddrL+addr,iSize); in ZN_GPUdmaSliceIn()
217 GPUwriteDataMem(&gdata,1); in ZN_GPUwriteData()
H A Dgpu.c1468 void CALLBACK GPUwriteDataMem(uint32_t * pMem, int iSize) in GPUwriteDataMem() function
1603 GPUwriteDataMem(&gdata,1); in GPUwriteData()
1704 if(count>0) GPUwriteDataMem(&baseAddrL[dmaMem>>2],count); in GPUdmaChain()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/peopsxgl/
H A DgpuPeopsOpenGL.def24 GPUwriteDataMem @19
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/
H A DDFXVideo.def26 GPUwriteDataMem @21
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu-gles/
H A DgpuPlugin.h74 void CALLBACK GPUwriteDataMem(unsigned long * pMem, int iSize);
H A DgpuPlugin.c1934 void CALLBACK GPUwriteDataMem(unsigned long * pMem, int iSize) in GPUwriteDataMem() function
2055 GPUwriteDataMem(&gdata,1); in GPUwriteData()
2205 if(count>0) GPUwriteDataMem(&baseAddrL[dmaMem>>2],count); in GPUdmaChain()
/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.h74 void CALLBACK GPUwriteDataMem(unsigned long * pMem, int iSize);
H A DgpuPlugin.c1934 void CALLBACK GPUwriteDataMem(unsigned long * pMem, int iSize) in GPUwriteDataMem() function
2055 GPUwriteDataMem(&gdata,1); in GPUwriteData()
2205 if(count>0) GPUwriteDataMem(&baseAddrL[dmaMem>>2],count); in GPUdmaChain()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.h70 typedef void (CALLBACK* GPUwriteDataMem)(uint32_t *, int); typedef
108 extern GPUwriteDataMem GPU_writeDataMem;
H A Dplugins.c44 GPUwriteDataMem GPU_writeDataMem;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dplugin.c121 extern void GPUwriteDataMem(uint32_t *, int);
219 DIRECT_GPU(GPUwriteDataMem),
/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.h70 typedef void (CALLBACK* GPUwriteDataMem)(uint32_t *, int); typedef
108 extern GPUwriteDataMem GPU_writeDataMem;
H A Dplugins.c44 GPUwriteDataMem GPU_writeDataMem;
/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.c121 extern void GPUwriteDataMem(uint32_t *, int);
219 DIRECT_GPU(GPUwriteDataMem),
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.h72 typedef void (CALLBACK* GPUwriteDataMem)(uint32_t *, int); typedef
115 extern GPUwriteDataMem GPU_writeDataMem;
H A Dplugins.c46 GPUwriteDataMem GPU_writeDataMem;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpulib/
H A Dgpu.h136 void GPUwriteDataMem(uint32_t *mem, int count);
H A Dgpu.c579 void GPUwriteDataMem(uint32_t *mem, int count) in GPUwriteDataMem() 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.h136 void GPUwriteDataMem(uint32_t *mem, int count);
H A Dgpu.c579 void GPUwriteDataMem(uint32_t *mem, int count) in GPUwriteDataMem() function
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfxvideo/
H A Dgpu.c888 void CALLBACK GPUwriteDataMem(uint32_t * pMem, int iSize) in GPUwriteDataMem() function
1016 GPUwriteDataMem(&gdata,1); in GPUwriteData()
1060 if(count>0) GPUwriteDataMem(&baseAddrL[dmaMem>>2],count); in GPUdmaChain()
/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.c888 void CALLBACK GPUwriteDataMem(uint32_t * pMem, int iSize) in GPUwriteDataMem() function
1016 GPUwriteDataMem(&gdata,1); in GPUwriteData()
1060 if(count>0) GPUwriteDataMem(&baseAddrL[dmaMem>>2],count); in GPUdmaChain()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dgpu.c2875 void CALLBACK GPUwriteDataMem(uint32_t *pMem, int iSize) in GPUwriteDataMem() function
3003 GPUwriteDataMem(&gdata,1); in GPUwriteData()
3146 if(count>0) GPUwriteDataMem(&baseAddrL[dmaMem>>2],count); in GPUdmaChain()