Searched refs:virgl_so_target (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.h44 struct virgl_so_target { struct
79 struct virgl_so_target so_targets[PIPE_MAX_SO_BUFFERS];
100 static inline struct virgl_so_target *
101 virgl_so_target(struct pipe_stream_output_target *target) function in typeref:struct:virgl_so_target *
103 return (struct virgl_so_target *)target;
H A Dvirgl_streamout.c38 struct virgl_so_target *t = CALLOC_STRUCT(virgl_so_target);
60 struct virgl_so_target *t = virgl_so_target(target);
H A Dvirgl_encode.c905 struct virgl_so_target *tg = virgl_so_target(targets[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.h45 struct virgl_so_target { struct
95 struct virgl_so_target so_targets[PIPE_MAX_SO_BUFFERS];
113 static inline struct virgl_so_target *
114 virgl_so_target(struct pipe_stream_output_target *target) function in typeref:struct:virgl_so_target *
116 return (struct virgl_so_target *)target;
H A Dvirgl_streamout.c38 struct virgl_so_target *t = CALLOC_STRUCT(virgl_so_target);
65 struct virgl_so_target *t = virgl_so_target(target);
H A Dvirgl_encode.c1256 struct virgl_so_target *tg = virgl_so_target(targets[i]);

Completed in 9 milliseconds