radv: add missing SQTT markers when an indirect indexed draw is used with DGC
Since DGC preprocessing for IBO is supported, the driver generates an indexed indirect draw but SQTT markers were missing and this introduced complete non-sense in RGP captures. Fixes: e59a16bb ("radv: use an indirect draw when IBO isn't updated as part of DGC") Signed-off-by:Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!28710>