Intel® Graphics Performance Analyzers (Intel® GPA)
Improve your game's performance by quickly specifying problem areas

GPA 3.0: Frame Analyzer says my ERG is "Other (non-shader)"

kaneda1
초급자
1,701 조회수
In GPA Frame Analyzer what is "Other (non-shader)" when I hover my mouse over an ERG bar in the GPU break down graph?

Thanks!
0 포인트
4 응답
Neal_Pierman
소중한 기여자 I
1,701 조회수
Hello,

You should be able to see what's in that erg by selecting that erg, then in the "experments" frame select the "API Log" tab and open the log for that erg. My expectation is that this erg is other than a simple "draw" or "clear" command.

Please let me know if this answers your question.

Regards,

Neal
0 포인트
kaneda1
초급자
1,701 조회수
So everything besides the 'draw' and 'clear' calls are considered in the "Other (non-shader)" time?

Also is there a known list of costly non-draw/clear calls on the (integrated) graphics? I ask because in some ergs I see more time spent on "Other" than on shader calls.
0 포인트
Philipp_G_Intel
1,701 조회수

Hello,

GPU Breakdown histogram shows per-erg "breakdown" for all the shaders used by the erg and also shows the total time for the erg which includes all other GPU-pipeline stages, like culling, rasterization, blending, etc. Some types of ergs includes only "non shader" stages like Clear call for example. If a DrawPrimitive call has significant "non-shader" part it means that it mostly depends on non-shader pipeline stages.


Regards,

Philipp

0 포인트
Neal_Pierman
소중한 기여자 I
1,701 조회수
Hello,

Here's some additional items that might appear in the "other" category: Vertex Fetch, Input Assembly, Clipping, Rasterization. As Philipp mentions, it's anything in the GPU pipeline that is not attributed to a shader.

Hope this helps...

Regards,

Neal
0 포인트
응답