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

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c198 sq->stats.c_invocations =
199 softpipe->pipeline_statistics.c_invocations - sq->stats.c_invocations;
H A Dsp_prim_vbuf.c627 softpipe->pipeline_statistics.c_invocations +=
628 stats->c_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c288 pq->stats.c_invocations =
289 llvmpipe->pipeline_statistics.c_invocations - pq->stats.c_invocations;
H A Dlp_setup_vbuf.c575 llvmpipe->pipeline_statistics.c_invocations +=
576 stats->c_invocations;
578 llvmpipe->pipeline_statistics.c_invocations = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c212 sq->stats.c_invocations =
213 softpipe->pipeline_statistics.c_invocations - sq->stats.c_invocations;
H A Dsp_prim_vbuf.c627 softpipe->pipeline_statistics.c_invocations +=
628 stats->c_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c309 value = pq->stats.c_invocations;
492 pq->stats.c_invocations =
493 llvmpipe->pipeline_statistics.c_invocations - pq->stats.c_invocations;
H A Dlp_setup_vbuf.c701 llvmpipe->pipeline_statistics.c_invocations +=
702 stats->c_invocations;
704 llvmpipe->pipeline_statistics.c_invocations = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp138 p_stats->c_invocations = pq->result.coreFE.CPrimitives;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dquery9.c278 presult.pipeline_statistics.c_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.c193 " c_invocations = %"PRIu64"\n"
205 stats.c_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp138 p_stats->c_invocations = pq->result.coreFE.CPrimitives;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DQuery.cpp294 pResult->CInvocations = result.pipeline_statistics.c_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dquery9.c278 presult.pipeline_statistics.c_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp210 result->pipeline_statistics.c_invocations += results_stats[i].CInvocations;
258 results_stats[0].CInvocations = result->pipeline_statistics.c_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c301 stq->base.Result = data.pipeline_statistics.c_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h1062 uint64_t c_invocations; /**< Num primitives sent to the rasterizer. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_helpers.c285 " c_invocations = %"PRIu64"\n"
297 stats.c_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h1196 uint64_t c_invocations; /**< Num primitives sent to the rasterizer. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c308 stq->base.Result = data.pipeline_statistics.c_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c1239 result->pipeline_statistics.c_invocations +=
1262 result->pipeline_statistics.c_invocations +=
1286 result->pipeline_statistics.c_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.c1240 result->pipeline_statistics.c_invocations +=
1263 result->pipeline_statistics.c_invocations +=
1287 result->pipeline_statistics.c_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1302 result->pipeline_statistics.c_invocations +=
1331 result->pipeline_statistics.c_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1313 result->pipeline_statistics.c_invocations += si_query_read_result(buffer, 4, 26, false);
1333 result->pipeline_statistics.c_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_context.c1105 draw->statistics.c_invocations +=

Completed in 31 milliseconds

12