Home
last modified time | relevance | path

Searched refs:chunk_x_max (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mednafen/mednafen/src/psx/
H A Dgpu.cpp455 const int32 chunk_x_max = std::min<int32>(width - x, 128); in Command_FBCopy() local
458 for(int32 chunk_x = 0; chunk_x < chunk_x_max; chunk_x++) in Command_FBCopy()
466 for(int32 chunk_x = 0; chunk_x < chunk_x_max; chunk_x++) in Command_FBCopy()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dgpu.cpp232 const int32 chunk_x_max = std::min<int32>(width - x, 128); in Command_FBCopy() local
235 for(int32 chunk_x = 0; chunk_x < chunk_x_max; chunk_x++) in Command_FBCopy()
244 for(int32 chunk_x = 0; chunk_x < chunk_x_max; chunk_x++) in Command_FBCopy()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dgpu.cpp232 const int32 chunk_x_max = std::min<int32>(width - x, 128); in Command_FBCopy() local
235 for(int32 chunk_x = 0; chunk_x < chunk_x_max; chunk_x++) in Command_FBCopy()
244 for(int32 chunk_x = 0; chunk_x < chunk_x_max; chunk_x++) in Command_FBCopy()