Home
last modified time | relevance | path

Searched refs:DmaFill (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/inc/
H A Dagent.h176 virtual hsa_status_t DmaFill(void* ptr, uint32_t value, size_t count) { in DmaFill() function
H A Damd_gpu_agent.h244 hsa_status_t DmaFill(void* ptr, uint32_t value, size_t count) override;
/dports/games/libretro-picodrive/picodrive-600894e/pico/
H A Dvideoport.c247 static NOINLINE void DmaFill(int data) in DmaFill() function
395 DmaFill(d); in PicoVideoWrite()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/
H A Dvideoport.c557 static NOINLINE void DmaFill(int data) in DmaFill() function
747 DmaFill(VdpFIFO.fifo_data[(VdpFIFO.fifo_dx + !!(pvid->type&~0x81))&3]); in PicoVideoWrite()
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/runtime/
H A Damd_gpu_agent.cpp637 hsa_status_t GpuAgent::DmaFill(void* ptr, uint32_t value, size_t count) { in DmaFill() function in amd::GpuAgent
H A Druntime.cpp488 if (blit_agent) return blit_agent->DmaFill(ptr, value, count); in FillMemory()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/sega/
H A Dd_segac2.cpp1389 static void DmaFill(INT32 data) in DmaFill() function
1612 DmaFill(wordValue); in MegadriveVideoWriteWord()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/megadrive/
H A Dmegadrive.cpp786 static void DmaFill(INT32 data) in DmaFill() function
1004 DmaFill(wordValue); in MegadriveVideoWriteWord()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/megadrive/
H A Dmegadrive.cpp834 static void DmaFill(INT32 data) in DmaFill() function
1057 DmaFill(wordValue); in MegadriveVideoWriteWord()