Home
last modified time | relevance | path

Searched refs:filled_size (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c95 si_context_bo_reloc(ctx, t[i]->filled_size,
134 si_context_bo_reloc(ctx, t[i]->filled_size,
154 uint32_t *ptr = ctx->ws->buffer_map(t[i]->filled_size->cs_buf, ctx->cs, RADEON_USAGE_READ);
156 ctx->ws->buffer_unmap(t[i]->filled_size->cs_buf);
223 t->filled_size = si_resource_create_custom(ctx->screen, PIPE_USAGE_STATIC, 4); in si_create_so_target()
224 ptr = rctx->ws->buffer_map(t->filled_size->cs_buf, rctx->cs, PIPE_TRANSFER_WRITE); in si_create_so_target()
225 memset(ptr, 0, t->filled_size->buf->size); in si_create_so_target()
226 rctx->ws->buffer_unmap(t->filled_size->cs_buf); in si_create_so_target()
239 si_resource_reference(&t->filled_size, NULL); in si_so_target_destroy()
Dr600.h90 struct si_resource *filled_size; member
Dr600_hw_context.c670 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, t->filled_size, RADEON_USAGE_READ); in r600_context_draw_opaque_count()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1002 t->filled_size = (struct r600_resource*) in r600_create_so_target()
1004 ptr = rctx->ws->buffer_map(t->filled_size->cs_buf, rctx->cs, PIPE_TRANSFER_WRITE); in r600_create_so_target()
1005 memset(ptr, 0, t->filled_size->buf->size); in r600_create_so_target()
1006 rctx->ws->buffer_unmap(t->filled_size->cs_buf); in r600_create_so_target()
1016 pipe_resource_reference((struct pipe_resource**)&t->filled_size, NULL); in r600_so_target_destroy()
1264 uint64_t va = r600_resource_va(&rctx->screen->screen, (void*)t->filled_size); 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.h178 struct r600_resource *filled_size; member
Dr600_hw_context.c1166 (void*)t[i]->filled_size); in r600_context_streamout_begin()
1178 r600_context_bo_reloc(ctx, t[i]->filled_size, in r600_context_streamout_begin()
1215 (void*)t[i]->filled_size); in r600_context_streamout_end()
1227 r600_context_bo_reloc(ctx, t[i]->filled_size, in r600_context_streamout_end()