Searched defs:flush_flags (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.c119 unsigned flush_flags,
137 flush_flags |= SP_FLUSH_TEXTURE_CACHE;
149 softpipe_flush(pipe, flush_flags, &fence);
165 softpipe_flush(pipe, flush_flags, NULL);
115 softpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *texture, unsigned level, int layer, unsigned flush_flags, boolean read_only, boolean cpu_access, boolean do_not_block) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c190 unsigned flush_flags = get_flush_flags(sctx, coher); local
236 SI_CONTEXT_CS_PARTIAL_FLUSH | flush_flags;
312 unsigned flush_flags = get_flush_flags(sctx, R600_COHERENCY_SHADER); local
354 SI_CONTEXT_CS_PARTIAL_FLUSH | flush_flags;
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri_drawable.c446 unsigned flush_flags; local
502 flush_flags = 0;
504 flush_flags |= ST_FLUSH_FRONT;
506 flush_flags |= ST_FLUSH_END_OF_FRAME;
532 ctx->st->flush(ctx->st, flush_flags, &fence);
540 ctx->st->flush(ctx->st, flush_flags, NULL);
/external/mesa3d/src/gallium/drivers/ddebug/
H A Ddd_draw.c546 unsigned flush_flags)
556 pipe->flush(pipe, &fence, flush_flags);
544 dd_flush_and_check_hang(struct dd_context *dctx, struct pipe_fence_handle **flush_fence, unsigned flush_flags) argument
/external/mesa3d/src/loader/
H A Dloader_dri3_helper.c629 int64_t remainder, unsigned flush_flags,
641 draw->vtable->flush_drawable(draw, flush_flags);
627 loader_dri3_swap_buffers_msc(struct loader_dri3_drawable *draw, int64_t target_msc, int64_t divisor, int64_t remainder, unsigned flush_flags, bool force_copy) argument

Completed in 139 milliseconds