Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_stateobj.h70 struct nvc0_so_target { struct
77 static inline struct nvc0_so_target * argument
78 nvc0_so_target(struct pipe_stream_output_target *ptarg) in nvc0_so_target() function
80 return (struct nvc0_so_target *)ptarg; in nvc0_so_target()
Dnvc0_shader_state.c303 nvc0_so_target(nvc0->tfbbuf[b])->stride = tfb->stride[b]; in nvc0_tfb_validate()
315 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); in nvc0_tfb_validate()
Dnvc0_state.c979 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); in nvc0_so_target_create()
1008 struct nvc0_so_target *targ = nvc0_so_target(ptarg); in nvc0_so_target_save_offset()
1026 struct nvc0_so_target *targ = nvc0_so_target(ptarg); in nvc0_so_target_destroy()
1055 nvc0_so_target(targets[i])->clean = true; in nvc0_set_transform_feedback_targets()
Dnvc0_vbo_translate.c516 struct nvc0_so_target *targ; in nvc0_push_vbo()
517 targ = nvc0_so_target(info->count_from_stream_output); in nvc0_push_vbo()
Dnvc0_vbo.c766 struct nvc0_so_target *so = nvc0_so_target(info->count_from_stream_output); in nvc0_draw_stream_output()