Searched refs:vs_invocations (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c192 sq->stats.vs_invocations =
193 softpipe->pipeline_statistics.vs_invocations - sq->stats.vs_invocations;
H A Dsp_prim_vbuf.c621 softpipe->pipeline_statistics.vs_invocations +=
622 stats->vs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c282 pq->stats.vs_invocations =
283 llvmpipe->pipeline_statistics.vs_invocations - pq->stats.vs_invocations;
H A Dlp_setup_vbuf.c568 llvmpipe->pipeline_statistics.vs_invocations +=
569 stats->vs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c206 sq->stats.vs_invocations =
207 softpipe->pipeline_statistics.vs_invocations - sq->stats.vs_invocations;
H A Dsp_prim_vbuf.c621 softpipe->pipeline_statistics.vs_invocations +=
622 stats->vs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c300 value = pq->stats.vs_invocations;
486 pq->stats.vs_invocations =
487 llvmpipe->pipeline_statistics.vs_invocations - pq->stats.vs_invocations;
H A Dlp_setup_vbuf.c690 llvmpipe->pipeline_statistics.vs_invocations +=
691 stats->vs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp135 p_stats->vs_invocations = pq->result.coreFE.VsInvocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.c190 " vs_invocations = %"PRIu64"\n"
202 stats.vs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp135 p_stats->vs_invocations = pq->result.coreFE.VsInvocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DQuery.cpp291 pResult->VSInvocations = result.pipeline_statistics.vs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp207 result->pipeline_statistics.vs_invocations += results_stats[i].VSInvocations;
255 results_stats[0].VSInvocations = result->pipeline_statistics.vs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c280 stq->base.Result = data.pipeline_statistics.vs_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h1059 uint64_t vs_invocations; /**< Num vertex shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c266 draw->statistics.vs_invocations += fetch_info->count;
H A Ddraw_pt_fetch_shade_pipeline_llvm.c387 draw->statistics.vs_invocations += fetch_info->count;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_helpers.c282 " vs_invocations = %"PRIu64"\n"
294 stats.vs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h1193 uint64_t vs_invocations; /**< Num vertex shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c287 stq->base.Result = data.pipeline_statistics.vs_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c268 draw->statistics.vs_invocations += fetch_info->count;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c1241 result->pipeline_statistics.vs_invocations +=
1264 result->pipeline_statistics.vs_invocations +=
1281 result->pipeline_statistics.vs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.c1242 result->pipeline_statistics.vs_invocations +=
1265 result->pipeline_statistics.vs_invocations +=
1282 result->pipeline_statistics.vs_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1304 result->pipeline_statistics.vs_invocations +=
1326 result->pipeline_statistics.vs_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1314 result->pipeline_statistics.vs_invocations += si_query_read_result(buffer, 6, 28, false);
1328 result->pipeline_statistics.vs_invocations,

Completed in 30 milliseconds

12