Searched refs:count_from_stream_output (Results 1 – 17 of 17) sorted by relevance
225 out->count_from_stream_output = sobj->draw_count[stream]; in st_transform_feedback_draw_init()226 return out->count_from_stream_output != NULL; in st_transform_feedback_draw_init()
268 if (info.count_from_stream_output) { in st_draw_vbo()
142 assert(!info_in->count_from_stream_output); in util_draw_indirect()
938 util_dump_member(stream, ptr, state, count_from_stream_output); in util_dump_draw_info()
293 if (unlikely(info->count_from_stream_output)) { in nv50_push_vbo()296 targ = nv50_so_target(info->count_from_stream_output); in nv50_push_vbo()
713 struct nv50_so_target *so = nv50_so_target(info->count_from_stream_output); in nva0_draw_stream_output()878 if (unlikely(info->count_from_stream_output)) { in nv50_draw_vbo()
341 info->count_from_stream_output) in si_get_ia_multi_vgt_param()543 if (info->count_from_stream_output) { in si_emit_draw_packets()545 (struct r600_so_target*)info->count_from_stream_output; in si_emit_draw_packets()716 S_0287F0_USE_OPAQUE(!!info->count_from_stream_output)); in si_emit_draw_packets()1017 (info->indexed || !info->count_from_stream_output))) in si_draw_vbo()
439 if (raw_info->count_from_stream_output) { in resolve_draw_info()441 (struct draw_so_target *)info->count_from_stream_output; in resolve_draw_info()
218 if (info->count_from_stream_output) in dd_dump_draw_vbo()220 count_from_stream_output); in dd_dump_draw_vbo()599 pipe_so_target_reference(&dst->info.draw_vbo.count_from_stream_output, NULL); in dd_unreference_copy_of_call()639 pipe_so_target_reference(&dst->info.draw_vbo.count_from_stream_output, in dd_copy_call()640 src->info.draw_vbo.count_from_stream_output); in dd_copy_call()
678 struct pipe_stream_output_target *count_from_stream_output; member
513 if (unlikely(info->count_from_stream_output)) { in nvc0_push_vbo()516 targ = nvc0_so_target(info->count_from_stream_output); in nvc0_push_vbo()
785 struct nvc0_so_target *so = nvc0_so_target(info->count_from_stream_output); in nvc0_draw_stream_output()1064 if (unlikely(info->count_from_stream_output)) { in nvc0_draw_vbo()
432 if (info->count_from_stream_output) in virgl_encoder_draw_vbo()433 virgl_encoder_write_dword(ctx->cbuf, info->count_from_stream_output->buffer_size); in virgl_encoder_draw_vbo()
1674 if (!info.indirect && !info.count && (info.indexed || !info.count_from_stream_output)) { in r600_draw_vbo()1948 if (unlikely(info.count_from_stream_output)) { in r600_draw_vbo()1949 struct r600_so_target *t = (struct r600_so_target*)info.count_from_stream_output; in r600_draw_vbo()1976 (info.count_from_stream_output ? S_0287F0_USE_OPAQUE(1) : 0)); in r600_draw_vbo()
813 trace_dump_member(ptr, state, count_from_stream_output); in trace_dump_draw_info()
2559 info->count_from_stream_output = NULL; in init_draw_info()
3064 draw.count_from_stream_output = NULL; in NineDevice9_ProcessVertices()