Home
last modified time | relevance | path

Searched refs:r600_so_target (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600.h86 struct r600_so_target { struct
118 void r600_context_draw_opaque_count(struct r600_context *ctx, struct r600_so_target *t);
Dradeonsi_pipe.h168 struct r600_so_target *so_targets[PIPE_MAX_SO_BUFFERS];
Dsi_state_streamout.c237 struct si_so_target *t = (struct r600_so_target*)target; in si_so_target_destroy()
Dsi_state_draw.c545 r600_context_draw_opaque_count(rctx, (struct r600_so_target*)info->count_from_stream_output); in si_draw_vbo()
Dr600_hw_context.c647 void r600_context_draw_opaque_count(struct r600_context *ctx, struct r600_so_target *t) in r600_context_draw_opaque_count()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c988 struct r600_so_target *t; in r600_create_so_target()
991 t = CALLOC_STRUCT(r600_so_target); in r600_create_so_target()
1014 struct r600_so_target *t = (struct r600_so_target*)target; in r600_so_target_destroy()
1263 struct r600_so_target *t = (struct r600_so_target*)info.count_from_stream_output; in r600_draw_vbo()
Dr600.h174 struct r600_so_target { struct
Dr600_hw_context.c1091 struct r600_so_target **t = ctx->so_targets; in r600_context_streamout_begin()
1202 struct r600_so_target **t = ctx->so_targets; in r600_context_streamout_end()
Dr600_pipe.h441 struct r600_so_target *so_targets[PIPE_MAX_SO_BUFFERS];