| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_flush.h | 53 unsigned flush_flags,
|
| H A D | sp_flush.c | 119 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 D | sp_flush.h | 53 unsigned flush_flags,
|
| H A D | sp_flush.c | 119 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 D | dri_drawable.c | 482 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 D | dri_drawable.c | 470 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 D | loader_dri3_helper.h | 206 int64_t remainder, unsigned flush_flags,
|
| H A D | loader_dri3_helper.c | 910 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 D | loader_dri3_helper.h | 222 int64_t remainder, unsigned flush_flags,
|
| H A D | loader_dri3_helper.c | 985 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 D | v3d_context.c | 77 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 D | dd_draw.c | 1248 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 D | dd_draw.c | 1259 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 D | iris_state.c | 5101 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 D | iris_state.c | 6429 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 D | 21.2.0.rst | 3515 - mesa: add gallium flush_flags param into ctx->Driver.Flush
|