Home
last modified time | relevance | path

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

/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c637 static int toscr_res, toscr_delay1, toscr_delay2, toscr_nr_planes, fetchwidth; variable
683 int fetchwidth = 16 << fetchmode; in compute_toscr_delay_1() local
687 delaymask = (fetchwidth - 1) >> toscr_res; in compute_toscr_delay_1()
911 int fetchwidth = 16 << fm; in flush_plane_data() local
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c868 static int toscr_res, toscr_nr_planes, toscr_nr_planes2, fetchwidth; variable
1072 int fetchwidth = 16 << fetchmode; in compute_toscr_delay_1() local
1076 delaymask = (fetchwidth - 1) >> toscr_res; in compute_toscr_delay_1()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp1010 static int fetchwidth; variable