Home
last modified time | relevance | path

Searched refs:r600_emit_atom (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c333 r600_emit_atom(ctx, &ctx->start_compute_cs_cmd.atom); in compute_emit_cs()
346 r600_emit_atom(ctx, &ctx->cs_vertex_buffer_state.atom); in compute_emit_cs()
349 r600_emit_atom(ctx, &ctx->cs_shader_state.atom); in compute_emit_cs()
Dr600_hw_context.c905 r600_emit_atom(ctx, &ctx->surface_sync_cmd.atom); in r600_flush_framebuffer()
913 r600_emit_atom(ctx, &ctx->r6xx_flush_and_inv_cmd); in r600_flush_framebuffer()
970 r600_emit_atom(ctx, &ctx->start_cs_cmd.atom); in r600_context_flush()
Dr600_pipe.c290 r600_emit_atom(rctx, &rctx->start_cs_cmd.atom); in r600_create_context()
Dr600_pipe.h467 static INLINE void r600_emit_atom(struct r600_context *rctx, struct r600_atom *atom) in r600_emit_atom() function
Dr600_state_common.c1236 r600_emit_atom(rctx, state); in r600_draw_vbo()