Home
last modified time | relevance | path

Searched refs:EHTokLeftAngle (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp863 if (! acceptTokenClass(EHTokLeftAngle)) { in acceptVectorTemplateType()
915 if (! acceptTokenClass(EHTokLeftAngle)) { in acceptMatrixTemplateType()
1023 if (! acceptTokenClass(EHTokLeftAngle)) in acceptTessellationPatchTemplateType()
1067 if (! acceptTokenClass(EHTokLeftAngle)) in acceptStreamOutTemplateType()
1091 if (! acceptTokenClass(EHTokLeftAngle)) in acceptAnnotations()
1141 if (acceptTokenClass(EHTokLeftAngle)) { in acceptSubpassInputType()
1322 if (acceptTokenClass(EHTokLeftAngle)) { in acceptTextureType()
2211 if (! acceptTokenClass(EHTokLeftAngle)) { in acceptConstantBufferType()
2252 if (! acceptTokenClass(EHTokLeftAngle)) { in acceptTextureBufferType()
2333 if (! acceptTokenClass(EHTokLeftAngle)) { in acceptStructBufferType()
[all …]
DhlslOpMap.cpp80 case EHTokLeftAngle: return EOpLessThan; in binary()
DhlslTokens.h364 EHTokLeftAngle, enumerator
DhlslScanContext.cpp508 case '<': return EHTokLeftAngle; in tokenizeClass()