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

/xsrc/external/mit/MesaLib.old/dist/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 in typeref:struct:svga_stream_output_target *
44 return (struct svga_stream_output_target *)s;
213 struct svga_stream_output_target *sot;
221 sot = CALLOC_STRUCT(svga_stream_output_target);
239 struct svga_stream_output_target *sot = svga_stream_output_target(target);
275 struct svga_stream_output_target *sot
276 = svga_stream_output_target(target
[all...]
/xsrc/external/mit/MesaLib/dist/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 in typeref:struct:svga_stream_output_target *
44 return (struct svga_stream_output_target *)s;
381 struct svga_stream_output_target *sot;
389 sot = CALLOC_STRUCT(svga_stream_output_target);
407 struct svga_stream_output_target *sot = svga_stream_output_target(target);
451 struct svga_stream_output_target *sot
452 = svga_stream_output_target(target
[all...]

Completed in 3 milliseconds