Searched refs:ps_invocations (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c172 /* only ps_invocations come from binned query */
174 pq->stats.ps_invocations += pq->end[i];
176 pq->stats.ps_invocations *= LP_RASTER_BLOCK_SIZE * LP_RASTER_BLOCK_SIZE;
292 pq->stats.ps_invocations =
293 llvmpipe->pipeline_statistics.ps_invocations - pq->stats.ps_invocations;
H A Dlp_jit.h195 uint64_t ps_invocations; member in struct:lp_jit_thread_data
H A Dlp_rast.c110 task->thread_data.ps_invocations = 0;
490 pq->start[task->thread_index] = task->thread_data.ps_invocations;
523 task->thread_data.ps_invocations - pq->start[task->thread_index];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c202 sq->stats.ps_invocations =
203 softpipe->pipeline_statistics.ps_invocations - sq->stats.ps_invocations;
H A Dsp_quad_fs.c69 softpipe->pipeline_statistics.ps_invocations +=
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c216 sq->stats.ps_invocations =
217 softpipe->pipeline_statistics.ps_invocations - sq->stats.ps_invocations;
H A Dsp_quad_fs.c69 softpipe->pipeline_statistics.ps_invocations +=
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c188 /* only ps_invocations come from binned query */
190 pq->stats.ps_invocations += pq->end[i];
192 pq->stats.ps_invocations *= LP_RASTER_BLOCK_SIZE * LP_RASTER_BLOCK_SIZE;
496 pq->stats.ps_invocations =
497 llvmpipe->pipeline_statistics.ps_invocations - pq->stats.ps_invocations;
H A Dlp_jit.h251 uint64_t ps_invocations; member in struct:lp_jit_thread_data
H A Dlp_rast.c114 task->thread_data.ps_invocations = 0;
649 pq->start[task->thread_index] = task->thread_data.ps_invocations;
686 task->thread_data.ps_invocations - pq->start[task->thread_index];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp140 p_stats->ps_invocations = pq->result.core.PsInvocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.c195 " ps_invocations = %"PRIu64"\n"
207 stats.ps_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp140 p_stats->ps_invocations = pq->result.core.PsInvocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DQuery.cpp296 pResult->PSInvocations = result.pipeline_statistics.ps_invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp212 result->pipeline_statistics.ps_invocations += results_stats[i].PSInvocations;
260 results_stats[0].PSInvocations = result->pipeline_statistics.ps_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c295 stq->base.Result = data.pipeline_statistics.ps_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h1064 uint64_t ps_invocations; /**< Num pixel shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_helpers.c287 " ps_invocations = %"PRIu64"\n"
299 stats.ps_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h1198 uint64_t ps_invocations; /**< Num pixel shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c302 stq->base.Result = data.pipeline_statistics.ps_invocations;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c1235 result->pipeline_statistics.ps_invocations +=
1258 result->pipeline_statistics.ps_invocations +=
1288 result->pipeline_statistics.ps_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.c1236 result->pipeline_statistics.ps_invocations +=
1259 result->pipeline_statistics.ps_invocations +=
1289 result->pipeline_statistics.ps_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1298 result->pipeline_statistics.ps_invocations +=
1333 result->pipeline_statistics.ps_invocations,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1311 result->pipeline_statistics.ps_invocations += si_query_read_result(buffer, 0, 22, false);
1335 result->pipeline_statistics.ps_invocations,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c921 trace_dump_member(uint, &result->pipeline_statistics, ps_invocations);

Completed in 75 milliseconds

12