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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_query.c 322 value = pq->stats.hs_invocations;
500 pq->stats.hs_invocations =
501 llvmpipe->pipeline_statistics.hs_invocations - pq->stats.hs_invocations;
lp_setup_vbuf.c 696 llvmpipe->pipeline_statistics.hs_invocations +=
697 stats->hs_invocations;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_query.cpp 141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_helpers.c 196 " hs_invocations = %"PRIu64"\n"
208 stats.hs_invocations,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_query.cpp 141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_query.cpp 213 result->pipeline_statistics.hs_invocations += results_stats[i].HSInvocations;
261 results_stats[0].HSInvocations = result->pipeline_statistics.hs_invocations;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_queryobj.c 283 stq->base.Result = data.pipeline_statistics.hs_invocations;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_helpers.c 288 " hs_invocations = %"PRIu64"\n"
300 stats.hs_invocations,
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_defines.h 1199 uint64_t hs_invocations; /**< Num hull shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_queryobj.c 290 stq->base.Result = data.pipeline_statistics.hs_invocations;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_defines.h 1065 uint64_t hs_invocations; /**< Num hull shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_tess.c 189 shader->draw->statistics.hs_invocations += num_patches;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_query.c 1252 result->pipeline_statistics.hs_invocations +=
1283 result->pipeline_statistics.hs_invocations,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_query.c 1319 result->pipeline_statistics.hs_invocations += si_query_read_result(buffer, 16, 38, false);
1329 result->pipeline_statistics.hs_invocations,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_query.c 1251 result->pipeline_statistics.hs_invocations +=
1282 result->pipeline_statistics.hs_invocations,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_query.c 1314 result->pipeline_statistics.hs_invocations +=
1327 result->pipeline_statistics.hs_invocations,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
tr_dump_state.c 991 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
tr_dump_state.c 922 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations);

Completed in 85 milliseconds