Home
last modified time | relevance | path

Searched refs:flush_flags (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.c119 unsigned flush_flags, in softpipe_flush_resource()
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()
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) softpipe_flush_resource() argument
H A Dsp_flush.h53 unsigned flush_flags,
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c470 unsigned flush_flags; in dri_flush() local
507 flush_flags = 0; in dri_flush()
509 flush_flags |= ST_FLUSH_FRONT; in dri_flush()
511 flush_flags |= ST_FLUSH_END_OF_FRAME; in dri_flush()
522 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush()
532 st->flush(st, flush_flags, NULL, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c78 const unsigned int flush_flags = PIPE_BARRIER_SHADER_BUFFER | in v3d_memory_barrier() local
81 if (!(flags & flush_flags)) in v3d_memory_barrier()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h226 int64_t remainder, unsigned flush_flags,
H A Dloader_dri3_helper.c972 int64_t remainder, unsigned flush_flags, in loader_dri3_swap_buffers_msc()
1007 draw->vtable->flush_drawable(draw, flush_flags); in loader_dri3_swap_buffers_msc()
970 loader_dri3_swap_buffers_msc(struct loader_dri3_drawable *draw, int64_t target_msc, int64_t divisor, int64_t remainder, unsigned flush_flags, const int *rects, int n_rects, bool force_copy) loader_dri3_swap_buffers_msc() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1259 unsigned flush_flags; in dd_after_draw() local
1261 flush_flags = 0; in dd_after_draw()
1263 flush_flags = PIPE_FLUSH_DEFERRED | PIPE_FLUSH_BOTTOM_OF_PIPE; in dd_after_draw()
1264 pipe->flush(pipe, &record->bottom_of_pipe, flush_flags); in dd_after_draw()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c6633 unsigned flush_flags = 0; in iris_upload_dirty_render_state()
6647 flush_flags |= PIPE_CONTROL_VF_CACHE_INVALIDATE | in iris_upload_dirty_render_state()
6654 if (flush_flags) { in iris_upload_dirty_render_state()
6657 flush_flags); in iris_upload_dirty_render_state()

Completed in 22 milliseconds