| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.c | 172 /* 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 D | lp_jit.h | 195 uint64_t ps_invocations; member in struct:lp_jit_thread_data
|
| H A D | lp_rast.c | 110 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 D | sp_query.c | 202 sq->stats.ps_invocations = 203 softpipe->pipeline_statistics.ps_invocations - sq->stats.ps_invocations;
|
| H A D | sp_quad_fs.c | 69 softpipe->pipeline_statistics.ps_invocations +=
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_query.c | 216 sq->stats.ps_invocations = 217 softpipe->pipeline_statistics.ps_invocations - sq->stats.ps_invocations;
|
| H A D | sp_quad_fs.c | 69 softpipe->pipeline_statistics.ps_invocations +=
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.c | 188 /* 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 D | lp_jit.h | 251 uint64_t ps_invocations; member in struct:lp_jit_thread_data
|
| H A D | lp_rast.c | 114 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 D | swr_query.cpp | 140 p_stats->ps_invocations = pq->result.core.PsInvocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.c | 195 " ps_invocations = %"PRIu64"\n" 207 stats.ps_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_query.cpp | 140 p_stats->ps_invocations = pq->result.core.PsInvocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Query.cpp | 296 pResult->PSInvocations = result.pipeline_statistics.ps_invocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_query.cpp | 212 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 D | st_cb_queryobj.c | 295 stq->base.Result = data.pipeline_statistics.ps_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 1064 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 D | u_helpers.c | 287 " ps_invocations = %"PRIu64"\n" 299 stats.ps_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 1198 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 D | st_cb_queryobj.c | 302 stq->base.Result = data.pipeline_statistics.ps_invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_query.c | 1235 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 D | r600_query.c | 1236 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 D | si_query.c | 1298 result->pipeline_statistics.ps_invocations += 1333 result->pipeline_statistics.ps_invocations,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_query.c | 1311 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 D | tr_dump_state.c | 921 trace_dump_member(uint, &result->pipeline_statistics, ps_invocations);
|