tint: Rename and move builtin_table and builtin-gen

• Rename 'builtin-gen' back to 'intrinsic-gen', as 'intrinsics' now
  include both builtins and operators.
• Move the intrinsic definitions, and IntrinsicTable to the resolver
  package, where it belongs.

Bug: tint:1504
Change-Id: I5ad5c285c1e360a224ee1235c293ccd55eb2693d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89025
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton
2022-05-06 15:13:01 +00:00
committed by Dawn LUCI CQ
parent 7f7234afad
commit e132516e6f
786 changed files with 2372 additions and 2372 deletions

View File

@@ -13,11 +13,11 @@
// limitations under the License.
////////////////////////////////////////////////////////////////////////////////
// File generated by tools/builtin-gen
// File generated by tools/intrinsic-gen
// using the template:
// src/tint/sem/builtin_type.cc.tmpl
// and the builtin defintion file:
// src/tint/builtins.def
// and the intrinsic defintion file:
// src/tint/intrinsics.def
//
// Do not modify this file directly
////////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,7 @@
Template file for use with tools/builtin-gen to generate builtin_type.cc
See:
* tools/cmd/builtin-gen/gen for structures used by this template
* tools/cmd/intrinsic-gen/gen for structures used by this template
* https://golang.org/pkg/text/template/ for documentation on the template syntax
--------------------------------------------------------------------------------
*/ -}}

View File

@@ -13,11 +13,11 @@
// limitations under the License.
////////////////////////////////////////////////////////////////////////////////
// File generated by tools/builtin-gen
// File generated by tools/intrinsic-gen
// using the template:
// src/tint/sem/builtin_type.h.tmpl
// and the builtin defintion file:
// src/tint/builtins.def
// and the intrinsic defintion file:
// src/tint/intrinsics.def
//
// Do not modify this file directly
////////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,7 @@
Template file for use with tools/builtin-gen to generate builtin_type.h
See:
* tools/cmd/builtin-gen/gen for structures used by this template
* tools/cmd/intrinsic-gen/gen for structures used by this template
* https://golang.org/pkg/text/template/ for documentation on the template syntax
--------------------------------------------------------------------------------
*/ -}}

View File

@@ -13,11 +13,11 @@
// limitations under the License.
////////////////////////////////////////////////////////////////////////////////
// File generated by tools/builtin-gen
// File generated by tools/intrinsic-gen
// using the template:
// src/tint/sem/parameter_usage.cc.tmpl
// and the builtin defintion file:
// src/tint/builtins.def
// and the intrinsic defintion file:
// src/tint/intrinsics.def
//
// Do not modify this file directly
////////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,7 @@
Template file for use with tools/builtin-gen to generate parameter_usage.cc
See:
* tools/cmd/builtin-gen/gen for structures used by this template
* tools/cmd/intrinsic-gen/gen for structures used by this template
* https://golang.org/pkg/text/template/ for documentation on the template syntax
--------------------------------------------------------------------------------
*/ -}}

View File

@@ -13,11 +13,11 @@
// limitations under the License.
////////////////////////////////////////////////////////////////////////////////
// File generated by tools/builtin-gen
// File generated by tools/intrinsic-gen
// using the template:
// src/tint/sem/parameter_usage.h.tmpl
// and the builtin defintion file:
// src/tint/builtins.def
// and the intrinsic defintion file:
// src/tint/intrinsics.def
//
// Do not modify this file directly
////////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,7 @@
Template file for use with tools/builtin-gen to generate parameter_usage.h
See:
* tools/cmd/builtin-gen/gen for structures used by this template
* tools/cmd/intrinsic-gen/gen for structures used by this template
* https://golang.org/pkg/text/template/ for documentation on the template syntax
--------------------------------------------------------------------------------
*/ -}}