Searched refs:r600_context_bo_reloc (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_hw_context.c | 91 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()
|
D | r600_hw_context_priv.h | 38 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, in r600_context_bo_reloc() function
|
D | radeonsi_pm4.c | 209 r600_context_bo_reloc(rctx, state->bo[i], in si_pm4_emit()
|
D | radeonsi_pipe.c | 126 r600_context_bo_reloc(rctx, fence->sleep_bo, RADEON_USAGE_READWRITE); in r600_create_fence()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 90 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()
|
D | r600_query.c | 137 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()
|
D | r600_state.c | 1847 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()
|
D | evergreen_compute_internal.c | 219 u32 rr = r600_context_bo_reloc(ctx, bo, usage); in evergreen_emit_ctx_reloc()
|
D | evergreen_compute.c | 444 r600_write_value(cs, r600_context_bo_reloc(rctx, shader->shader_code_bo, in evergreen_emit_cs_shader()
|
D | evergreen_state.c | 1991 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()
|
D | r600_state_common.c | 1260 …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()
|
D | r600_pipe.c | 110 r600_context_bo_reloc(rctx, fence->sleep_bo, RADEON_USAGE_READWRITE); in r600_create_fence()
|
D | r600_pipe.h | 786 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct r600_resource *rbo, in r600_context_bo_reloc() function
|