| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.c | 322 value = pq->stats.hs_invocations; 500 pq->stats.hs_invocations = 501 llvmpipe->pipeline_statistics.hs_invocations - pq->stats.hs_invocations;
|
| H A D | lp_setup_vbuf.c | 696 llvmpipe->pipeline_statistics.hs_invocations += 697 stats->hs_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_query.cpp | 141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.c | 196 " hs_invocations = %"PRIu64"\n" 208 stats.hs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_query.cpp | 141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | 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/ |
| H A D | st_cb_queryobj.c | 283 stq->base.Result = data.pipeline_statistics.hs_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | 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/util/ |
| H A D | u_helpers.c | 288 " hs_invocations = %"PRIu64"\n" 300 stats.hs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | 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/ |
| H A D | st_cb_queryobj.c | 290 stq->base.Result = data.pipeline_statistics.hs_invocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_tess.c | 189 shader->draw->statistics.hs_invocations += num_patches;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | 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/ |
| H A D | si_query.c | 1314 result->pipeline_statistics.hs_invocations += 1327 result->pipeline_statistics.hs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_query.c | 1252 result->pipeline_statistics.hs_invocations += 1283 result->pipeline_statistics.hs_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | 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/auxiliary/driver_trace/ |
| H A D | tr_dump_state.c | 922 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump_state.c | 991 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations);
|