OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipe_stream_output_target
(Results
1 - 25
of
54
) sorted by null
1
2
3
/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);
sp_surface.c
68
(struct
pipe_stream_output_target
**)sp->so_targets);
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_stateobj.h
72
struct
pipe_stream_output_target
pipe;
79
nv50_so_target(struct
pipe_stream_output_target
*ptarg)
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_stateobj.h
71
struct
pipe_stream_output_target
pipe;
78
nvc0_so_target(struct
pipe_stream_output_target
*ptarg)
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_so.c
35
static struct
pipe_stream_output_target
*
57
struct
pipe_stream_output_target
*target)
66
struct
pipe_stream_output_target
**targets,
82
pipe_so_target_reference((struct
pipe_stream_output_target
**)&llvmpipe->so_targets[i], targets[i]);
91
pipe_so_target_reference((struct
pipe_stream_output_target
**)&llvmpipe->so_targets[i], NULL);
/external/mesa3d/src/gallium/drivers/virgl/
virgl_streamout.c
30
static struct
pipe_stream_output_target
*virgl_create_so_target(
57
struct
pipe_stream_output_target
*target)
69
struct
pipe_stream_output_target
**targets,
virgl_context.h
42
struct
pipe_stream_output_target
base;
87
virgl_so_target(struct
pipe_stream_output_target
*target)
virgl_encode.h
95
struct
pipe_stream_output_target
**targets,
/external/mesa3d/src/gallium/drivers/noop/
noop_state.c
221
static struct
pipe_stream_output_target
*noop_create_stream_output_target(
227
struct
pipe_stream_output_target
*t = CALLOC_STRUCT(
pipe_stream_output_target
);
239
struct
pipe_stream_output_target
*t)
247
struct
pipe_stream_output_target
**targets,
/external/mesa3d/src/gallium/drivers/svga/
svga_pipe_streamout.c
37
struct
pipe_stream_output_target
base;
42
svga_stream_output_target(struct
pipe_stream_output_target
*s)
208
static struct
pipe_stream_output_target
*
239
struct
pipe_stream_output_target
*target)
252
struct
pipe_stream_output_target
**targets,
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.c
94
const struct
pipe_stream_output_target
*ptr)
98
util_sprintf(buf, "
pipe_stream_output_target
<%s,%u,%u>", res,
u_debug_describe.h
47
const struct
pipe_stream_output_target
*ptr);
u_dump.h
188
const struct
pipe_stream_output_target
*state);
u_inlines.h
179
pipe_so_target_reference(struct
pipe_stream_output_target
**ptr,
180
struct
pipe_stream_output_target
*target)
182
struct
pipe_stream_output_target
*old = *ptr;
/external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c
54
struct
pipe_stream_output_target
*targets[PIPE_MAX_SO_BUFFERS];
59
struct
pipe_stream_output_target
*draw_count[MAX_VERTEX_STREAMS];
137
struct
pipe_stream_output_target
*so_target =
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c
337
static struct
pipe_stream_output_target
*
342
struct
pipe_stream_output_target
*target;
345
target = CALLOC_STRUCT(
pipe_stream_output_target
);
365
struct
pipe_stream_output_target
*target)
373
unsigned num_targets, struct
pipe_stream_output_target
**targets,
/external/mesa3d/src/gallium/drivers/radeon/
r600_streamout.c
34
static struct
pipe_stream_output_target
*
69
struct
pipe_stream_output_target
*target)
114
struct
pipe_stream_output_target
**targets,
128
pipe_so_target_reference((struct
pipe_stream_output_target
**)&rctx->streamout.targets[i], targets[i]);
138
pipe_so_target_reference((struct
pipe_stream_output_target
**)&rctx->streamout.targets[i], NULL);
/external/mesa3d/src/gallium/drivers/swr/
swr_context.h
149
pipe_stream_output_target
*so_targets[MAX_SO_STREAMS];
swr_state.cpp
683
struct
pipe_stream_output_target
*target = ctx->so_targets[i];
[
all
...]
/external/mesa3d/src/gallium/drivers/ilo/
ilo_state.h
221
struct
pipe_stream_output_target
base;
227
struct
pipe_stream_output_target
*states[ILO_MAX_SO_BUFFERS];
/external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h
95
struct
pipe_stream_output_target
**targets,
/external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h
61
struct
pipe_stream_output_target
target;
/external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c
478
static struct
pipe_stream_output_target
*
485
struct
pipe_stream_output_target
*view =
497
struct
pipe_stream_output_target
*target)
577
struct
pipe_stream_output_target
**tgs,
dd_pipe.h
157
struct
pipe_stream_output_target
*so_targets[PIPE_MAX_SO_BUFFERS];
/external/mesa3d/src/gallium/include/pipe/
p_context.h
68
struct
pipe_stream_output_target
;
356
struct
pipe_stream_output_target
*(*create_stream_output_target)(
363
struct
pipe_stream_output_target
*);
367
struct
pipe_stream_output_target
**targets,
Completed in 1263 milliseconds
1
2
3