radv: silent a compiler warning in radv_CmdPushDescriptorSetKHR()
[mesa.git] / src / amd / vulkan / radv_private.h
index 8f2e80b3017ad8cc71dbfd0f0472c964b74f8029..d6f396f0056565ad32a3eeda26ecc2dc813fe29f 100644 (file)
@@ -316,6 +316,9 @@ struct radv_physical_device {
        /* Whether LOAD_CONTEXT_REG packets are supported. */
        bool has_load_ctx_reg_pkt;
 
+       /* Whether to enable the AMD_shader_ballot extension */
+       bool use_shader_ballot;
+
        /* This is the drivers on-disk cache used as a fallback as opposed to
         * the pipeline cache defined by apps.
         */