Some Vulkan commands will be overriden to emit user SQTT markers.
These markers are then used by the Radeon GPU Profiler to display
timings, barrier operations (cache flushes, pipeline stalls, layout
transitions) and more.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4031>
# function and a power-of-two size table. The prime numbers are determined
# experimentally.
-# We currently don't use layers in radv, but keeping the ability for anv
-# anyways, so we can use it for device groups.
LAYERS = [
- 'radv'
+ 'radv',
+ 'sqtt'
]
TEMPLATE_H = Template("""\