tint: Replace smoothStep with smoothstep in tests

There were some tests that were still using the deprecated name, as
was the SPIR-V reader.

Bug: tint:1483
Change-Id: Ie919596712e05340110fbd872470a1b4c9a625c7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86745
Auto-Submit: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: James Price <jrprice@google.com>
This commit is contained in:
James Price
2022-04-14 19:49:10 +00:00
committed by Dawn LUCI CQ
parent c2849f3fb9
commit 0384932f1a
13 changed files with 16 additions and 16 deletions

View File

@@ -67,7 +67,7 @@ fn main_1() {
let x_89 : f32 = x_6.x_GLF_uniform_float_values[1].el;
let x_91 : vec4<f32> = v0;
let x_93 : i32 = a;
v1[x_83] = smoothStep(vec4<f32>(x_85, x_87, x_89, 3.0), vec4<f32>(1.0, 1.0, 1.0, 1.0), x_91)[x_93];
v1[x_83] = smoothstep(vec4<f32>(x_85, x_87, x_89, 3.0), vec4<f32>(1.0, 1.0, 1.0, 1.0), x_91)[x_93];
}
continuing {