• Home
  • Raw
  • Download

Lines Matching defs:match

56 …"match": "\\b(None|Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample|MinLod|MakeTexelAvailable|…  string
60 "match": "\\b(None|NotNaN|NotInf|NSZ|AllowRecip|Fast)\\b", string
64 "match": "\\b(None|Flatten|DontFlatten)\\b", string
68 …"match": "\\b(None|Unroll|DontUnroll|DependencyInfinite|DependencyLength|MinIterations|MaxIteratio… string
72 "match": "\\b(None|Inline|DontInline|Pure|Const)\\b", string
76 …"match": "\\b(Relaxed|None|Acquire|Release|AcquireRelease|SequentiallyConsistent|UniformMemory|Sub… string
80 …"match": "\\b(None|Volatile|Aligned|Nontemporal|MakePointerAvailable|MakePointerAvailableKHR|MakeP… string
84 "match": "\\b(None|CmdExecTime)\\b", string
88 …"match": "\\b(NoneKHR|OpaqueKHR|NoOpaqueKHR|TerminateOnFirstHitKHR|SkipClosestHitShaderKHR|CullBac… string
92 "match": "\\b(Unknown|ESSL|GLSL|OpenCL_C|OpenCL_CPP|HLSL)\\b", string
96 …"match": "\\b(Vertex|TessellationControl|TessellationEvaluation|Geometry|Fragment|GLCompute|Kernel… string
100 …"match": "\\b(Logical|Physical32|Physical64|PhysicalStorageBuffer64|PhysicalStorageBuffer64EXT)\\b… string
104 "match": "\\b(Simple|GLSL450|OpenCL|Vulkan|VulkanKHR)\\b", string
108 …"match": "\\b(Invocations|SpacingEqual|SpacingFractionalEven|SpacingFractionalOdd|VertexOrderCw|Ve… string
112 …"match": "\\b(UniformConstant|Input|Uniform|Output|Workgroup|CrossWorkgroup|Private|Function|Gener… string
116 "match": "\\b(1D|2D|3D|Cube|Rect|Buffer|SubpassData)\\b", string
120 "match": "\\b(None|ClampToEdge|Clamp|Repeat|RepeatMirrored)\\b", string
124 "match": "\\b(Nearest|Linear)\\b", string
128 …"match": "\\b(Unknown|Rgba32f|Rgba16f|R32f|Rgba8|Rgba8Snorm|Rg32f|Rg16f|R11fG11fB10f|R16f|Rgba16|R… string
132 …"match": "\\b(R|A|RG|RA|RGB|RGBA|BGRA|ARGB|Intensity|Luminance|Rx|RGx|RGBx|Depth|DepthStencil|sRGB… string
136 …"match": "\\b(SnormInt8|SnormInt16|UnormInt8|UnormInt16|UnormShort565|UnormShort555|UnormInt101010… string
140 "match": "\\b(RTE|RTZ|RTP|RTN)\\b", string
144 "match": "\\b(Export|Import)\\b", string
148 "match": "\\b(ReadOnly|WriteOnly|ReadWrite)\\b", string
152 "match": "\\b(Zext|Sext|ByVal|Sret|NoAlias|NoCapture|NoWrite|NoReadWrite)\\b", string
156 …"match": "\\b(RelaxedPrecision|SpecId|Block|BufferBlock|RowMajor|ColMajor|ArrayStride|MatrixStride… string
160 …"match": "\\b(Position|PointSize|ClipDistance|CullDistance|VertexId|InstanceId|PrimitiveId|Invocat… string
164 …"match": "\\b(CrossDevice|Device|Workgroup|Subgroup|Invocation|QueueFamily|QueueFamilyKHR|ShaderCa… string
168 …"match": "\\b(Reduce|InclusiveScan|ExclusiveScan|ClusteredReduce|PartitionedReduceNV|PartitionedIn… string
172 "match": "\\b(NoWait|WaitKernel|WaitWorkGroup)\\b", string
176 …"match": "\\b(Matrix|Shader|Geometry|Tessellation|Addresses|Linkage|Kernel|Vector16|Float16Buffer|… string
180 "match": "\\b(RayQueryCandidateIntersectionKHR|RayQueryCommittedIntersectionKHR)\\b", string
184 …"match": "\\b(RayQueryCommittedIntersectionNoneKHR|RayQueryCommittedIntersectionTriangleKHR|RayQue… string
188 "match": "\\b(RayQueryCandidateIntersectionTriangleKHR|RayQueryCandidateIntersectionAABBKHR)\\b", string
192 …"match": "\\b(FlagIsProtected|FlagIsPrivate|FlagIsPublic|FlagIsLocal|FlagIsDefinition|FlagFwdDecl|… string
196 "match": "\\b(Unspecified|Address|Boolean|Float|Signed|SignedChar|Unsigned|UnsignedChar)\\b", string
200 "match": "\\b(Class|Structure|Union)\\b", string
204 "match": "\\b(ConstType|VolatileType|RestrictType|AtomicType)\\b", string
208 "match": "\\b(Deref|Plus|Minus|PlusUconst|BitPiece|Swap|Xderef|StackValue|Constu|Fragment)\\b", string
212 "match": "\\b(ImportedModule|ImportedDeclaration)\\b", string
216 "match": "(Op[a-zA-Z]+)", string
220 …"match": "(Round|RoundEven|Trunc|FAbs|SAbs|FSign|SSign|Floor|Ceil|Fract|Radians|Degrees|Sin|Cos|Ta… string
224 "match": "%[a-zA-Z0-9_]+", string
228 "match": "\\b[0-9]+.?[0-9]*\\b", string
232 "match": ";[^\n]*", string
236 "match": "=", string
258 "match": "\\\\([0-7]{3}|[abfnrtv\\\\'\"]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})", string
261 "match": "\\\\[^0-7xuUabfnrtv\\'\"]", string