| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_query.c | 194 sq->stats.gs_invocations = 195 softpipe->pipeline_statistics.gs_invocations - sq->stats.gs_invocations;
|
| H A D | sp_prim_vbuf.c | 623 softpipe->pipeline_statistics.gs_invocations += 624 stats->gs_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.c | 284 pq->stats.gs_invocations = 285 llvmpipe->pipeline_statistics.gs_invocations - pq->stats.gs_invocations;
|
| H A D | lp_setup_vbuf.c | 570 llvmpipe->pipeline_statistics.gs_invocations += 571 stats->gs_invocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_query.c | 208 sq->stats.gs_invocations = 209 softpipe->pipeline_statistics.gs_invocations - sq->stats.gs_invocations;
|
| H A D | sp_prim_vbuf.c | 623 softpipe->pipeline_statistics.gs_invocations += 624 stats->gs_invocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.c | 303 value = pq->stats.gs_invocations; 488 pq->stats.gs_invocations = 489 llvmpipe->pipeline_statistics.gs_invocations - pq->stats.gs_invocations;
|
| H A D | lp_setup_vbuf.c | 692 llvmpipe->pipeline_statistics.gs_invocations += 693 stats->gs_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_query.cpp | 136 p_stats->gs_invocations = pq->result.coreFE.GsInvocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.c | 191 " gs_invocations = %"PRIu64"\n" 203 stats.gs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_query.cpp | 136 p_stats->gs_invocations = pq->result.coreFE.GsInvocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Query.cpp | 292 pResult->GSInvocations = result.pipeline_statistics.gs_invocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_query.cpp | 208 result->pipeline_statistics.gs_invocations += results_stats[i].GSInvocations; 256 results_stats[0].GSInvocations = result->pipeline_statistics.gs_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_queryobj.c | 289 stq->base.Result = data.pipeline_statistics.gs_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 1060 uint64_t gs_invocations; /**< Num geometry shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.c | 283 " gs_invocations = %"PRIu64"\n" 295 stats.gs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 1194 uint64_t gs_invocations; /**< Num geometry shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_queryobj.c | 296 stq->base.Result = data.pipeline_statistics.gs_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_query.c | 1243 result->pipeline_statistics.gs_invocations += 1266 result->pipeline_statistics.gs_invocations += 1284 result->pipeline_statistics.gs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_query.c | 1244 result->pipeline_statistics.gs_invocations += 1267 result->pipeline_statistics.gs_invocations += 1285 result->pipeline_statistics.gs_invocations,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_query.c | 1306 result->pipeline_statistics.gs_invocations += 1329 result->pipeline_statistics.gs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_query.c | 1315 result->pipeline_statistics.gs_invocations += si_query_read_result(buffer, 8, 30, false); 1331 result->pipeline_statistics.gs_invocations,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.c | 430 shader->draw->statistics.gs_invocations += input_primitives;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump_state.c | 917 trace_dump_member(uint, &result->pipeline_statistics, gs_invocations);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.c | 418 shader->draw->statistics.gs_invocations += input_primitives;
|