Searched refs:do_flush (Results 1 – 4 of 4) sorted by relevance
113 do_flush( struct pipe_context *pipe, in do_flush() function160 llvmpipe->pipe.flush = do_flush; in llvmpipe_create_context()
456 int do_flush = 0; in musb_host_packet_rx() local489 do_flush = 1; in musb_host_packet_rx()508 do_flush = 1; in musb_host_packet_rx()532 if (unlikely(do_flush)) in musb_host_packet_rx()
1919 int do_flush = PyObject_IsTrue(flush); in builtin_print() local1920 if (do_flush == -1) in builtin_print()1922 else if (do_flush) { in builtin_print()
2072 bool do_flush = !i || pSubmits[i].pWaitDstStageMask; in radv_QueueSubmit() local2119 …struct radeon_winsys_cs *initial_preamble = (do_flush && !j) ? initial_flush_preamble_cs : initial… in radv_QueueSubmit()