HomeSort by relevance Sort by last modified time
    Searched refs:pipe_stream_output_target (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_so.c 37 static struct pipe_stream_output_target *
56 struct pipe_stream_output_target *target)
65 struct pipe_stream_output_target **targets,
72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]);
76 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], NULL);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.h 45 const struct pipe_stream_output_target *ptr);
u_debug_describe.c 85 const struct pipe_stream_output_target *ptr)
89 util_sprintf(buf, "pipe_stream_output_target<%s,%u,%u>", res,
u_blitter.h 110 struct pipe_stream_output_target *saved_so_targets[PIPE_MAX_SO_BUFFERS];
457 struct pipe_stream_output_target **targets)
u_inlines.h 178 pipe_so_target_reference(struct pipe_stream_output_target **ptr,
179 struct pipe_stream_output_target *target)
181 struct pipe_stream_output_target *old = *ptr;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj.h 66 struct pipe_stream_output_target pipe;
73 nv50_so_target(struct pipe_stream_output_target *ptarg)
nv50_context.h 140 struct pipe_stream_output_target *so_target[4];
202 struct pipe_stream_output_target *,
nv50_state.c 948 static struct pipe_stream_output_target *
981 struct pipe_stream_output_target *ptarg)
993 struct pipe_stream_output_target **targets,
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_stateobj.h 65 struct pipe_stream_output_target pipe;
72 nvc0_so_target(struct pipe_stream_output_target *ptarg)
nvc0_context.h 159 struct pipe_stream_output_target *tfbbuf[4];
211 struct pipe_stream_output_target *, unsigned i,
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 143 struct pipe_stream_output_target *
149 struct pipe_stream_output_target *target);
152 struct pipe_stream_output_target **targets,
r600.h 87 struct pipe_stream_output_target b;
si_state_streamout.c 201 struct pipe_stream_output_target *
234 struct pipe_stream_output_target *target)
246 struct pipe_stream_output_target **targets,
261 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->so_targets[i], targets[i]);
264 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->so_targets[i], NULL);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 57 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS];
62 struct pipe_stream_output_target *draw_count;
135 struct pipe_stream_output_target *so_target =
178 static struct pipe_stream_output_target *
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 248 static struct pipe_stream_output_target *noop_create_stream_output_target(
254 struct pipe_stream_output_target *t = CALLOC_STRUCT(pipe_stream_output_target);
266 struct pipe_stream_output_target *t)
274 struct pipe_stream_output_target **targets,
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 60 struct pipe_stream_output_target;
263 struct pipe_stream_output_target *(*create_stream_output_target)(
270 struct pipe_stream_output_target *);
274 struct pipe_stream_output_target **targets,
p_state.h 476 struct pipe_stream_output_target struct
563 struct pipe_stream_output_target *count_from_stream_output;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 113 struct pipe_stream_output_target **targets,
cso_context.c 96 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS];
99 struct pipe_stream_output_target *so_targets_saved[PIPE_MAX_SO_BUFFERS];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 60 struct pipe_stream_output_target target;
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 175 struct pipe_stream_output_target b;
r600_pipe.h 641 struct pipe_stream_output_target *
647 struct pipe_stream_output_target *target);
650 struct pipe_stream_output_target **targets,
r600_state_common.c 981 struct pipe_stream_output_target *
1012 struct pipe_stream_output_target *target)
1022 struct pipe_stream_output_target **targets,
1035 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->so_targets[i], targets[i]);
1039 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->so_targets[i], NULL);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 375 struct pipe_stream_output_target* so_target;
391 struct pipe_stream_output_target *so_target;
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 1125 static INLINE struct pipe_stream_output_target *
1133 struct pipe_stream_output_target *result;
1156 struct pipe_stream_output_target *target)
1175 struct pipe_stream_output_target **tgs,
    [all...]

Completed in 232 milliseconds

1 2