Fixed lineWidth and pointSize limits

Changed limits for lineWidth and pointSize so that they're unsupported.
This fixes all remaining failures in dEQP-VK.api.info.device

b/117974925

Change-Id: I228dcb5305f2bfe5bb053aa968cebcbb7afaee98
Reviewed-on: https://swiftshader-review.googlesource.com/c/22511
Tested-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
diff --git a/src/Vulkan/VkPhysicalDevice.cpp b/src/Vulkan/VkPhysicalDevice.cpp
index 23e2721..0ee1051 100644
--- a/src/Vulkan/VkPhysicalDevice.cpp
+++ b/src/Vulkan/VkPhysicalDevice.cpp
@@ -234,9 +234,9 @@
 		8, // maxCombinedClipAndCullDistances
 		2, // discreteQueuePriorities
 		{ 1.0, 64.0 }, // pointSizeRange[2]
-		{ 0.0, 8.0 }, // lineWidthRange[2]
-		1.0, // pointSizeGranularity
-		1.0, // lineWidthGranularity
+		{ 1.0, 1.0 }, // lineWidthRange[2] (unsupported)
+		0.0, // pointSizeGranularity (unsupported)
+		0.0, // lineWidthGranularity (unsupported)
 		false, // strictLines
 		true, // standardSampleLocations
 		64, // optimalBufferCopyOffsetAlignment