Home
last modified time | relevance | path

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

/dports/devel/sdl12/SDL-1.2.15/src/video/ps3/spulibs/
H A Dfb_writer.c115 uint32_t bounded_input_height = parms.bounded_input_height; in cpy_to_fb() local
129 for (i = 0; i < bounded_input_height >> 2; i++) { in cpy_to_fb()
186 bounded_input_height >> 2); in cpy_to_fb()
H A Dspu_common.h65 uint32_t bounded_input_height; member
/dports/devel/sdl12/SDL-1.2.15/src/video/ps3/
H A DSDL_ps3video.c376 fb_parms->bounded_input_height = s_bounded_input_height; in PS3_DoubleBufferUpdate()