diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 3510691826d..44a591531c0 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -1330,7 +1330,7 @@ anv_physical_device_try_create(struct vk_instance *vk_instance, * to !uses_ex_bso when all the infrastructure is built up. */ device->indirect_descriptors = - true || + !device->uses_ex_bso || driQueryOptionb(&instance->dri_options, "force_indirect_descriptors"); /* Check if we can read the GPU timestamp register from the CPU */