| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_draw.c | 88 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 D | u_draw.c | 142 assert(!info_in->count_from_stream_output);
|
| H A D | u_threaded_context.c | 2057 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 D | si_state_draw.c | 388 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 D | st_cb_xformfb.c | 225 out->count_from_stream_output = sobj->draw_count[stream]; 226 return out->count_from_stream_output != NULL;
|
| H A D | st_draw_feedback.c | 128 info.count_from_stream_output = NULL;
|
| H A D | st_draw.c | 190 info.count_from_stream_output = NULL; 231 /* Set info.count_from_stream_output. */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_draw.c | 140 assert(!indirect->count_from_stream_output); 203 assert(!indirect->count_from_stream_output);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_xformfb.c | 223 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 D | fd6_draw.c | 52 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 D | nv50_push.c | 295 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 D | nv50_push.c | 297 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 D | p_state.h | 778 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 D | Draw.cpp | 340 indirect.count_from_stream_output = pDevice->draw_so_target;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_draw.cpp | 846 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 D | draw_pt.c | 439 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 D | crocus_draw.c | 344 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 D | freedreno_draw.c | 223 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 D | draw_pt.c | 443 (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 D | swr_draw.cpp | 42 if (!info->count_from_stream_output && !info->indirect &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_measure.c | 305 if (indirect->count_from_stream_output) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 773 * 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 D | nvc0_vbo.c | 774 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 D | dd_draw.c | 359 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 D | dd_draw.c | 369 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);
|