Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c188 /* only ps_invocations come from binned query */ in llvmpipe_get_query_result()
190 pq->stats.ps_invocations += pq->end[i]; in llvmpipe_get_query_result()
192 pq->stats.ps_invocations *= LP_RASTER_BLOCK_SIZE * LP_RASTER_BLOCK_SIZE; in llvmpipe_get_query_result()
500 pq->stats.ps_invocations = in llvmpipe_end_query()
501 llvmpipe->pipeline_statistics.ps_invocations - pq->stats.ps_invocations; in llvmpipe_end_query()
H A Dlp_jit.h255 uint64_t ps_invocations; member
H A Dlp_rast.c112 task->thread_data.ps_invocations = 0; in lp_rast_tile_begin()
636 pq->start[task->thread_index] = task->thread_data.ps_invocations; in lp_rast_begin_query()
673 task->thread_data.ps_invocations - pq->start[task->thread_index]; in lp_rast_end_query()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c216 sq->stats.ps_invocations = in softpipe_end_query()
217 softpipe->pipeline_statistics.ps_invocations - sq->stats.ps_invocations; in softpipe_end_query()
H A Dsp_quad_fs.c69 softpipe->pipeline_statistics.ps_invocations += in shade_quad()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp253 result->pipeline_statistics.ps_invocations += results_stats[i].PSInvocations;
283 results_stats[0].PSInvocations = result->pipeline_statistics.ps_invocations;
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DQuery.cpp296 pResult->PSInvocations = result.pipeline_statistics.ps_invocations; in QueryGetData()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c1016 trace_dump_member(uint, &result->pipeline_statistics, ps_invocations); in trace_dump_query_result()
1048 trace_dump_member(uint, &result->pipeline_statistics, ps_invocations); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1227 uint64_t ps_invocations; /**< Num pixel shader invocations. */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c288 " ps_invocations = %"PRIu64"\n" in util_end_pipestat_query()
300 stats.ps_invocations, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1236 result->pipeline_statistics.ps_invocations += in r600_query_hw_add_result()
1259 result->pipeline_statistics.ps_invocations += in r600_query_hw_add_result()
1289 result->pipeline_statistics.ps_invocations, in r600_query_hw_add_result()
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c295 q->Result = data.pipeline_statistics.ps_invocations; in get_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1434 result->pipeline_statistics.ps_invocations, in si_query_hw_add_result()

Completed in 19 milliseconds