tools: Update post-shuffle paths for builtin-gen
Bug: tint:1418 Change-Id: Ic1560bf7a0aa99ecbe554b985dc07f1b055fab64 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/81500 Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
16d5739b73
commit
1fcb2a7a24
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// src/builtin_table.inl.tmpl
|
// src/tint/builtin_table.inl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
/// TypeMatcher for 'type bool'
|
/// TypeMatcher for 'type bool'
|
||||||
/// @see src/builtins.def:68:6
|
/// @see src/tint/builtins.def:68:6
|
||||||
class Bool : public TypeMatcher {
|
class Bool : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -52,7 +52,7 @@ std::string Bool::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type f32'
|
/// TypeMatcher for 'type f32'
|
||||||
/// @see src/builtins.def:69:6
|
/// @see src/tint/builtins.def:69:6
|
||||||
class F32 : public TypeMatcher {
|
class F32 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -79,7 +79,7 @@ std::string F32::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type i32'
|
/// TypeMatcher for 'type i32'
|
||||||
/// @see src/builtins.def:70:6
|
/// @see src/tint/builtins.def:70:6
|
||||||
class I32 : public TypeMatcher {
|
class I32 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -106,7 +106,7 @@ std::string I32::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type u32'
|
/// TypeMatcher for 'type u32'
|
||||||
/// @see src/builtins.def:71:6
|
/// @see src/tint/builtins.def:71:6
|
||||||
class U32 : public TypeMatcher {
|
class U32 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -133,7 +133,7 @@ std::string U32::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type vec2'
|
/// TypeMatcher for 'type vec2'
|
||||||
/// @see src/builtins.def:72:6
|
/// @see src/tint/builtins.def:72:6
|
||||||
class Vec2 : public TypeMatcher {
|
class Vec2 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -166,7 +166,7 @@ std::string Vec2::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type vec3'
|
/// TypeMatcher for 'type vec3'
|
||||||
/// @see src/builtins.def:73:6
|
/// @see src/tint/builtins.def:73:6
|
||||||
class Vec3 : public TypeMatcher {
|
class Vec3 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -199,7 +199,7 @@ std::string Vec3::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type vec4'
|
/// TypeMatcher for 'type vec4'
|
||||||
/// @see src/builtins.def:74:6
|
/// @see src/tint/builtins.def:74:6
|
||||||
class Vec4 : public TypeMatcher {
|
class Vec4 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -232,7 +232,7 @@ std::string Vec4::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type vec'
|
/// TypeMatcher for 'type vec'
|
||||||
/// @see src/builtins.def:75:37
|
/// @see src/tint/builtins.def:75:37
|
||||||
class Vec : public TypeMatcher {
|
class Vec : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -273,7 +273,7 @@ std::string Vec::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type mat'
|
/// TypeMatcher for 'type mat'
|
||||||
/// @see src/builtins.def:76:37
|
/// @see src/tint/builtins.def:76:37
|
||||||
class Mat : public TypeMatcher {
|
class Mat : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -320,7 +320,7 @@ std::string Mat::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type ptr'
|
/// TypeMatcher for 'type ptr'
|
||||||
/// @see src/builtins.def:77:6
|
/// @see src/tint/builtins.def:77:6
|
||||||
class Ptr : public TypeMatcher {
|
class Ptr : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -365,7 +365,7 @@ std::string Ptr::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type atomic'
|
/// TypeMatcher for 'type atomic'
|
||||||
/// @see src/builtins.def:78:6
|
/// @see src/tint/builtins.def:78:6
|
||||||
class Atomic : public TypeMatcher {
|
class Atomic : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -398,7 +398,7 @@ std::string Atomic::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type array'
|
/// TypeMatcher for 'type array'
|
||||||
/// @see src/builtins.def:79:6
|
/// @see src/tint/builtins.def:79:6
|
||||||
class Array : public TypeMatcher {
|
class Array : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -431,7 +431,7 @@ std::string Array::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type sampler'
|
/// TypeMatcher for 'type sampler'
|
||||||
/// @see src/builtins.def:80:6
|
/// @see src/tint/builtins.def:80:6
|
||||||
class Sampler : public TypeMatcher {
|
class Sampler : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -458,7 +458,7 @@ std::string Sampler::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type sampler_comparison'
|
/// TypeMatcher for 'type sampler_comparison'
|
||||||
/// @see src/builtins.def:81:6
|
/// @see src/tint/builtins.def:81:6
|
||||||
class SamplerComparison : public TypeMatcher {
|
class SamplerComparison : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -485,7 +485,7 @@ std::string SamplerComparison::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_1d'
|
/// TypeMatcher for 'type texture_1d'
|
||||||
/// @see src/builtins.def:82:6
|
/// @see src/tint/builtins.def:82:6
|
||||||
class Texture1D : public TypeMatcher {
|
class Texture1D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -518,7 +518,7 @@ std::string Texture1D::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_2d'
|
/// TypeMatcher for 'type texture_2d'
|
||||||
/// @see src/builtins.def:83:6
|
/// @see src/tint/builtins.def:83:6
|
||||||
class Texture2D : public TypeMatcher {
|
class Texture2D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -551,7 +551,7 @@ std::string Texture2D::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_2d_array'
|
/// TypeMatcher for 'type texture_2d_array'
|
||||||
/// @see src/builtins.def:84:6
|
/// @see src/tint/builtins.def:84:6
|
||||||
class Texture2DArray : public TypeMatcher {
|
class Texture2DArray : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -584,7 +584,7 @@ std::string Texture2DArray::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_3d'
|
/// TypeMatcher for 'type texture_3d'
|
||||||
/// @see src/builtins.def:85:6
|
/// @see src/tint/builtins.def:85:6
|
||||||
class Texture3D : public TypeMatcher {
|
class Texture3D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -617,7 +617,7 @@ std::string Texture3D::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_cube'
|
/// TypeMatcher for 'type texture_cube'
|
||||||
/// @see src/builtins.def:86:6
|
/// @see src/tint/builtins.def:86:6
|
||||||
class TextureCube : public TypeMatcher {
|
class TextureCube : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -650,7 +650,7 @@ std::string TextureCube::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_cube_array'
|
/// TypeMatcher for 'type texture_cube_array'
|
||||||
/// @see src/builtins.def:87:6
|
/// @see src/tint/builtins.def:87:6
|
||||||
class TextureCubeArray : public TypeMatcher {
|
class TextureCubeArray : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -683,7 +683,7 @@ std::string TextureCubeArray::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_multisampled_2d'
|
/// TypeMatcher for 'type texture_multisampled_2d'
|
||||||
/// @see src/builtins.def:88:6
|
/// @see src/tint/builtins.def:88:6
|
||||||
class TextureMultisampled2D : public TypeMatcher {
|
class TextureMultisampled2D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -716,7 +716,7 @@ std::string TextureMultisampled2D::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_depth_2d'
|
/// TypeMatcher for 'type texture_depth_2d'
|
||||||
/// @see src/builtins.def:89:6
|
/// @see src/tint/builtins.def:89:6
|
||||||
class TextureDepth2D : public TypeMatcher {
|
class TextureDepth2D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -743,7 +743,7 @@ std::string TextureDepth2D::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_depth_2d_array'
|
/// TypeMatcher for 'type texture_depth_2d_array'
|
||||||
/// @see src/builtins.def:90:6
|
/// @see src/tint/builtins.def:90:6
|
||||||
class TextureDepth2DArray : public TypeMatcher {
|
class TextureDepth2DArray : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -770,7 +770,7 @@ std::string TextureDepth2DArray::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_depth_cube'
|
/// TypeMatcher for 'type texture_depth_cube'
|
||||||
/// @see src/builtins.def:91:6
|
/// @see src/tint/builtins.def:91:6
|
||||||
class TextureDepthCube : public TypeMatcher {
|
class TextureDepthCube : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -797,7 +797,7 @@ std::string TextureDepthCube::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_depth_cube_array'
|
/// TypeMatcher for 'type texture_depth_cube_array'
|
||||||
/// @see src/builtins.def:92:6
|
/// @see src/tint/builtins.def:92:6
|
||||||
class TextureDepthCubeArray : public TypeMatcher {
|
class TextureDepthCubeArray : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -824,7 +824,7 @@ std::string TextureDepthCubeArray::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_depth_multisampled_2d'
|
/// TypeMatcher for 'type texture_depth_multisampled_2d'
|
||||||
/// @see src/builtins.def:93:6
|
/// @see src/tint/builtins.def:93:6
|
||||||
class TextureDepthMultisampled2D : public TypeMatcher {
|
class TextureDepthMultisampled2D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -851,7 +851,7 @@ std::string TextureDepthMultisampled2D::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_storage_1d'
|
/// TypeMatcher for 'type texture_storage_1d'
|
||||||
/// @see src/builtins.def:94:6
|
/// @see src/tint/builtins.def:94:6
|
||||||
class TextureStorage1D : public TypeMatcher {
|
class TextureStorage1D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -890,7 +890,7 @@ std::string TextureStorage1D::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_storage_2d'
|
/// TypeMatcher for 'type texture_storage_2d'
|
||||||
/// @see src/builtins.def:95:6
|
/// @see src/tint/builtins.def:95:6
|
||||||
class TextureStorage2D : public TypeMatcher {
|
class TextureStorage2D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -929,7 +929,7 @@ std::string TextureStorage2D::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_storage_2d_array'
|
/// TypeMatcher for 'type texture_storage_2d_array'
|
||||||
/// @see src/builtins.def:96:6
|
/// @see src/tint/builtins.def:96:6
|
||||||
class TextureStorage2DArray : public TypeMatcher {
|
class TextureStorage2DArray : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -968,7 +968,7 @@ std::string TextureStorage2DArray::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_storage_3d'
|
/// TypeMatcher for 'type texture_storage_3d'
|
||||||
/// @see src/builtins.def:97:6
|
/// @see src/tint/builtins.def:97:6
|
||||||
class TextureStorage3D : public TypeMatcher {
|
class TextureStorage3D : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -1007,7 +1007,7 @@ std::string TextureStorage3D::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type texture_external'
|
/// TypeMatcher for 'type texture_external'
|
||||||
/// @see src/builtins.def:98:6
|
/// @see src/tint/builtins.def:98:6
|
||||||
class TextureExternal : public TypeMatcher {
|
class TextureExternal : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -1034,7 +1034,7 @@ std::string TextureExternal::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type __modf_result'
|
/// TypeMatcher for 'type __modf_result'
|
||||||
/// @see src/builtins.def:100:6
|
/// @see src/tint/builtins.def:100:6
|
||||||
class ModfResult : public TypeMatcher {
|
class ModfResult : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -1061,7 +1061,7 @@ std::string ModfResult::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type __modf_result_vec'
|
/// TypeMatcher for 'type __modf_result_vec'
|
||||||
/// @see src/builtins.def:101:42
|
/// @see src/tint/builtins.def:101:42
|
||||||
class ModfResultVec : public TypeMatcher {
|
class ModfResultVec : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -1096,7 +1096,7 @@ std::string ModfResultVec::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type __frexp_result'
|
/// TypeMatcher for 'type __frexp_result'
|
||||||
/// @see src/builtins.def:102:6
|
/// @see src/tint/builtins.def:102:6
|
||||||
class FrexpResult : public TypeMatcher {
|
class FrexpResult : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -1123,7 +1123,7 @@ std::string FrexpResult::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'type __frexp_result_vec'
|
/// TypeMatcher for 'type __frexp_result_vec'
|
||||||
/// @see src/builtins.def:103:43
|
/// @see src/tint/builtins.def:103:43
|
||||||
class FrexpResultVec : public TypeMatcher {
|
class FrexpResultVec : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules.
|
/// Checks whether the given type matches the matcher rules.
|
||||||
|
@ -1158,7 +1158,7 @@ std::string FrexpResultVec::String(MatchState& state) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'match fiu32'
|
/// TypeMatcher for 'match fiu32'
|
||||||
/// @see src/builtins.def:111:7
|
/// @see src/tint/builtins.def:111:7
|
||||||
class Fiu32 : public TypeMatcher {
|
class Fiu32 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules, and returns the
|
/// Checks whether the given type matches the matcher rules, and returns the
|
||||||
|
@ -1192,7 +1192,7 @@ std::string Fiu32::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'match iu32'
|
/// TypeMatcher for 'match iu32'
|
||||||
/// @see src/builtins.def:112:7
|
/// @see src/tint/builtins.def:112:7
|
||||||
class Iu32 : public TypeMatcher {
|
class Iu32 : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules, and returns the
|
/// Checks whether the given type matches the matcher rules, and returns the
|
||||||
|
@ -1223,7 +1223,7 @@ std::string Iu32::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeMatcher for 'match scalar'
|
/// TypeMatcher for 'match scalar'
|
||||||
/// @see src/builtins.def:113:7
|
/// @see src/tint/builtins.def:113:7
|
||||||
class Scalar : public TypeMatcher {
|
class Scalar : public TypeMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given type matches the matcher rules, and returns the
|
/// Checks whether the given type matches the matcher rules, and returns the
|
||||||
|
@ -1260,7 +1260,7 @@ std::string Scalar::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EnumMatcher for 'match f32_texel_format'
|
/// EnumMatcher for 'match f32_texel_format'
|
||||||
/// @see src/builtins.def:124:7
|
/// @see src/tint/builtins.def:124:7
|
||||||
class F32TexelFormat : public NumberMatcher {
|
class F32TexelFormat : public NumberMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given number matches the enum matcher rules.
|
/// Checks whether the given number matches the enum matcher rules.
|
||||||
|
@ -1293,7 +1293,7 @@ std::string F32TexelFormat::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EnumMatcher for 'match i32_texel_format'
|
/// EnumMatcher for 'match i32_texel_format'
|
||||||
/// @see src/builtins.def:126:7
|
/// @see src/tint/builtins.def:126:7
|
||||||
class I32TexelFormat : public NumberMatcher {
|
class I32TexelFormat : public NumberMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given number matches the enum matcher rules.
|
/// Checks whether the given number matches the enum matcher rules.
|
||||||
|
@ -1325,7 +1325,7 @@ std::string I32TexelFormat::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EnumMatcher for 'match u32_texel_format'
|
/// EnumMatcher for 'match u32_texel_format'
|
||||||
/// @see src/builtins.def:128:7
|
/// @see src/tint/builtins.def:128:7
|
||||||
class U32TexelFormat : public NumberMatcher {
|
class U32TexelFormat : public NumberMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given number matches the enum matcher rules.
|
/// Checks whether the given number matches the enum matcher rules.
|
||||||
|
@ -1357,7 +1357,7 @@ std::string U32TexelFormat::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EnumMatcher for 'match write_only'
|
/// EnumMatcher for 'match write_only'
|
||||||
/// @see src/builtins.def:131:7
|
/// @see src/tint/builtins.def:131:7
|
||||||
class WriteOnly : public NumberMatcher {
|
class WriteOnly : public NumberMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given number matches the enum matcher rules.
|
/// Checks whether the given number matches the enum matcher rules.
|
||||||
|
@ -1383,7 +1383,7 @@ std::string WriteOnly::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EnumMatcher for 'match function_private_workgroup'
|
/// EnumMatcher for 'match function_private_workgroup'
|
||||||
/// @see src/builtins.def:133:7
|
/// @see src/tint/builtins.def:133:7
|
||||||
class FunctionPrivateWorkgroup : public NumberMatcher {
|
class FunctionPrivateWorkgroup : public NumberMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given number matches the enum matcher rules.
|
/// Checks whether the given number matches the enum matcher rules.
|
||||||
|
@ -1413,7 +1413,7 @@ std::string FunctionPrivateWorkgroup::String(MatchState&) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EnumMatcher for 'match workgroup_or_storage'
|
/// EnumMatcher for 'match workgroup_or_storage'
|
||||||
/// @see src/builtins.def:134:7
|
/// @see src/tint/builtins.def:134:7
|
||||||
class WorkgroupOrStorage : public NumberMatcher {
|
class WorkgroupOrStorage : public NumberMatcher {
|
||||||
public:
|
public:
|
||||||
/// Checks whether the given number matches the enum matcher rules.
|
/// Checks whether the given number matches the enum matcher rules.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
// using the template:
|
// using the template:
|
||||||
// src/tint/sem/builtin_type.cc.tmpl
|
// src/tint/sem/builtin_type.cc.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
// using the template:
|
// using the template:
|
||||||
// src/tint/sem/builtin_type.h.tmpl
|
// src/tint/sem/builtin_type.h.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
// using the template:
|
// using the template:
|
||||||
// src/tint/sem/parameter_usage.cc.tmpl
|
// src/tint/sem/parameter_usage.cc.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
// using the template:
|
// using the template:
|
||||||
// src/tint/sem/parameter_usage.h.tmpl
|
// src/tint/sem/parameter_usage.h.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// File generated by tools/builtin-gen
|
// File generated by tools/builtin-gen
|
||||||
// using the template:
|
// using the template:
|
||||||
// test/builtins/builtins.wgsl.tmpl
|
// test/tint/builtins/builtins.wgsl.tmpl
|
||||||
// and the builtin defintion file:
|
// and the builtin defintion file:
|
||||||
// src/builtins.def
|
// src/tint/builtins.def
|
||||||
//
|
//
|
||||||
// Do not modify this file directly
|
// Do not modify this file directly
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue