radv: move local bos usage to a perftest flag.
[mesa.git] / src / amd / vulkan / radv_device.c
index 788252c2c56a3d44d90eae270f220685996df655..2a249b95e28da7e84499acc2e507a5f06d27b88a 100644 (file)
@@ -343,6 +343,7 @@ radv_get_debug_option_name(int id)
 static const struct debug_control radv_perftest_options[] = {
        {"nobatchchain", RADV_PERFTEST_NO_BATCHCHAIN},
        {"sisched", RADV_PERFTEST_SISCHED},
+       {"localbos", RADV_PERFTEST_LOCAL_BOS},
        {NULL, 0}
 };