Home
last modified time | relevance | path

Searched refs:flush_flags (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_flush.c119 unsigned flush_flags, in softpipe_flush_resource() argument
137 flush_flags |= SP_FLUSH_TEXTURE_CACHE; in softpipe_flush_resource()
149 softpipe_flush(pipe, flush_flags, &fence); in softpipe_flush_resource()
165 softpipe_flush(pipe, flush_flags, NULL); in softpipe_flush_resource()
Dsp_flush.h53 unsigned flush_flags,
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_drawable.c446 unsigned flush_flags; in dri_flush() local
502 flush_flags = 0; in dri_flush()
504 flush_flags |= ST_FLUSH_FRONT; in dri_flush()
506 flush_flags |= ST_FLUSH_END_OF_FRAME; in dri_flush()
532 ctx->st->flush(ctx->st, flush_flags, &fence); in dri_flush()
540 ctx->st->flush(ctx->st, flush_flags, NULL); in dri_flush()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c190 unsigned flush_flags = get_flush_flags(sctx, coher); in si_clear_buffer() local
236 SI_CONTEXT_CS_PARTIAL_FLUSH | flush_flags; in si_clear_buffer()
312 unsigned flush_flags = get_flush_flags(sctx, R600_COHERENCY_SHADER); in si_copy_buffer() local
354 SI_CONTEXT_CS_PARTIAL_FLUSH | flush_flags; in si_copy_buffer()
/external/mesa3d/src/loader/
Dloader_dri3_helper.h190 int64_t remainder, unsigned flush_flags,
Dloader_dri3_helper.c629 int64_t remainder, unsigned flush_flags, in loader_dri3_swap_buffers_msc() argument
641 draw->vtable->flush_drawable(draw, flush_flags); in loader_dri3_swap_buffers_msc()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c546 unsigned flush_flags) in dd_flush_and_check_hang() argument
556 pipe->flush(pipe, &fence, flush_flags); in dd_flush_and_check_hang()