HomeSort by: relevance | last modified time | path
    Searched refs:ds_invocations (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_query.c 325 value = pq->stats.ds_invocations;
502 pq->stats.ds_invocations =
503 llvmpipe->pipeline_statistics.ds_invocations - pq->stats.ds_invocations;
lp_setup_vbuf.c 698 llvmpipe->pipeline_statistics.ds_invocations +=
699 stats->ds_invocations;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_query.cpp 142 p_stats->ds_invocations = pq->result.coreFE.DsInvocations;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_helpers.c 197 " ds_invocations = %"PRIu64"\n"
209 stats.ds_invocations,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_query.cpp 142 p_stats->ds_invocations = pq->result.coreFE.DsInvocations;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_query.cpp 214 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/
st_cb_queryobj.c 286 stq->base.Result = data.pipeline_statistics.ds_invocations;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_helpers.c 289 " ds_invocations = %"PRIu64"\n"
301 stats.ds_invocations,
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_defines.h 1200 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/
st_cb_queryobj.c 293 stq->base.Result = data.pipeline_statistics.ds_invocations;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_defines.h 1066 uint64_t ds_invocations; /**< Num domain shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_tess.c 396 shader->draw->statistics.ds_invocations += data.num_domain_points;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_query.c 1254 result->pipeline_statistics.ds_invocations +=
1284 result->pipeline_statistics.ds_invocations,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_query.c 1320 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/drivers/r600/
r600_query.c 1253 result->pipeline_statistics.ds_invocations +=
1283 result->pipeline_statistics.ds_invocations,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_query.c 1316 result->pipeline_statistics.ds_invocations +=
1328 result->pipeline_statistics.ds_invocations,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
tr_dump_state.c 992 trace_dump_member(uint, &result->pipeline_statistics, ds_invocations);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
tr_dump_state.c 923 trace_dump_member(uint, &result->pipeline_statistics, ds_invocations);

Completed in 27 milliseconds