Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c36 struct svga_stream_output_target { struct
41 static inline struct svga_stream_output_target * argument
42 svga_stream_output_target(struct pipe_stream_output_target *s) in svga_stream_output_target() function
44 return (struct svga_stream_output_target *)s; in svga_stream_output_target()
215 struct svga_stream_output_target *sot; in svga_create_stream_output_target()
223 sot = CALLOC_STRUCT(svga_stream_output_target); in svga_create_stream_output_target()
241 struct svga_stream_output_target *sot = svga_stream_output_target(target); in svga_destroy_stream_output_target()
277 struct svga_stream_output_target *sot in svga_set_stream_output_targets()
278 = svga_stream_output_target(targets[i]); in svga_set_stream_output_targets()