Searched refs:count_from_stream_output (Results 1 - 25 of 64) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c88 assert(indirect->count_from_stream_output);
122 indirect->count_from_stream_output));
336 if (indirect && indirect->count_from_stream_output) {
350 if (svga->vcount_so_targets[i] == indirect->count_from_stream_output) {
360 if (indirect && indirect->count_from_stream_output && count == 0) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_draw.c142 assert(!info_in->count_from_stream_output);
H A Du_threaded_context.c2057 pipe_so_target_reference(&info->draw.count_from_stream_output, NULL);
2100 p->draw.count_from_stream_output = NULL;
2101 pipe_so_target_reference(&p->draw.count_from_stream_output,
2102 info->count_from_stream_output);
2110 p->draw.count_from_stream_output = NULL;
2111 pipe_so_target_reference(&p->draw.count_from_stream_output,
2112 info->count_from_stream_output);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c388 key->u.count_from_stream_output)
480 key.u.count_from_stream_output = count_from_so;
512 (info->count_from_stream_output ||
515 key.u.count_from_stream_output = info->count_from_stream_output != NULL;
534 (info->count_from_stream_output ||
678 if (info->count_from_stream_output) {
680 (struct si_streamout_target*)info->count_from_stream_output;
862 S_0287F0_USE_OPAQUE(!!info->count_from_stream_output));
1272 (index_size || !info->count_from_stream_output)))
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_xformfb.c225 out->count_from_stream_output = sobj->draw_count[stream];
226 return out->count_from_stream_output != NULL;
H A Dst_draw_feedback.c128 info.count_from_stream_output = NULL;
H A Dst_draw.c190 info.count_from_stream_output = NULL;
231 /* Set info.count_from_stream_output. */
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_draw.c140 assert(!indirect->count_from_stream_output);
203 assert(!indirect->count_from_stream_output);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_xformfb.c223 out->count_from_stream_output = sobj->draw_count[stream];
224 return out->count_from_stream_output != NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c52 fd_stream_output_target(indirect->count_from_stream_output);
245 if (indirect && indirect->count_from_stream_output) {
349 if (indirect->count_from_stream_output) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c295 if (unlikely(info->count_from_stream_output)) {
298 targ = nv50_so_target(info->count_from_stream_output);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c297 if (unlikely(indirect && indirect->count_from_stream_output)) {
300 targ = nv50_so_target(indirect->count_from_stream_output);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h778 struct pipe_stream_output_target *count_from_stream_output; member in struct:pipe_draw_info
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDraw.cpp340 indirect.count_from_stream_output = pDevice->draw_so_target;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp846 key->u.count_from_stream_output)
930 key.u.count_from_stream_output = count_from_so;
967 (instance_count > 1 && indirect->count_from_stream_output);
1002 key.u.count_from_stream_output = !IS_DRAW_VERTEX_STATE && indirect &&
1003 indirect->count_from_stream_output;
1329 if (!IS_DRAW_VERTEX_STATE && indirect && indirect->count_from_stream_output) {
1330 struct si_streamout_target *t = (struct si_streamout_target *)indirect->count_from_stream_output;
1916 if (indirect && !indirect->count_from_stream_output) {
2364 if ((!IS_DRAW_VERTEX_STATE && indirect && indirect->count_from_stream_output) ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt.c439 if (raw_info->count_from_stream_output) {
441 (struct draw_so_target *)info->count_from_stream_output;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_draw.c344 uint32_t val = screen->vtbl.get_so_offset(indirect->count_from_stream_output);
384 indirect && indirect->count_from_stream_output) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c223 if (indirect->count_from_stream_output)
225 batch, fd_stream_output_target(indirect->count_from_stream_output)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt.c443 (struct draw_so_target *)indirect->count_from_stream_output;
519 if (indirect && indirect->count_from_stream_output) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp42 if (!info->count_from_stream_output && !info->indirect &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_measure.c305 if (indirect->count_from_stream_output) {
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h773 * If NULL, count_from_stream_output != NULL.
796 struct pipe_stream_output_target *count_from_stream_output; member in struct:pipe_draw_indirect_info
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c774 struct nvc0_so_target *so = nvc0_so_target(indirect->count_from_stream_output);
962 (!indirect || indirect->count_from_stream_output) && info->index_size &&
1029 if (nvc0->vertprog->vp.need_draw_parameters && (!indirect || indirect->count_from_stream_output)) {
1115 if (unlikely(indirect && indirect->count_from_stream_output)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c359 if (info->count_from_stream_output)
361 count_from_stream_output);
705 pipe_so_target_reference(&dst->info.draw_vbo.draw.count_from_stream_output, NULL);
1305 record->call.info.draw_vbo.draw.count_from_stream_output = NULL;
1306 pipe_so_target_reference(&record->call.info.draw_vbo.draw.count_from_stream_output,
1307 info->count_from_stream_output);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c369 if (indirect->count_from_stream_output)
370 DUMP_M(stream_output_target, indirect, count_from_stream_output);
716 pipe_so_target_reference(&dst->info.draw_vbo.indirect.count_from_stream_output, NULL);
1336 record->call.info.draw_vbo.indirect.count_from_stream_output = NULL;
1337 pipe_so_target_reference(&record->call.info.draw_vbo.indirect.count_from_stream_output,
1338 indirect->count_from_stream_output);

Completed in 45 milliseconds

123