Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

streamline - compute shader cycles

Hello forum,

I am running the below sample vulkan app which has a compute shader and fragment shader and capturing streamline counter.

Vulkan/computecullandlod.cpp at master · SaschaWillems/Vulkan · GitHub

The app has a draw() function which invokes the compute shader command and then graphics command. In the streamline which counters reflect this activity?

In the below screenshot I see some activity in non-fragment cycles and fragment cycles. Does this correspond to the compute shader and fragment shader respectively?

Parents Reply Children
No data