HomeSort by: relevance | last modified time | path
    Searched refs:so_targets (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_so.c 89 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], targets[i]);
92 if (!append && llvmpipe->so_targets[i]) {
93 llvmpipe->so_targets[i]->internal_offset = offsets[i];
98 llvmpipe->so_targets[i]->mapping = buf;
103 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], NULL);
108 llvmpipe->so_targets);
lp_context.h 100 struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:llvmpipe_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_state_so.c 72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]);
76 softpipe->so_targets[i]->mapping = buf;
81 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], NULL);
87 softpipe->so_targets);
sp_context.h 94 struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:softpipe_context
sp_surface.c 68 (struct pipe_stream_output_target**)sp->so_targets);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_so.c 82 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], targets[i]);
85 if (!append && llvmpipe->so_targets[i]) {
86 llvmpipe->so_targets[i]->internal_offset = offsets[i];
91 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], NULL);
lp_draw_arrays.c 104 if (lp->so_targets[i]) {
105 buf = llvmpipe_resource(lp->so_targets[i]->target.buffer)->data;
106 lp->so_targets[i]->mapping = buf;
110 lp->so_targets);
lp_context.h 90 struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:llvmpipe_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
virgl_streamout.c 76 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer);
78 pipe_resource_reference(&vctx->so_targets[i].base.buffer, NULL);
81 pipe_resource_reference(&vctx->so_targets[i].base.buffer, NULL);
virgl_context.h 79 struct virgl_so_target so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:virgl_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_draw_arrays.c 115 if (sp->so_targets[i]) {
116 buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data;
117 sp->so_targets[i]->mapping = buf;
122 sp->so_targets);
sp_state_so.c 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_context.h 94 struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:softpipe_context
sp_surface.c 68 (struct pipe_stream_output_target**)sp->so_targets);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
virgl_streamout.c 84 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer);
88 pipe_resource_reference(&vctx->so_targets[i].base.buffer, NULL);
92 pipe_resource_reference(&vctx->so_targets[i].base.buffer, NULL);
virgl_context.h 95 struct virgl_so_target so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:virgl_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_pipe_streamout.c 268 struct svga_buffer *sbuf = svga_buffer(svga->so_targets[i]->buffer);
285 svga->so_targets[i] = &sot->base;
298 svga->so_targets[i] = NULL;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_pipe_streamout.c 436 struct svga_buffer *sbuf = svga_buffer(svga->so_targets[i]->buffer);
444 for (i = 0; i < ARRAY_SIZE(svga->so_targets); i++) {
445 svga->vcount_so_targets[i] = svga->so_targets[i];
461 svga->so_targets[i] = &sot->base;
483 svga->so_targets[i] = NULL;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_context.h 182 pipe_stream_output_target *so_targets[MAX_SO_STREAMS]; member in struct:swr_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_context.h 158 pipe_stream_output_target *so_targets[MAX_SO_STREAMS]; member in struct:swr_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
cso_context.c 92 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:cso_context
388 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1367 pipe_so_target_reference(&ctx->so_targets[i], targets[i]);
1371 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1392 pipe_so_target_reference(&ctx->so_targets_saved[i], ctx->so_targets[i]);
1414 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1416 ctx->so_targets[i] = ctx->so_targets_saved[i];
1422 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1426 ctx->so_targets, offset);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
cso_context.c 100 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:cso_context
429 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1441 pipe_so_target_reference(&ctx->so_targets[i], targets[i]);
1445 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1466 pipe_so_target_reference(&ctx->so_targets_saved[i], ctx->so_targets[i]);
1488 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1490 ctx->so_targets[i] = ctx->so_targets_saved[i];
1496 pipe_so_target_reference(&ctx->so_targets[i], NULL);
1500 ctx->so_targets, offset);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
dd_pipe.h 233 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:dd_draw_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_context.h 195 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:d3d12_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
State.h 84 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:Device

Completed in 20 milliseconds

1 2 3