Lines Matching defs:match

23 			"match": "\\b[0-9]+\\.[0-9]*(F|f)?\\b"  string
27 "match": "(\\.([0-9]+)(F|f)?)\\b" string
31 "match": "\\b([0-9]+(F|f)?)\\b" string
35 "match": "\\b(0(x|X)[0-9a-fA-F]+)\\b" string
39 "match": "\\b(false|true)\\b" string
43 "match": "^\\s*#\\s*(define|elif|else|endif|ifdef|ifndef|if|undef|include|line|error|pragma)" string
47 "match": "\\b(break|case|continue|default|discard|do|else|for|if|return|switch|while)\\b" string
51 "match": "\\b(compile)\\b" string
55 "match": "\\b(typedef)\\b" string
59 …"match": "\\b(bool([1-4](x[1-4])?)?|double([1-4](x[1-4])?)?|dword|float([1-4](x[1-4])?)?|half([1-4… string
63 "match": "\\b([a-zA-Z_][a-zA-Z0-9_]*)(?=[\\s]*\\()" string
67 …"match": "(?<=\\:\\s|\\:)(?i:BINORMAL[0-9]*|BLENDINDICES[0-9]*|BLENDWEIGHT[0-9]*|COLOR[0-9]*|NORMA… string
71 …"match": "(?<=\\:\\s|\\:)(?i:SV_ClipDistance[0-9]*|SV_CullDistance[0-9]*|SV_Coverage|SV_Depth|SV_D… string
75 …"match": "(?<=\\:\\s|\\:)(?i:SV_DispatchThreadID|SV_DomainLocation|SV_GroupID|SV_GroupIndex|SV_Gro… string
79 "match": "(?<=\\:\\s|\\:)(?i:SV_InnerCoverage|SV_StencilRef)\\b" string
83 …"match": "\\b(column_major|const|export|extern|globallycoherent|groupshared|inline|inout|in|out|pr… string
87 "match": "\\b(snorm|unorm)\\b" string
91 "match": "\\b(packoffset|register)\\b" string
95 "match": "\\b(centroid|linear|nointerpolation|noperspective|sample)\\b" string
99 "match": "\\b(lineadj|line|point|triangle|triangleadj)\\b" string
103 "match": "\\b(string)\\b" string
107 …"match": "\\b(AppendStructuredBuffer|Buffer|ByteAddressBuffer|ConstantBuffer|ConsumeStructuredBuff… string
111 …"match": "\\b(RasterizerOrderedBuffer|RasterizerOrderedByteAddressBuffer|RasterizerOrderedStructur… string
115 …"match": "\\b(RWBuffer|RWByteAddressBuffer|RWStructuredBuffer|RWTexture1D|RWTexture1DArray|RWTextu… string
119 "match": "\\b(LineStream|PointStream|TriangleStream)\\b" string
123 "match": "\\b(sampler|sampler1D|sampler2D|sampler3D|samplerCUBE|sampler_state)\\b" string
127 "match": "\\b(SamplerState|SamplerComparisonState)\\b" string
131 "match": "\\b(texture2D|textureCUBE)\\b" string
135 …"match": "\\b(Texture1D|Texture1DArray|Texture2D|Texture2DArray|Texture2DMS|Texture2DMSArray|Textu… string
139 "match": "\\b(cbuffer|class|interface|namespace|struct|tbuffer)\\b" string
143 "match": "\\b(FALSE|TRUE|NULL)\\b" string
147 "match": "\\b(BlendState|DepthStencilState|RasterizerState)\\b" string
151 "match": "\\b(technique|Technique|technique10|technique11|pass)\\b" string
155 …"match": "\\b(AlphaToCoverageEnable|BlendEnable|SrcBlend|DestBlend|BlendOp|SrcBlendAlpha|DestBlend… string
159 …"match": "\\b(DepthEnable|DepthWriteMask|DepthFunc|StencilEnable|StencilReadMask|StencilWriteMask|… string
163 …"match": "\\b(FillMode|CullMode|FrontCounterClockwise|DepthBias|DepthBiasClamp|SlopeScaleDepthBias… string
167 …"match": "\\b(Filter|AddressU|AddressV|AddressW|MipLODBias|MaxAnisotropy|ComparisonFunc|BorderColo… string
171 …"match": "\\b(?i:ZERO|ONE|SRC_COLOR|INV_SRC_COLOR|SRC_ALPHA|INV_SRC_ALPHA|DEST_ALPHA|INV_DEST_ALPH… string
175 "match": "\\b(?i:ADD|SUBTRACT|REV_SUBTRACT|MIN|MAX)\\b" string
179 "match": "\\b(?i:ALL)\\b" string
183 "match": "\\b(?i:NEVER|LESS|EQUAL|LESS_EQUAL|GREATER|NOT_EQUAL|GREATER_EQUAL|ALWAYS)\\b" string
187 "match": "\\b(?i:KEEP|REPLACE|INCR_SAT|DECR_SAT|INVERT|INCR|DECR)\\b" string
191 "match": "\\b(?i:WIREFRAME|SOLID)\\b" string
195 "match": "\\b(?i:NONE|FRONT|BACK)\\b" string
199 …"match": "\\b(?i:MIN_MAG_MIP_POINT|MIN_MAG_POINT_MIP_LINEAR|MIN_POINT_MAG_LINEAR_MIP_POINT|MIN_POI… string
203 "match": "\\b(?i:WRAP|MIRROR|CLAMP|BORDER|MIRROR_ONCE)\\b" string
212 "match": "\\\\." string