radv/llvm: enable VK_KHR_memory_model
[mesa.git] / src / amd / vulkan / radv_device.c
index e572891d731c5770f9ba20bddd267cf08af46831..00df3a97dd6368ae6269f3ce7f75a9b707d1fbad 100644 (file)
@@ -1041,8 +1041,8 @@ radv_get_physical_device_features_1_2(struct radv_physical_device *pdevice,
        f->bufferDeviceAddress = true;
        f->bufferDeviceAddressCaptureReplay = false;
        f->bufferDeviceAddressMultiDevice = false;
-       f->vulkanMemoryModel = !pdevice->use_llvm;
-       f->vulkanMemoryModelDeviceScope = !pdevice->use_llvm;
+       f->vulkanMemoryModel = true;
+       f->vulkanMemoryModelDeviceScope = true;
        f->vulkanMemoryModelAvailabilityVisibilityChains = false;
        f->shaderOutputViewportIndex = true;
        f->shaderOutputLayer = true;