anv: Don't copy the lineStipple values if lineStipple is not enabled
If the passed VkPipelineRasterizationLineStateCreateInfoEXT wasn't zero initialized, we copy garbage values that are later on used to set the state and may end up crashing when they are beyond the limits of the HW.