commit | 33807a735c328e4b4ac97a7cd1d85e828fc097e8 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Wed Dec 21 17:33:08 2022 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Thu Dec 22 14:48:38 2022 +0000 |
tree | f96850462f3c0ec5a0fd8e42ad72022e5f8a8114 | |
parent | c8faf405999aee6d935a5973319479feb9b42a13 [diff] |
Add RP codegen support for the 'dot' intrinsic. This boils down very succinctly into the following pattern: - 2 slots: mul_2, add - 3 slots: mul_3, add, add - 4 slots: mul_4, add_2, add Change-Id: If5b0ee6e2d7f51da803fe5fd6882d4c9b1c13206 Bug: skia:13676 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/621978 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>