Searched refs:v3d_stream_output_target (Results 1 – 3 of 3) sorted by relevance
263 struct v3d_stream_output_target { struct649 static inline struct v3d_stream_output_target *650 v3d_stream_output_target(struct pipe_stream_output_target *ptarget) in v3d_stream_output_target() function652 return (struct v3d_stream_output_target *)ptarget; in v3d_stream_output_target()658 return v3d_stream_output_target(ptarget)->recorded_vertex_count; in v3d_stream_output_target_get_vertex_count()
145 struct v3d_stream_output_target *so = in v3d_update_primitive_counters()146 v3d_stream_output_target(v3d->streamout.targets[i]); in v3d_update_primitive_counters()
1189 struct v3d_stream_output_target *target; in v3d_create_stream_output_target()1191 target = CALLOC_STRUCT(v3d_stream_output_target); in v3d_create_stream_output_target()