X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Famd%2Fvulkan%2Fradv_private.h;h=9ce0724cb9f57c4e87d4800e59ad34aa077be88c;hb=1b8983c25be19073c02fe9630e949be55f8280fa;hp=1e38a12a2a77603aa098028a67074f7b1c7de393;hpb=bd1186572f6924a15ea10cd72a95c6d451016bae;p=mesa.git diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 1e38a12a2a7..9ce0724cb9f 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -306,6 +306,9 @@ struct radv_physical_device { /* Whether DCC should be enabled for MSAA textures. */ bool dcc_msaa_allowed; + /* Whether LOAD_CONTEXT_REG packets are supported. */ + bool has_load_ctx_reg_pkt; + /* This is the drivers on-disk cache used as a fallback as opposed to * the pipeline cache defined by apps. */