mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-16 20:31:20 +00:00
This patch normalize the abstract interger and abstract float type name to `ia` and `fa` and the type matcher name to `fia_fiu32_f16` format in intrinsics.def, and also rename `aiu32Dispatch` and `afi32f16Dispatch` in resolver/const_eval.cc to `Dispatch_ia_iu32` and `Dispatch_fia_fi32_f16`. Bug: tint:1581 Change-Id: Ia48e150d6028e4a7b999f72e57508df369b3e2d7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96721 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>