X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Famd%2Fvulkan%2Fradv_private.h;h=d6f396f0056565ad32a3eeda26ecc2dc813fe29f;hb=6880b42cfc1a1b2f30ccd02df1956a78efbe5551;hp=8f2e80b3017ad8cc71dbfd0f0472c964b74f8029;hpb=e7677a697b9017cf44850f3ff3ac02e61dae2752;p=mesa.git diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 8f2e80b3017..d6f396f0056 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -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. */