Searched refs:nv50_so_target (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h71 struct nv50_so_target { struct
78 static inline struct nv50_so_target *
79 nv50_so_target(struct pipe_stream_output_target *ptarg) function in typeref:struct:nv50_so_target *
81 return (struct nv50_so_target *)ptarg;
H A Dnv50_state.c1127 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target);
1161 struct nv50_so_target *targ = nv50_so_target(ptarg);
1178 struct nv50_so_target *targ = nv50_so_target(ptarg);
1211 nv50_so_target(targets[i])->clean = true;
H A Dnv50_push.c297 struct nv50_so_target *targ;
298 targ = nv50_so_target(info->count_from_stream_output);
H A Dnv50_shader_state.c694 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]);
H A Dnv50_vbo.c715 struct nv50_so_target *so = nv50_so_target(info->count_from_stream_output);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h71 struct nv50_so_target { struct
78 static inline struct nv50_so_target *
79 nv50_so_target(struct pipe_stream_output_target *ptarg) function in typeref:struct:nv50_so_target *
81 return (struct nv50_so_target *)ptarg;
H A Dnv50_push.c299 struct nv50_so_target *targ;
300 targ = nv50_so_target(indirect->count_from_stream_output);
H A Dnv50_state.c1139 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target);
1173 struct nv50_so_target *targ = nv50_so_target(ptarg);
1190 struct nv50_so_target *targ = nv50_so_target(ptarg);
1223 nv50_so_target(targets[i])->clean = true;
H A Dnv50_shader_state.c699 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]);
H A Dnv50_vbo.c709 struct nv50_so_target *so = nv50_so_target(indirect->count_from_stream_output);

Completed in 13 milliseconds