tint: Don't generate 'smoothStep' tests
'smoothStep' has been renamed to 'smoothstep'. We cannot generate both sets of tests during this deprecation period as Windows and macOS can be file case-insensitive, and we'd have 'smoothstep' and 'smoothStep' as two sibling directories. Bug: tint:1483 Change-Id: I944309585e8ff23345d9cc23669edf3774f3afb8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88664 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
a1a3e0484c
commit
7212ad3205
|
@ -11,6 +11,8 @@ See:
|
|||
|
||||
{{- /* For each permutation of each overload of each function... */ -}}
|
||||
{{- range .Sem.Functions -}}
|
||||
{{- /* TODO(crbug.com/tint/1483): Remove the bodge below after smoothStep is removed from builtins.def */}}
|
||||
{{- if not (eq .Name "smoothStep") }}
|
||||
{{- range .Overloads -}}
|
||||
{{- range Permute . -}}
|
||||
{{- /* Generate a ./gen/<function>/<permuataion-hash>.wgsl file using
|
||||
|
@ -21,6 +23,7 @@ See:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
{{- /* ------------------------------------------------------------------ */ -}}
|
||||
|
|
Loading…
Reference in New Issue