Austin Eng | cc2516a | 2023-10-17 20:57:54 +0000 | [diff] [blame] | 1 | // Copyright 2023 The Dawn & Tint Authors |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 2 | // |
Austin Eng | cc2516a | 2023-10-17 20:57:54 +0000 | [diff] [blame] | 3 | // Redistribution and use in source and binary forms, with or without |
| 4 | // modification, are permitted provided that the following conditions are met: |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 5 | // |
Austin Eng | cc2516a | 2023-10-17 20:57:54 +0000 | [diff] [blame] | 6 | // 1. Redistributions of source code must retain the above copyright notice, this |
| 7 | // list of conditions and the following disclaimer. |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 8 | // |
Austin Eng | cc2516a | 2023-10-17 20:57:54 +0000 | [diff] [blame] | 9 | // 2. Redistributions in binary form must reproduce the above copyright notice, |
| 10 | // this list of conditions and the following disclaimer in the documentation |
| 11 | // and/or other materials provided with the distribution. |
| 12 | // |
| 13 | // 3. Neither the name of the copyright holder nor the names of its |
| 14 | // contributors may be used to endorse or promote products derived from |
| 15 | // this software without specific prior written permission. |
| 16 | // |
| 17 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 18 | // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 19 | // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 20 | // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 21 | // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 22 | // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 23 | // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 24 | // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 25 | // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 27 | |
| 28 | //////////////////////////////////////////////////////////////////////////////// |
| 29 | // File generated by 'tools/src/cmd/gen' using the template: |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 30 | // src/tint/lang/spirv/builtin_fn.h.tmpl |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 31 | // |
| 32 | // To regenerate run: './tools/run gen' |
| 33 | // |
| 34 | // Do not modify this file directly |
| 35 | //////////////////////////////////////////////////////////////////////////////// |
| 36 | |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 37 | #ifndef SRC_TINT_LANG_SPIRV_BUILTIN_FN_H_ |
| 38 | #define SRC_TINT_LANG_SPIRV_BUILTIN_FN_H_ |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 39 | |
| 40 | #include <cstdint> |
| 41 | #include <string> |
| 42 | |
| 43 | #include "src/tint/utils/traits/traits.h" |
| 44 | |
| 45 | // \cond DO_NOT_DOCUMENT |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 46 | namespace tint::spirv { |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 47 | |
| 48 | /// Enumerator of all builtin functions |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 49 | enum class BuiltinFn : uint8_t { |
dan sinclair | 721f638 | 2023-09-08 20:29:48 +0000 | [diff] [blame] | 50 | kArrayLength, |
dan sinclair | e9fe772 | 2023-09-08 20:29:48 +0000 | [diff] [blame] | 51 | kAtomicAnd, |
| 52 | kAtomicCompareExchange, |
| 53 | kAtomicExchange, |
| 54 | kAtomicIadd, |
| 55 | kAtomicIsub, |
| 56 | kAtomicLoad, |
| 57 | kAtomicOr, |
| 58 | kAtomicSmax, |
| 59 | kAtomicSmin, |
| 60 | kAtomicStore, |
| 61 | kAtomicUmax, |
| 62 | kAtomicUmin, |
| 63 | kAtomicXor, |
dan sinclair | 669edf7 | 2023-09-08 20:29:48 +0000 | [diff] [blame] | 64 | kDot, |
dan sinclair | 57bfe82 | 2023-09-19 21:59:23 +0000 | [diff] [blame] | 65 | kImageDrefGather, |
dan sinclair | 9f1bd72 | 2023-09-19 16:09:01 +0000 | [diff] [blame] | 66 | kImageFetch, |
dan sinclair | 57bfe82 | 2023-09-19 21:59:23 +0000 | [diff] [blame] | 67 | kImageGather, |
dan sinclair | 7b4ec6e | 2023-09-20 03:05:04 +0000 | [diff] [blame] | 68 | kImageQuerySize, |
| 69 | kImageQuerySizeLod, |
dan sinclair | 9f1bd72 | 2023-09-19 16:09:01 +0000 | [diff] [blame] | 70 | kImageRead, |
dan sinclair | 86d4f3b | 2023-09-21 16:46:52 +0000 | [diff] [blame] | 71 | kImageSampleImplicitLod, |
| 72 | kImageSampleExplicitLod, |
| 73 | kImageSampleDrefImplicitLod, |
| 74 | kImageSampleDrefExplicitLod, |
dan sinclair | 6950208 | 2023-09-21 16:48:42 +0000 | [diff] [blame] | 75 | kImageWrite, |
dan sinclair | ddffd5e | 2023-09-07 16:49:32 +0000 | [diff] [blame] | 76 | kMatrixTimesMatrix, |
| 77 | kMatrixTimesScalar, |
| 78 | kMatrixTimesVector, |
dan sinclair | 5ca21ed | 2023-09-19 00:33:25 +0000 | [diff] [blame] | 79 | kSampledImage, |
dan sinclair | f7c0ede | 2023-09-08 20:29:48 +0000 | [diff] [blame] | 80 | kSelect, |
dan sinclair | 5ca21ed | 2023-09-19 00:33:25 +0000 | [diff] [blame] | 81 | kVectorTimesMatrix, |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 82 | kVectorTimesScalar, |
James Price | 650cb61 | 2023-09-26 19:19:16 +0000 | [diff] [blame] | 83 | kSdot, |
| 84 | kUdot, |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 85 | kNone, |
| 86 | }; |
| 87 | |
| 88 | /// @returns the name of the builtin function type. The spelling, including |
| 89 | /// case, matches the name in the WGSL spec. |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 90 | const char* str(BuiltinFn i); |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 91 | |
| 92 | /// Emits the name of the builtin function type. The spelling, including case, |
| 93 | /// matches the name in the WGSL spec. |
| 94 | template <typename STREAM, typename = traits::EnableIfIsOStream<STREAM>> |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 95 | auto& operator<<(STREAM& o, BuiltinFn i) { |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 96 | return o << str(i); |
| 97 | } |
| 98 | |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 99 | } // namespace tint::spirv |
dan sinclair | 774b6a4 | 2023-09-06 21:04:30 +0000 | [diff] [blame] | 100 | // \endcond |
| 101 | |
Ben Clayton | 9dce1d6 | 2023-09-21 12:41:20 +0000 | [diff] [blame] | 102 | #endif // SRC_TINT_LANG_SPIRV_BUILTIN_FN_H_ |