Searched refs:gs_invocations (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c194 sq->stats.gs_invocations =
195 softpipe->pipeline_statistics.gs_invocations - sq->stats.gs_invocations;
H A Dsp_prim_vbuf.c623 softpipe->pipeline_statistics.gs_invocations +=
624 stats->gs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c284 pq->stats.gs_invocations =
285 llvmpipe->pipeline_statistics.gs_invocations - pq->stats.gs_invocations;
H A Dlp_setup_vbuf.c570 llvmpipe->pipeline_statistics.gs_invocations +=
571 stats->gs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c208 sq->stats.gs_invocations =
209 softpipe->pipeline_statistics.gs_invocations - sq->stats.gs_invocations;
H A Dsp_prim_vbuf.c623 softpipe->pipeline_statistics.gs_invocations +=
624 stats->gs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c303 value = pq->stats.gs_invocations;
488 pq->stats.gs_invocations =
489 llvmpipe->pipeline_statistics.gs_invocations - pq->stats.gs_invocations;
H A Dlp_setup_vbuf.c692 llvmpipe->pipeline_statistics.gs_invocations +=
693 stats->gs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp136 p_stats->gs_invocations = pq->result.coreFE.GsInvocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.c191 " gs_invocations = %"PRIu64"\n"
203 stats.gs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp136 p_stats->gs_invocations = pq->result.coreFE.GsInvocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DQuery.cpp292 pResult->GSInvocations = result.pipeline_statistics.gs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp208 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 Dst_cb_queryobj.c289 stq->base.Result = data.pipeline_statistics.gs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h1060 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 Du_helpers.c283 " gs_invocations = %"PRIu64"\n"
295 stats.gs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h1194 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 Dst_cb_queryobj.c296 stq->base.Result = data.pipeline_statistics.gs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c1243 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 Dr600_query.c1244 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 Dsi_query.c1306 result->pipeline_statistics.gs_invocations +=
1329 result->pipeline_statistics.gs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1315 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 Ddraw_gs.c430 shader->draw->statistics.gs_invocations += input_primitives;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c917 trace_dump_member(uint, &result->pipeline_statistics, gs_invocations);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c418 shader->draw->statistics.gs_invocations += input_primitives;

Completed in 41 milliseconds

12