Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c113 do_flush( struct pipe_context *pipe, in do_flush() function
160 llvmpipe->pipe.flush = do_flush; in llvmpipe_create_context()
/external/u-boot/drivers/usb/musb-new/
Dmusb_host.c456 int do_flush = 0; in musb_host_packet_rx() local
489 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()
/external/python/cpython3/Python/
Dbltinmodule.c1919 int do_flush = PyObject_IsTrue(flush); in builtin_print() local
1920 if (do_flush == -1) in builtin_print()
1922 else if (do_flush) { in builtin_print()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c2072 bool do_flush = !i || pSubmits[i].pWaitDstStageMask; in radv_QueueSubmit() local
2119 …struct radeon_winsys_cs *initial_preamble = (do_flush && !j) ? initial_flush_preamble_cs : initial… in radv_QueueSubmit()