Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dps2_gfx.c296 int shifh_per_bytes = (ps2->PSM == GS_PSM_CT32) ? 2 : 1; in ps2_gfx_frame() local
297 int real_width = pitch >> shifh_per_bytes; in ps2_gfx_frame()