diff options
author | Alyssa Rosenzweig <alyssa@collabora.com> | 2022-04-25 12:36:47 -0400 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-05-02 13:12:31 +0000 |
commit | ba29cdecab410752f266d3931a2e27a71c1fc28c (patch) | |
tree | 2c28c1d71daf5c5e1a563c2f2538affb107159a7 /src/panfrost/ci/deqp-panfrost-g52-vk.toml | |
parent | 9d84caa4d5876e85c43aa8f7d38256bfdce59798 (diff) |
panvk: Use correct point size limits
As determined by Icecream95. Fixes:
dEQP-VK.rasterization.primitive_size.points.point_size_*
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16204>
Diffstat (limited to 'src/panfrost/ci/deqp-panfrost-g52-vk.toml')
-rw-r--r-- | src/panfrost/ci/deqp-panfrost-g52-vk.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index c47fa2f493d..0cd46e9924c 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -25,6 +25,7 @@ include = [ "dEQP-VK.pipeline.input_assembly.*", "dEQP-VK.pipeline.sampler.view_type.*.format.r*.address_modes.all_mode_clamp_to_border*", "dEQP-VK.rasterization.interpolation.*", + "dEQP-VK.rasterization.primitive_size.*", "dEQP-VK.spirv_assembly.instruction.compute.opquantize.*", "dEQP-VK.spirv_assembly.instruction.compute.shader_default_output.*", "dEQP-VK.spirv_assembly.instruction.compute.workgroup_memory.*", |