Home
last modified time | relevance | path

Searched refs:v3d_stream_output_target (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h261 struct v3d_stream_output_target { struct
602 static inline struct v3d_stream_output_target *
603 v3d_stream_output_target(struct pipe_stream_output_target *ptarget) in v3d_stream_output_target() function
605 return (struct v3d_stream_output_target *)ptarget; in v3d_stream_output_target()
611 return v3d_stream_output_target(ptarget)->recorded_vertex_count; in v3d_stream_output_target_get_vertex_count()
Dv3d_context.c146 struct v3d_stream_output_target *so = in v3d_update_primitive_counters()
147 v3d_stream_output_target(v3d->streamout.targets[i]); in v3d_update_primitive_counters()
Dv3dx_state.c1186 struct v3d_stream_output_target *target; in v3d_create_stream_output_target()
1188 target = CALLOC_STRUCT(v3d_stream_output_target); in v3d_create_stream_output_target()