Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fifo.c124 fifo->using_bounce_buffer = false; in vmw_fifo_init()
403 fifo_state->using_bounce_buffer = false; in vmw_local_fifo_reserve()
416 fifo_state->using_bounce_buffer = true; in vmw_local_fifo_reserve()
513 if (fifo_state->using_bounce_buffer) { in vmw_local_fifo_commit()
529 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_local_fifo_commit()
H A Dvmwgfx_drv.h267 bool using_bounce_buffer; member