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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c322 value = pq->stats.hs_invocations;
500 pq->stats.hs_invocations =
501 llvmpipe->pipeline_statistics.hs_invocations - pq->stats.hs_invocations;
H A Dlp_setup_vbuf.c696 llvmpipe->pipeline_statistics.hs_invocations +=
697 stats->hs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.c196 " hs_invocations = %"PRIu64"\n"
208 stats.hs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp213 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/
H A Dst_cb_queryobj.c283 stq->base.Result = data.pipeline_statistics.hs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h1065 uint64_t hs_invocations; /**< Num hull shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_helpers.c288 " hs_invocations = %"PRIu64"\n"
300 stats.hs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h1199 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/
H A Dst_cb_queryobj.c290 stq->base.Result = data.pipeline_statistics.hs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_tess.c189 shader->draw->statistics.hs_invocations += num_patches;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c1251 result->pipeline_statistics.hs_invocations +=
1282 result->pipeline_statistics.hs_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1314 result->pipeline_statistics.hs_invocations +=
1327 result->pipeline_statistics.hs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.c1252 result->pipeline_statistics.hs_invocations +=
1283 result->pipeline_statistics.hs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1319 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/auxiliary/driver_trace/
H A Dtr_dump_state.c922 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c991 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations);

Completed in 26 milliseconds