From cb56e17aef92a26da3aab59c4c5904aaf384286b Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 18 Jan 2024 18:32:22 -0800 Subject: [PATCH] Relax the fragment builtin tests --- .../shader/execution/shader_io/fragment_builtins.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webgpu/shader/execution/shader_io/fragment_builtins.spec.ts b/src/webgpu/shader/execution/shader_io/fragment_builtins.spec.ts index 0967cf63d8e4..fe74d7efc2e5 100644 --- a/src/webgpu/shader/execution/shader_io/fragment_builtins.spec.ts +++ b/src/webgpu/shader/execution/shader_io/fragment_builtins.spec.ts @@ -794,7 +794,7 @@ g.test('inputs,position') sampleCount, actual, expected, - maxDiffULPsForFloatFormat: 2, + maxDiffULPsForFloatFormat: 4, }) ); }); @@ -873,7 +873,7 @@ g.test('inputs,interStage') sampleCount, actual, expected, - maxDiffULPsForFloatFormat: 3, + maxDiffULPsForFloatFormat: 4, }) ); });