Searched refs:ds_invocations (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c325 value = pq->stats.ds_invocations;
502 pq->stats.ds_invocations =
503 llvmpipe->pipeline_statistics.ds_invocations - pq->stats.ds_invocations;
H A Dlp_setup_vbuf.c698 llvmpipe->pipeline_statistics.ds_invocations +=
699 stats->ds_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp142 p_stats->ds_invocations = pq->result.coreFE.DsInvocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.c197 " ds_invocations = %"PRIu64"\n"
209 stats.ds_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp142 p_stats->ds_invocations = pq->result.coreFE.DsInvocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp214 result->pipeline_statistics.ds_invocations += results_stats[i].DSInvocations;
262 results_stats[0].DSInvocations = result->pipeline_statistics.ds_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c286 stq->base.Result = data.pipeline_statistics.ds_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h1066 uint64_t ds_invocations; /**< Num domain shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_helpers.c289 " ds_invocations = %"PRIu64"\n"
301 stats.ds_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h1200 uint64_t ds_invocations; /**< Num domain shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c293 stq->base.Result = data.pipeline_statistics.ds_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_tess.c396 shader->draw->statistics.ds_invocations += data.num_domain_points;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c1253 result->pipeline_statistics.ds_invocations +=
1283 result->pipeline_statistics.ds_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1316 result->pipeline_statistics.ds_invocations +=
1328 result->pipeline_statistics.ds_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.c1254 result->pipeline_statistics.ds_invocations +=
1284 result->pipeline_statistics.ds_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1320 result->pipeline_statistics.ds_invocations += si_query_read_result(buffer, 18, 40, false);
1330 result->pipeline_statistics.ds_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c923 trace_dump_member(uint, &result->pipeline_statistics, ds_invocations);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c992 trace_dump_member(uint, &result->pipeline_statistics, ds_invocations);

Completed in 29 milliseconds