Searched defs:svga_stream_output_target (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_streamout.c36 struct svga_stream_output_target { struct
41 static inline struct svga_stream_output_target *
42 svga_stream_output_target(struct pipe_stream_output_target *s) function
44 return (struct svga_stream_output_target *)s;
215 struct svga_stream_output_target *sot;
223 sot = CALLOC_STRUCT(svga_stream_output_target);
241 struct svga_stream_output_target *sot = svga_stream_output_target(target);
277 struct svga_stream_output_target *sot
278 = svga_stream_output_target(target
[all...]

Completed in 165 milliseconds