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

  /external/mesa3d/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 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], NULL);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 94 pipe_so_target_reference(&sobj->draw_count, NULL);
98 pipe_so_target_reference(&sobj->targets[i], NULL);
140 pipe_so_target_reference(&sobj->targets[i], NULL);
146 pipe_so_target_reference(&sobj->targets[i], NULL);
206 pipe_so_target_reference(&sobj->draw_count,
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_streamout.c 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/gallium/auxiliary/cso_cache/
cso_context.c 334 pipe_so_target_reference(&ctx->so_targets[i], NULL);
335 pipe_so_target_reference(&ctx->so_targets_saved[i], NULL);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 464 pipe_so_target_reference(&blitter->saved_so_targets[i],
u_inlines.h 178 pipe_so_target_reference(struct pipe_stream_output_target **ptr, function
u_blitter.c 408 pipe_so_target_reference(&ctx->base.saved_so_targets[i], NULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 81 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
nvc0_state.c 929 pipe_so_target_reference(&nvc0->tfbbuf[i], targets[i]);
934 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 385 pipe_so_target_reference(&so_target, NULL);
401 pipe_so_target_reference(&so_target, NULL);
d3d11_context.h     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 1017 pipe_so_target_reference(&nv50->so_target[i], targets[i]);
1024 pipe_so_target_reference(&nv50->so_target[i], NULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 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...]

Completed in 138 milliseconds