Lines Matching +defs:string +defs:match
59 …"match": "\\b(None|Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample|MinLod|MakeTexelAvailable|… string
63 …"match": "\\b(None|NotNaN|NotInf|NSZ|AllowRecip|Fast|AllowContractFastINTEL|AllowReassocINTEL)\\b", string
67 "match": "\\b(None|Flatten|DontFlatten)\\b", string
71 …"match": "\\b(None|Unroll|DontUnroll|DependencyInfinite|DependencyLength|MinIterations|MaxIteratio… string
75 "match": "\\b(None|Inline|DontInline|Pure|Const)\\b", string
79 …"match": "\\b(Relaxed|None|Acquire|Release|AcquireRelease|SequentiallyConsistent|UniformMemory|Sub… string
83 …"match": "\\b(None|Volatile|Aligned|Nontemporal|MakePointerAvailable|MakePointerAvailableKHR|MakeP… string
87 "match": "\\b(None|CmdExecTime)\\b", string
91 …"match": "\\b(NoneKHR|OpaqueKHR|NoOpaqueKHR|TerminateOnFirstHitKHR|SkipClosestHitShaderKHR|CullBac… string
95 "match": "\\b(Vertical2Pixels|Vertical4Pixels|Horizontal2Pixels|Horizontal4Pixels)\\b", string
99 "match": "\\b(Unknown|ESSL|GLSL|OpenCL_C|OpenCL_CPP|HLSL)\\b", string
103 …"match": "\\b(Vertex|TessellationControl|TessellationEvaluation|Geometry|Fragment|GLCompute|Kernel… string
107 …"match": "\\b(Logical|Physical32|Physical64|PhysicalStorageBuffer64|PhysicalStorageBuffer64EXT)\\b… string
111 "match": "\\b(Simple|GLSL450|OpenCL|Vulkan|VulkanKHR)\\b", string
115 …"match": "\\b(Invocations|SpacingEqual|SpacingFractionalEven|SpacingFractionalOdd|VertexOrderCw|Ve… string
119 …"match": "\\b(UniformConstant|Input|Uniform|Output|Workgroup|CrossWorkgroup|Private|Function|Gener… string
123 "match": "\\b(1D|2D|3D|Cube|Rect|Buffer|SubpassData)\\b", string
127 "match": "\\b(None|ClampToEdge|Clamp|Repeat|RepeatMirrored)\\b", string
131 "match": "\\b(Nearest|Linear)\\b", string
135 …"match": "\\b(Unknown|Rgba32f|Rgba16f|R32f|Rgba8|Rgba8Snorm|Rg32f|Rg16f|R11fG11fB10f|R16f|Rgba16|R… string
139 …"match": "\\b(R|A|RG|RA|RGB|RGBA|BGRA|ARGB|Intensity|Luminance|Rx|RGx|RGBx|Depth|DepthStencil|sRGB… string
143 …"match": "\\b(SnormInt8|SnormInt16|UnormInt8|UnormInt16|UnormShort565|UnormShort555|UnormInt101010… string
147 "match": "\\b(RTE|RTZ|RTP|RTN)\\b", string
151 "match": "\\b(Preserve|FlushToZero)\\b", string
155 "match": "\\b(IEEE|ALT)\\b", string
159 "match": "\\b(Export|Import)\\b", string
163 "match": "\\b(ReadOnly|WriteOnly|ReadWrite)\\b", string
167 "match": "\\b(Zext|Sext|ByVal|Sret|NoAlias|NoCapture|NoWrite|NoReadWrite)\\b", string
171 …"match": "\\b(RelaxedPrecision|SpecId|Block|BufferBlock|RowMajor|ColMajor|ArrayStride|MatrixStride… string
175 …"match": "\\b(Position|PointSize|ClipDistance|CullDistance|VertexId|InstanceId|PrimitiveId|Invocat… string
179 …"match": "\\b(CrossDevice|Device|Workgroup|Subgroup|Invocation|QueueFamily|QueueFamilyKHR|ShaderCa… string
183 …"match": "\\b(Reduce|InclusiveScan|ExclusiveScan|ClusteredReduce|PartitionedReduceNV|PartitionedIn… string
187 "match": "\\b(NoWait|WaitKernel|WaitWorkGroup)\\b", string
191 …"match": "\\b(Matrix|Shader|Geometry|Tessellation|Addresses|Linkage|Kernel|Vector16|Float16Buffer|… string
195 "match": "\\b(RayQueryCandidateIntersectionKHR|RayQueryCommittedIntersectionKHR)\\b", string
199 …"match": "\\b(RayQueryCommittedIntersectionNoneKHR|RayQueryCommittedIntersectionTriangleKHR|RayQue… string
203 "match": "\\b(RayQueryCandidateIntersectionTriangleKHR|RayQueryCandidateIntersectionAABBKHR)\\b", string
207 …"match": "\\b(None|FlagIsProtected|FlagIsPrivate|FlagIsPublic|FlagIsLocal|FlagIsDefinition|FlagFwd… string
211 "match": "\\b(Unspecified|Address|Boolean|Float|Signed|SignedChar|Unsigned|UnsignedChar)\\b", string
215 "match": "\\b(Class|Structure|Union)\\b", string
219 "match": "\\b(ConstType|VolatileType|RestrictType|AtomicType)\\b", string
223 "match": "\\b(Deref|Plus|Minus|PlusUconst|BitPiece|Swap|Xderef|StackValue|Constu|Fragment)\\b", string
227 "match": "\\b(ImportedModule|ImportedDeclaration)\\b", string
231 "match": "(Op[a-zA-Z]+)", string
235 …"match": "(Round|RoundEven|Trunc|FAbs|SAbs|FSign|SSign|Floor|Ceil|Fract|Radians|Degrees|Sin|Cos|Ta… string
239 "match": "%[a-zA-Z0-9_]+", string
243 "match": "\\b[0-9]+.?[0-9]*\\b", string
247 "match": ";[^\n]*", string
251 "match": "=", string
254 "string": { object
273 "match": "\\\\([0-7]{3}|[abfnrtv\\\\'\"]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})", string
276 "match": "\\\\[^0-7xuUabfnrtv\\'\"]", string