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

  /external/mesa3d/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 107 if (lp->so_targets[i]) {
108 buf = llvmpipe_resource(lp->so_targets[i]->target.buffer)->data;
109 lp->so_targets[i]->mapping = buf;
113 lp->so_targets);
lp_context.h 91 struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:llvmpipe_context
lp_surface.c 99 (struct pipe_stream_output_target**)lp->so_targets);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_draw_arrays.c 118 if (sp->so_targets[i]) {
119 buf = softpipe_resource(sp->so_targets[i]->target.buffer)->data;
120 sp->so_targets[i]->mapping = buf;
125 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 95 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);
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_streamout.c 75 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer);
78 pipe_resource_reference(&vctx->so_targets[i].base.buffer, NULL);
virgl_context.h 68 struct virgl_so_target so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:virgl_context
virgl_context.c 149 res = virgl_resource(vctx->so_targets[i].base.buffer);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_streamout.c 270 struct svga_buffer *sbuf = svga_buffer(svga->so_targets[i]->buffer);
286 svga->so_targets[i] = &sot->base;
299 svga->so_targets[i] = NULL;
svga_context.h 570 struct pipe_stream_output_target *so_targets[SVGA3D_DX_MAX_SOTARGETS]; member in struct:svga_context
svga_pipe_blit.c 395 (struct pipe_stream_output_target**)svga->so_targets);
svga_pipe_clear.c 49 (struct pipe_stream_output_target**)svga->so_targets);
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 149 pipe_stream_output_target *so_targets[MAX_SO_STREAMS]; member in struct:swr_context
swr_state.cpp 683 struct pipe_stream_output_target *target = ctx->so_targets[i];
    [all...]
swr_context.cpp 316 (struct pipe_stream_output_target **)ctx->so_targets);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 157 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:dd_draw_state
dd_draw.c 248 if (dstate->so_targets[i]) {
249 DUMP_I(stream_output_target, dstate->so_targets[i], i);
250 DUMP_M(resource, dstate->so_targets[i], buffer);
702 memset(state->base.so_targets, 0,
703 sizeof(state->base.so_targets));
741 for (i = 0; i < ARRAY_SIZE(dst->so_targets); i++)
742 pipe_so_target_reference(&dst->so_targets[i], NULL);
784 for (i = 0; i < ARRAY_SIZE(src->so_targets); i++)
785 pipe_so_target_reference(&dst->so_targets[i], src->so_targets[i])
    [all...]
dd_context.c 585 safe_memcpy(dstate->so_targets, tgs, sizeof(*tgs) * num_targets);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 97 struct pipe_stream_output_target *so_targets[PIPE_MAX_SO_BUFFERS]; member in struct:cso_context
422 pipe_so_target_reference(&ctx->so_targets[i], NULL);
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 540 self._state.so_targets = tgs

Completed in 223 milliseconds