HomeSort by relevance Sort by last modified time
    Searched refs:r600_emit_atom (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 333 r600_emit_atom(ctx, &ctx->start_compute_cs_cmd.atom);
346 r600_emit_atom(ctx, &ctx->cs_vertex_buffer_state.atom);
349 r600_emit_atom(ctx, &ctx->cs_shader_state.atom);
388 * calls r600_emit_atom() on the ctx->surface_sync_cmd.atom, which emits
r600_hw_context.c 905 r600_emit_atom(ctx, &ctx->surface_sync_cmd.atom);
913 r600_emit_atom(ctx, &ctx->r6xx_flush_and_inv_cmd);
970 r600_emit_atom(ctx, &ctx->start_cs_cmd.atom);
    [all...]
r600_pipe.c 290 r600_emit_atom(rctx, &rctx->start_cs_cmd.atom);
r600_pipe.h 467 static INLINE void r600_emit_atom(struct r600_context *rctx, struct r600_atom *atom) function
r600_state_common.c     [all...]

Completed in 229 milliseconds