Home
last modified time | relevance | path

Searched refs:r600_context_bo_reloc (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_hw_context.c91 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, buffer, RADEON_USAGE_WRITE); in si_get_backend_mask()
258 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, fence_bo, RADEON_USAGE_WRITE); in si_context_emit_fence()
442 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer, RADEON_USAGE_WRITE); in r600_query_begin()
485 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer, RADEON_USAGE_WRITE); in r600_query_end()
524 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer, in r600_query_predication()
670 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, t->filled_size, RADEON_USAGE_READ); in r600_context_draw_opaque_count()
689 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, (struct si_resource*)t->b.buffer, in r600_context_draw_opaque_count()
Dr600_hw_context_priv.h38 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, in r600_context_bo_reloc() function
Dradeonsi_pm4.c209 r600_context_bo_reloc(rctx, state->bo[i], in si_pm4_emit()
Dradeonsi_pipe.c126 r600_context_bo_reloc(rctx, fence->sleep_bo, RADEON_USAGE_READWRITE); in r600_create_fence()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c90 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, buffer, RADEON_USAGE_WRITE); in r600_get_backend_mask()
830 r600_context_bo_reloc(ctx, reloc->bo, reloc->bo_usage); in r600_context_block_emit_dirty()
1046 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, fence_bo, RADEON_USAGE_WRITE); in r600_context_emit_fence()
1148 r600_context_bo_reloc(ctx, r600_resource(t[i]->b.buffer), in r600_context_streamout_begin()
1160 r600_context_bo_reloc(ctx, r600_resource(t[i]->b.buffer), in r600_context_streamout_begin()
1178 r600_context_bo_reloc(ctx, t[i]->filled_size, in r600_context_streamout_begin()
1227 r600_context_bo_reloc(ctx, t[i]->filled_size, in r600_context_streamout_end()
Dr600_query.c137 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer.buf, RADEON_USAGE_WRITE); in r600_emit_query_begin()
191 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer.buf, RADEON_USAGE_WRITE); in r600_emit_query_end()
241 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, qbuf->buf, RADEON_USAGE_READ); in r600_emit_query_predication()
Dr600_state.c1847 r600_write_value(cs, r600_context_bo_reloc(rctx, rbuffer, RADEON_USAGE_READ)); in r600_emit_vertex_buffers()
1877 r600_write_value(cs, r600_context_bo_reloc(rctx, rbuffer, RADEON_USAGE_READ)); in r600_emit_constant_buffers()
1892 r600_write_value(cs, r600_context_bo_reloc(rctx, rbuffer, RADEON_USAGE_READ)); in r600_emit_constant_buffers()
1933 reloc = r600_context_bo_reloc(rctx, rview->tex_resource, in r600_emit_sampler_views()
Devergreen_compute_internal.c219 u32 rr = r600_context_bo_reloc(ctx, bo, usage); in evergreen_emit_ctx_reloc()
Devergreen_compute.c444 r600_write_value(cs, r600_context_bo_reloc(rctx, shader->shader_code_bo, in evergreen_emit_cs_shader()
Devergreen_state.c1991 r600_write_value(cs, r600_context_bo_reloc(rctx, rbuffer, RADEON_USAGE_READ)); in evergreen_emit_vertex_buffers()
2034 r600_write_value(cs, r600_context_bo_reloc(rctx, rbuffer, RADEON_USAGE_READ)); in evergreen_emit_constant_buffers()
2055 r600_write_value(cs, r600_context_bo_reloc(rctx, rbuffer, RADEON_USAGE_READ)); in evergreen_emit_constant_buffers()
2096 reloc = r600_context_bo_reloc(rctx, rview->tex_resource, in evergreen_emit_sampler_views()
Dr600_state_common.c1260 …cs->buf[cs->cdw++] = r600_context_bo_reloc(rctx, (struct r600_resource*)ib.buffer, RADEON_USAGE_RE… in r600_draw_vbo()
1276 cs->buf[cs->cdw++] = r600_context_bo_reloc(rctx, t->filled_size, RADEON_USAGE_READ); in r600_draw_vbo()
Dr600_pipe.c110 r600_context_bo_reloc(rctx, fence->sleep_bo, RADEON_USAGE_READWRITE); in r600_create_fence()
Dr600_pipe.h786 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct r600_resource *rbo, in r600_context_bo_reloc() function