HomeSort by relevance Sort by last modified time
    Searched refs:r600_so_target (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600.h 86 struct r600_so_target { struct
118 void r600_context_draw_opaque_count(struct r600_context *ctx, struct r600_so_target *t);
radeonsi_pipe.h 168 struct r600_so_target *so_targets[PIPE_MAX_SO_BUFFERS];
si_state_streamout.c 237 struct si_so_target *t = (struct r600_so_target*)target;
si_state_draw.c 545 r600_context_draw_opaque_count(rctx, (struct r600_so_target*)info->count_from_stream_output);
r600_hw_context.c 647 void r600_context_draw_opaque_count(struct r600_context *ctx, struct r600_so_target *t)
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 174 struct r600_so_target { struct
r600_state_common.c 988 struct r600_so_target *t;
991 t = CALLOC_STRUCT(r600_so_target);
1014 struct r600_so_target *t = (struct r600_so_target*)target;
    [all...]
r600_hw_context.c     [all...]
r600_pipe.h 441 struct r600_so_target *so_targets[PIPE_MAX_SO_BUFFERS];

Completed in 683 milliseconds