Searched defs:streamout (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tgsi_transform.c73 struct svga_stream_output *streamout = NULL; local
96 streamout = orig_gs->base.stream_output;
97 if (streamout) {
98 pos_out_index = streamout->pos_out_index;
137 if (streamout) {
138 templ.stream_output = streamout->info;
H A Dsvga_pipe_streamout.c52 struct svga_stream_output *streamout; local
75 /* Allocate the streamout data structure */
76 streamout = CALLOC_STRUCT(svga_stream_output);
78 if (!streamout)
81 streamout->info = *info;
82 streamout->id = id;
83 streamout->pos_out_index = -1;
109 streamout->pos_out_index = i;
149 FREE(streamout);
150 streamout
157 svga_set_stream_output(struct svga_context *svga, struct svga_stream_output *streamout) argument
185 svga_delete_stream_output(struct svga_context *svga, struct svga_stream_output *streamout) argument
[all...]
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_sol.h102 uint32_t streamout[2]; member in struct:ilo_state_sol
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h90 /* Track offset from vtxcnt for streamout data. This counter
92 * reset or new streamout buffer bound.
245 struct fd_streamout_stateobj streamout; member in struct:fd_context
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_pipe_common.h54 /* Pipeline & streamout query controls. */
190 * streamout, DMA, or as a random access target). The rest of
557 struct r600_streamout streamout; member in struct:r600_common_context
890 return rctx->streamout.streamout_enabled ||
891 rctx->streamout.prims_gen_query_enabled;

Completed in 876 milliseconds