Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_flush.c124 unsigned flush_flags, in softpipe_flush_resource() argument
142 flush_flags |= SP_FLUSH_TEXTURE_CACHE; in softpipe_flush_resource()
154 softpipe_flush(pipe, flush_flags, &fence); in softpipe_flush_resource()
170 softpipe_flush(pipe, flush_flags, NULL); in softpipe_flush_resource()
Dsp_flush.h52 unsigned flush_flags,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c116 unsigned i, flush_flags = 0;
137 flush_flags |= S_0085F0_SO0_DEST_BASE_ENA(1) << i;
144 ctx->atom_surface_sync.flush_flags |= flush_flags;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c874 ctx->surface_sync_cmd.flush_flags |= S_0085F0_SH_ACTION_ENA(1); in r600_inval_shader_cache()
880 ctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1); in r600_inval_texture_cache()
887 ctx->surface_sync_cmd.flush_flags |= S_0085F0_VC_ACTION_ENA(1); in r600_inval_vertex_cache()
890 ctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1); in r600_inval_vertex_cache()
900 ctx->surface_sync_cmd.flush_flags |= in r600_flush_framebuffer()
1203 unsigned i, flush_flags = 0; in r600_context_streamout_end() local
1230 flush_flags |= S_0085F0_SO0_DEST_BASE_ENA(1) << i; in r600_context_streamout_end()
1245 flush_flags |= S_0085F0_DEST_BASE_0_ENA(1); in r600_context_streamout_end()
1252 ctx->surface_sync_cmd.flush_flags |= in r600_context_streamout_end()
1253 S_0085F0_SMX_ACTION_ENA(1) | flush_flags; in r600_context_streamout_end()
Dr600_state_common.c67 cs->buf[cs->cdw++] = a->flush_flags; /* CP_COHER_CNTL */ in r600_emit_surface_sync()
72 a->flush_flags = 0; in r600_emit_surface_sync()
138 rctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1) | r600_get_cb_flush_flags(rctx); in r600_texture_barrier()
Dr600_pipe.h77 unsigned flush_flags; /* CP_COHER_CNTL */ member