HomeSort by relevance Sort by last modified time
    Searched refs:nv50_so_target (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj.h 65 struct nv50_so_target { struct
72 static INLINE struct nv50_so_target *
73 nv50_so_target(struct pipe_stream_output_target *ptarg) function
75 return (struct nv50_so_target *)ptarg;
nv50_push.c 254 struct nv50_so_target *targ;
255 targ = nv50_so_target(info->count_from_stream_output);
nv50_query.c 370 struct nv50_so_target *targ = nv50_so_target(ptarg);
nv50_state.c 953 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target);
983 struct nv50_so_target *targ = nv50_so_target(ptarg);
1015 nv50_so_target(targets[i])->clean = TRUE;
    [all...]
nv50_shader_state.c 586 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]);
nv50_vbo.c 665 struct nv50_so_target *so = nv50_so_target(info->count_from_stream_output);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj.h 65 struct nv50_so_target { struct
72 static INLINE struct nv50_so_target *
73 nv50_so_target(struct pipe_stream_output_target *ptarg) function
75 return (struct nv50_so_target *)ptarg;
nv50_push.c 254 struct nv50_so_target *targ;
255 targ = nv50_so_target(info->count_from_stream_output);
nv50_query.c 370 struct nv50_so_target *targ = nv50_so_target(ptarg);
nv50_state.c 953 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target);
983 struct nv50_so_target *targ = nv50_so_target(ptarg);
1015 nv50_so_target(targets[i])->clean = TRUE;
    [all...]
nv50_shader_state.c 586 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]);
nv50_vbo.c 665 struct nv50_so_target *so = nv50_so_target(info->count_from_stream_output);

Completed in 424 milliseconds