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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h70 struct nvc0_so_target { struct
77 static inline struct nvc0_so_target *
78 nvc0_so_target(struct pipe_stream_output_target *ptarg) function in typeref:struct:nvc0_so_target *
80 return (struct nvc0_so_target *)ptarg;
H A Dnvc0_shader_state.c303 nvc0_so_target(nvc0->tfbbuf[b])->stride = tfb->stride[b];
315 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]);
H A Dnvc0_state.c1039 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target);
1068 struct nvc0_so_target *targ = nvc0_so_target(ptarg);
1086 struct nvc0_so_target *targ = nvc0_so_target(ptarg);
1115 nvc0_so_target(targets[i])->clean = true;
H A Dnvc0_vbo_translate.c597 struct nvc0_so_target *targ;
598 targ = nvc0_so_target(info->count_from_stream_output);
H A Dnvc0_vbo.c766 struct nvc0_so_target *so = nvc0_so_target(info->count_from_stream_output);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h70 struct nvc0_so_target { struct
77 static inline struct nvc0_so_target *
78 nvc0_so_target(struct pipe_stream_output_target *ptarg) function in typeref:struct:nvc0_so_target *
80 return (struct nvc0_so_target *)ptarg;
H A Dnvc0_shader_state.c335 nvc0_so_target(nvc0->tfbbuf[b])->stride = tfb->stride[b];
347 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]);
H A Dnvc0_state.c1083 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target);
1112 struct nvc0_so_target *targ = nvc0_so_target(ptarg);
1130 struct nvc0_so_target *targ = nvc0_so_target(ptarg);
1159 nvc0_so_target(targets[i])->clean = true;
H A Dnvc0_vbo_translate.c608 struct nvc0_so_target *targ;
609 targ = nvc0_so_target(indirect->count_from_stream_output);
H A Dnvc0_vbo.c774 struct nvc0_so_target *so = nvc0_so_target(indirect->count_from_stream_output);

Completed in 16 milliseconds