Searched refs:r600_emit_reloc (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_streamout.c | 206 r600_emit_reloc(rctx, &rctx->gfx, r600_resource(t[i]->b.buffer), in r600_emit_streamout_begin() 216 r600_emit_reloc(rctx, &rctx->gfx, r600_resource(t[i]->b.buffer), in r600_emit_streamout_begin() 233 r600_emit_reloc(rctx, &rctx->gfx, t[i]->buf_filled_size, in r600_emit_streamout_begin() 277 r600_emit_reloc(rctx, &rctx->gfx, t[i]->buf_filled_size, in r600_emit_streamout_end()
|
D | r600_cs.h | 116 static inline void r600_emit_reloc(struct r600_common_context *rctx, in r600_emit_reloc() function
|
D | r600_query.c | 765 r600_emit_reloc(ctx, &ctx->gfx, query->buffer.buf, RADEON_USAGE_WRITE, in r600_query_hw_do_emit_start() 857 r600_emit_reloc(ctx, &ctx->gfx, query->buffer.buf, RADEON_USAGE_WRITE, in r600_query_hw_do_emit_stop() 903 r600_emit_reloc(ctx, &ctx->gfx, buf, RADEON_USAGE_READ, in emit_set_predicate() 1889 r600_emit_reloc(ctx, &ctx->gfx, buffer, in r600_query_fix_enabled_rb_mask()
|
D | r600_pipe_common.c | 122 r600_emit_reloc(ctx, &ctx->gfx, buf, RADEON_USAGE_WRITE, in r600_gfx_write_event_eop()
|