HomeSort by relevance Sort by last modified time
    Searched full:r600_context_bo_reloc (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_hw_context_priv.h 38 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, function
r600_hw_context.c 91 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, buffer, RADEON_USAGE_WRITE);
258 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, fence_bo, RADEON_USAGE_WRITE);
442 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer, RADEON_USAGE_WRITE);
485 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer, RADEON_USAGE_WRITE);
524 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer,
670 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, t->filled_size, RADEON_USAGE_READ);
689 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, (struct si_resource*)t->b.buffer,
radeonsi_pm4.c 209 r600_context_bo_reloc(rctx, state->bo[i],
radeonsi_pipe.c 126 r600_context_bo_reloc(rctx, fence->sleep_bo, RADEON_USAGE_READWRITE);
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 90 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, buffer, RADEON_USAGE_WRITE);
830 r600_context_bo_reloc(ctx, reloc->bo, reloc->bo_usage);
    [all...]
r600_query.c 137 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer.buf, RADEON_USAGE_WRITE);
191 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, query->buffer.buf, RADEON_USAGE_WRITE);
241 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, qbuf->buf, RADEON_USAGE_READ);
evergreen_compute_internal.c 219 u32 rr = r600_context_bo_reloc(ctx, bo, usage);
r600_state.c     [all...]
r600_state_common.c     [all...]
evergreen_compute.c 444 r600_write_value(cs, r600_context_bo_reloc(rctx, shader->shader_code_bo,
evergreen_state.c     [all...]
r600_pipe.c 110 r600_context_bo_reloc(rctx, fence->sleep_bo, RADEON_USAGE_READWRITE);
r600_pipe.h 786 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct r600_resource *rbo, function

Completed in 573 milliseconds