Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h623 PIPE_STAT_QUERY_GS_INVOCATIONS, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c306 case PIPE_STAT_QUERY_GS_INVOCATIONS: in llvmpipe_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c153 … si_query_pipestat_end_dw_offset(ctx->screen, PIPE_STAT_QUERY_GS_INVOCATIONS) * 4, in si_llvm_gs_build_end()
Dsi_query.c652 case PIPE_STAT_QUERY_GS_INVOCATIONS: return 8; in si_query_pipestat_dw_offset()
743 if ((index == PIPE_STAT_QUERY_GS_PRIMITIVES || index == PIPE_STAT_QUERY_GS_INVOCATIONS) && in si_query_hw_create()
Dgfx10_shader_ngg.c1953 … si_query_pipestat_end_dw_offset(ctx->screen, PIPE_STAT_QUERY_GS_INVOCATIONS) * 4, in gfx10_ngg_gs_emit_begin()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c1035 case PIPE_STAT_QUERY_GS_INVOCATIONS: in trace_dump_query_result()
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c105 return PIPE_STAT_QUERY_GS_INVOCATIONS; in target_to_index()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c249 … [PIPE_STAT_QUERY_GS_INVOCATIONS] = VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_INVOCATIONS_BIT, in pipeline_statistic_convert()