Home
last modified time | relevance | path

Searched refs:acceptLiteral (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp220 if (! acceptLiteral(lod)) // should never fail, since we just looked for an integer in acceptSamplerState()
229 … if (! acceptLiteral(maxAnisotropy)) // should never fail, since we just looked for an integer in acceptSamplerState()
245 if (! acceptLiteral(lodBias)) { in acceptSamplerState()
873 if (! acceptLiteral(vecSize)) in acceptVectorTemplateType()
925 if (! acceptLiteral(rows)) in acceptMatrixTemplateType()
941 if (! acceptLiteral(cols)) in acceptMatrixTemplateType()
1026 if (! acceptLiteral(size)) in acceptTessellationPatchTemplateType()
1350 if (! acceptLiteral(msCount)) // should never fail, since we just found an integer in acceptTextureType()
3095 } else if (acceptLiteral(node)) { in acceptPostfixExpression()
3318 bool HlslGrammar::acceptLiteral(TIntermTyped*& node) in acceptLiteral() function in glslang::HlslGrammar
DhlslGrammar.h113 bool acceptLiteral(TIntermTyped*&);