Searched defs:v3d_stream_output_target (Results 1 – 1 of 1) sorted by relevance
285 struct v3d_stream_output_target { struct286 struct pipe_stream_output_target base;288 uint32_t recorded_vertex_count;290 uint32_t offset;726 v3d_stream_output_target(struct pipe_stream_output_target *ptarget) in v3d_stream_output_target() function