Remove test/builtins/gen/countLeadingZeros

Files left over from the Grand File Shuffle.

These already exist at test/tint/builtins/gen/countLeadingZeros

Change-Id: I3651e34b2390771947894a5ae29f95dad4c2adf4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/81700
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
diff --git a/test/builtins/gen/countLeadingZeros/208d46.wgsl b/test/builtins/gen/countLeadingZeros/208d46.wgsl
deleted file mode 100644
index 15d308c..0000000
--- a/test/builtins/gen/countLeadingZeros/208d46.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(u32) -> u32
-fn countLeadingZeros_208d46() {
-  var res: u32 = countLeadingZeros(1u);
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_208d46();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_208d46();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_208d46();
-}
diff --git a/test/builtins/gen/countLeadingZeros/6d4656.wgsl b/test/builtins/gen/countLeadingZeros/6d4656.wgsl
deleted file mode 100644
index cecf2ca..0000000
--- a/test/builtins/gen/countLeadingZeros/6d4656.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(i32) -> i32
-fn countLeadingZeros_6d4656() {
-  var res: i32 = countLeadingZeros(1);
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_6d4656();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_6d4656();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_6d4656();
-}
diff --git a/test/builtins/gen/countLeadingZeros/70783f.wgsl b/test/builtins/gen/countLeadingZeros/70783f.wgsl
deleted file mode 100644
index f9c02c8..0000000
--- a/test/builtins/gen/countLeadingZeros/70783f.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(vec<2, u32>) -> vec<2, u32>
-fn countLeadingZeros_70783f() {
-  var res: vec2<u32> = countLeadingZeros(vec2<u32>());
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_70783f();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_70783f();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_70783f();
-}
diff --git a/test/builtins/gen/countLeadingZeros/7c38a6.wgsl b/test/builtins/gen/countLeadingZeros/7c38a6.wgsl
deleted file mode 100644
index df96840..0000000
--- a/test/builtins/gen/countLeadingZeros/7c38a6.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(vec<3, i32>) -> vec<3, i32>
-fn countLeadingZeros_7c38a6() {
-  var res: vec3<i32> = countLeadingZeros(vec3<i32>());
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_7c38a6();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_7c38a6();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_7c38a6();
-}
diff --git a/test/builtins/gen/countLeadingZeros/858d40.wgsl b/test/builtins/gen/countLeadingZeros/858d40.wgsl
deleted file mode 100644
index a973b8a..0000000
--- a/test/builtins/gen/countLeadingZeros/858d40.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(vec<2, i32>) -> vec<2, i32>
-fn countLeadingZeros_858d40() {
-  var res: vec2<i32> = countLeadingZeros(vec2<i32>());
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_858d40();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_858d40();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_858d40();
-}
diff --git a/test/builtins/gen/countLeadingZeros/ab6345.wgsl b/test/builtins/gen/countLeadingZeros/ab6345.wgsl
deleted file mode 100644
index 8d5912e..0000000
--- a/test/builtins/gen/countLeadingZeros/ab6345.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(vec<3, u32>) -> vec<3, u32>
-fn countLeadingZeros_ab6345() {
-  var res: vec3<u32> = countLeadingZeros(vec3<u32>());
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_ab6345();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_ab6345();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_ab6345();
-}
diff --git a/test/builtins/gen/countLeadingZeros/eab32b.wgsl b/test/builtins/gen/countLeadingZeros/eab32b.wgsl
deleted file mode 100644
index 1838c7a..0000000
--- a/test/builtins/gen/countLeadingZeros/eab32b.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(vec<4, i32>) -> vec<4, i32>
-fn countLeadingZeros_eab32b() {
-  var res: vec4<i32> = countLeadingZeros(vec4<i32>());
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_eab32b();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_eab32b();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_eab32b();
-}
diff --git a/test/builtins/gen/countLeadingZeros/f70103.wgsl b/test/builtins/gen/countLeadingZeros/f70103.wgsl
deleted file mode 100644
index 59b1a2a..0000000
--- a/test/builtins/gen/countLeadingZeros/f70103.wgsl
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2021 The Tint Authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-////////////////////////////////////////////////////////////////////////////////
-// File generated by tools/builtin-gen
-// using the template:
-//   test/builtins/builtins.wgsl.tmpl
-// and the builtin defintion file:
-//   src/builtins.def
-//
-// Do not modify this file directly
-////////////////////////////////////////////////////////////////////////////////
-
-
-// fn countLeadingZeros(vec<4, u32>) -> vec<4, u32>
-fn countLeadingZeros_f70103() {
-  var res: vec4<u32> = countLeadingZeros(vec4<u32>());
-}
-
-@stage(vertex)
-fn vertex_main() -> @builtin(position) vec4<f32> {
-  countLeadingZeros_f70103();
-  return vec4<f32>();
-}
-
-@stage(fragment)
-fn fragment_main() {
-  countLeadingZeros_f70103();
-}
-
-@stage(compute) @workgroup_size(1)
-fn compute_main() {
-  countLeadingZeros_f70103();
-}