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

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c507 (info->count_from_stream_output ?
520 if ((!info->count && (info->indexed || !info->count_from_stream_output)) ||
544 } else if (info->count_from_stream_output) {
545 r600_context_draw_opaque_count(rctx, (struct r600_so_target*)info->count_from_stream_output);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h563 struct pipe_stream_output_target *count_from_stream_output; member in struct:pipe_draw_info
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_xformfb.c218 out->count_from_stream_output = sobj->draw_count;
H A Dst_draw.c251 /* Set info.count_from_stream_output. */
270 if (info.count_from_stream_output) {
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_push.c252 if (unlikely(info->count_from_stream_output)) {
255 targ = nv50_so_target(info->count_from_stream_output);
H A Dnv50_vbo.c665 struct nv50_so_target *so = nv50_so_target(info->count_from_stream_output);
797 if (unlikely(info->count_from_stream_output)) {
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_push.c343 if (info->count_from_stream_output) {
346 targ = nvc0_so_target(info->count_from_stream_output);
H A Dnvc0_vbo.c755 struct nvc0_so_target *so = nvc0_so_target(info->count_from_stream_output);
870 if (unlikely(info->count_from_stream_output)) {
H A Dnvc0_vbo_translate.c462 if (unlikely(info->count_from_stream_output)) {
465 targ = nvc0_so_target(info->count_from_stream_output);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h742 info.count_from_stream_output = NULL;
766 info.count_from_stream_output = NULL;
794 info.count_from_stream_output = NULL;
820 info.count_from_stream_output = NULL;
846 info.count_from_stream_output = input_buffers[0].p->so_target;
880 info.count_from_stream_output = NULL;
912 info.count_from_stream_output = NULL;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c1148 if ((!info.count && (info.indexed || !info.count_from_stream_output)) ||
1262 if (info.count_from_stream_output) {
1263 struct r600_so_target *t = (struct r600_so_target*)info.count_from_stream_output;
1282 (info.count_from_stream_output ? S_0287F0_USE_OPAQUE(1) : 0);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c692 trace_dump_member(ptr, state, count_from_stream_output);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c761 util_dump_member(stream, ptr, state, count_from_stream_output);

Completed in 256 milliseconds