Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c114 do_flush( struct pipe_context *pipe, in do_flush() function
190 llvmpipe->pipe.flush = do_flush; in llvmpipe_create_context()
/external/adhd/cras/src/server/
Dcras_a2dp_iodev.c434 do_flush: in encode_and_flush()
515 goto do_flush; in encode_and_flush()
/external/igt-gpu-tools/tests/
Dkms_frontbuffer_tracking.c1504 static void do_flush(const struct test_mode *t) in do_flush() function
1635 do_flush(t); in __do_assertions()
/external/libfuse/lib/
Dfuse_lowlevel.c1513 static void do_flush(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_flush() function
2571 [FUSE_FLUSH] = { do_flush, "FLUSH" },
/external/mesa3d/src/amd/vulkan/
Dradv_device.c4533 bool do_flush = submission->flush_caches || submission->wait_dst_stage_mask; in radv_queue_submit_deferred() local
4617 …struct radeon_cmdbuf *initial_preamble = (do_flush && !j) ? initial_flush_preamble_cs : initial_pr… in radv_queue_submit_deferred()