[glsl] Mark more tests as desktop

Update more the test files to be desktop only.

Change-Id: I1ad92864b4a0ba817d8fb4398ecc32ffe6ffa471
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/209538
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
diff --git a/test/tint/builtins/gen/literal/textureSampleLevel/1bf73e.wgsl.expected.ir.glsl b/test/tint/builtins/gen/literal/textureSampleLevel/1bf73e.wgsl.expected.ir.glsl
index 9ce5c7e..9fe0764 100644
--- a/test/tint/builtins/gen/literal/textureSampleLevel/1bf73e.wgsl.expected.ir.glsl
+++ b/test/tint/builtins/gen/literal/textureSampleLevel/1bf73e.wgsl.expected.ir.glsl
@@ -1,6 +1,4 @@
-SKIP: FAILED
-
-#version 310 es
+#version 460
 #extension GL_EXT_texture_shadow_lod: require
 precision highp float;
 precision highp int;
@@ -18,14 +16,7 @@
 void main() {
   v.tint_symbol = textureSampleLevel_1bf73e();
 }
-error: Error parsing GLSL shader:
-ERROR: 0:13: 'textureLod(..., float lod)' : GL_EXT_texture_shadow_lod not supported for this ES version 
-ERROR: 0:13: '' : compilation terminated 
-ERROR: 2 compilation errors.  No code generated.
-
-
-
-#version 310 es
+#version 460
 #extension GL_EXT_texture_shadow_lod: require
 
 layout(binding = 0, std430)
@@ -42,14 +33,7 @@
 void main() {
   v.tint_symbol = textureSampleLevel_1bf73e();
 }
-error: Error parsing GLSL shader:
-ERROR: 0:11: 'textureLod(..., float lod)' : GL_EXT_texture_shadow_lod not supported for this ES version 
-ERROR: 0:11: '' : compilation terminated 
-ERROR: 2 compilation errors.  No code generated.
-
-
-
-#version 310 es
+#version 460
 #extension GL_EXT_texture_shadow_lod: require
 
 
@@ -79,12 +63,3 @@
   vertex_main_loc0_Output = v_1.prevent_dce;
   gl_PointSize = 1.0f;
 }
-error: Error parsing GLSL shader:
-ERROR: 0:14: 'textureLod(..., float lod)' : GL_EXT_texture_shadow_lod not supported for this ES version 
-ERROR: 0:14: '' : compilation terminated 
-ERROR: 2 compilation errors.  No code generated.
-
-
-
-
-tint executable returned error: exit status 1