Home | History | Annotate | Download | only in r600

Lines Matching refs:r600_context

187 struct r600_context;
190 void r600_get_backend_mask(struct r600_context *ctx);
191 int r600_context_init(struct r600_context *ctx);
192 void r600_context_fini(struct r600_context *ctx);
193 void r600_context_pipe_state_emit(struct r600_context *ctx, struct r600_pipe_state *state, unsigned pkt_flags);
194 void r600_context_pipe_state_set(struct r600_context *ctx, struct r600_pipe_state *state);
195 void r600_context_flush(struct r600_context *ctx, unsigned flags);
197 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence,
199 void r600_inval_shader_cache(struct r600_context *ctx);
200 void r600_inval_texture_cache(struct r600_context *ctx);
201 void r600_inval_vertex_cache(struct r600_context *ctx);
202 void r600_flush_framebuffer(struct r600_context *ctx, bool flush_now);
204 void r600_context_streamout_begin(struct r600_context *ctx);
205 void r600_context_streamout_end(struct r600_context *ctx);
206 void r600_need_cs_space(struct r600_context *ctx, unsigned num_dw, boolean count_draw_in);
207 void r600_context_block_emit_dirty(struct r600_context *ctx, struct r600_block *block, unsigned pkt_flags);
209 int evergreen_context_init(struct r600_context *ctx);
211 void _r600_pipe_state_add_reg_bo(struct r600_context *ctx,
218 void _r600_pipe_state_add_reg(struct r600_context *ctx,