From c4d5ac6bfac0541ca6536e7329f5cf4901d1ecd0 Mon Sep 17 00:00:00 2001 From: David Neto <dneto@google.com> Date: Wed, 9 Jan 2019 10:32:32 -0500 Subject: [PATCH] Update SPIRV-Tools known good: relax Uconvert check Permit UConvert as an OpSpecConstantOp operation when SPV_AMD_gpu_shader_int_16 is used. --- Test/baseResults/spv.int16.amd.frag.out | 1 - known_good.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Test/baseResults/spv.int16.amd.frag.out b/Test/baseResults/spv.int16.amd.frag.out index 4451baf9e..26c701db6 100644 --- a/Test/baseResults/spv.int16.amd.frag.out +++ b/Test/baseResults/spv.int16.amd.frag.out @@ -1,5 +1,4 @@ spv.int16.amd.frag -Validation failed // Module Version 10000 // Generated by (magic number): 80007 // Id's are bound by 560 diff --git a/known_good.json b/known_good.json index face836e6..e1a1120ce 100644 --- a/known_good.json +++ b/known_good.json @@ -5,7 +5,7 @@ "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Tools", "subdir" : "External/spirv-tools", - "commit" : "5eab6df648eace6eab69c44ccd17bd0f5e57406d" + "commit" : "df5bd2d05ac1fd3ec3024439f885ec21cc949b22" }, { "name" : "spirv-tools/external/spirv-headers", -- GitLab