Reviewed-by: Bas Nieuwenhuizen
On Tue, Feb 20, 2018 at 1:16 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> dEQP-VK.tessellation.invariance.outer_edge_symmetry.triangles_equal_
> spacing_ccw
> was hitting an llvm assert due to one value being an int and the
> other a float.
>
> This just casts
From: Dave Airlie
dEQP-VK.tessellation.invariance.outer_edge_symmetry.triangles_equal_spacing_ccw
was hitting an llvm assert due to one value being an int and the
other a float.
This just casts both values to integer and fixes the test.
Fixes:
dEQP-VK.tessellation.invariance.outer_edge_symmetr