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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_flush.h53 unsigned flush_flags,
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
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_flush.h53 unsigned flush_flags,
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
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.c482 unsigned flush_flags; local in function:dri_flush
543 flush_flags = 0;
545 flush_flags |= ST_FLUSH_FRONT;
547 flush_flags |= ST_FLUSH_END_OF_FRAME;
567 st->flush(st, flush_flags, &new_fence);
581 st->flush(st, flush_flags, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c470 unsigned flush_flags; local in function:dri_flush
507 flush_flags = 0;
509 flush_flags |= ST_FLUSH_FRONT;
511 flush_flags |= ST_FLUSH_END_OF_FRAME;
522 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args);
532 st->flush(st, flush_flags, NULL, args.ctx ? notify_before_flush_cb : NULL, &args);
/xsrc/external/mit/MesaLib.old/dist/src/loader/
H A Dloader_dri3_helper.h206 int64_t remainder, unsigned flush_flags,
H A Dloader_dri3_helper.c910 int64_t remainder, unsigned flush_flags,
917 draw->vtable->flush_drawable(draw, flush_flags);
908 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
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader_dri3_helper.h222 int64_t remainder, unsigned flush_flags,
H A Dloader_dri3_helper.c985 int64_t remainder, unsigned flush_flags,
993 draw->vtable->flush_drawable(draw, flush_flags);
983 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c77 const unsigned int flush_flags = PIPE_BARRIER_SHADER_BUFFER | local in function:v3d_memory_barrier
80 if (!(flags & flush_flags))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1248 unsigned flush_flags; local in function:dd_after_draw
1250 flush_flags = 0;
1252 flush_flags = PIPE_FLUSH_DEFERRED | PIPE_FLUSH_BOTTOM_OF_PIPE;
1253 pipe->flush(pipe, &record->bottom_of_pipe, flush_flags);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1259 unsigned flush_flags; local in function:dd_after_draw
1261 flush_flags = 0;
1263 flush_flags = PIPE_FLUSH_DEFERRED | PIPE_FLUSH_BOTTOM_OF_PIPE;
1264 pipe->flush(pipe, &record->bottom_of_pipe, flush_flags);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c5101 unsigned flush_flags = 0; local in function:iris_upload_dirty_render_state
5115 flush_flags |= PIPE_CONTROL_VF_CACHE_INVALIDATE |
5122 if (flush_flags)
5123 iris_emit_pipe_control_flush(batch, flush_flags);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c6429 unsigned flush_flags = 0;
6443 flush_flags |= PIPE_CONTROL_VF_CACHE_INVALIDATE |
6450 if (flush_flags) {
6453 flush_flags);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst3515 - mesa: add gallium flush_flags param into ctx->Driver.Flush

Completed in 42 milliseconds