Home
last modified time | relevance | path

Searched refs:PIPE_STAT_QUERY_PS_INVOCATIONS (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c320 if (GFX_VER == 8 && q->index == PIPE_STAT_QUERY_PS_INVOCATIONS) in calculate_result_on_cpu()
429 q->index == PIPE_STAT_QUERY_PS_INVOCATIONS) in calculate_result_on_gpu()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c348 if (GFX_VERx10 >= 75 && q->index == PIPE_STAT_QUERY_PS_INVOCATIONS) in calculate_result_on_cpu()
458 q->index == PIPE_STAT_QUERY_PS_INVOCATIONS) in calculate_result_on_gpu()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h627 PIPE_STAT_QUERY_PS_INVOCATIONS, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c318 case PIPE_STAT_QUERY_PS_INVOCATIONS: in llvmpipe_get_query_result_resource()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c1047 case PIPE_STAT_QUERY_PS_INVOCATIONS: in trace_dump_query_result()
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c113 return PIPE_STAT_QUERY_PS_INVOCATIONS; in target_to_index()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c253 … [PIPE_STAT_QUERY_PS_INVOCATIONS] = VK_QUERY_PIPELINE_STATISTIC_FRAGMENT_SHADER_INVOCATIONS_BIT, in pipeline_statistic_convert()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c648 case PIPE_STAT_QUERY_PS_INVOCATIONS: return 0; in si_query_pipestat_dw_offset()