Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h110 bool acceptConstructor(TIntermTyped*&);
DhlslGrammar.cpp3097 } else if (acceptConstructor(node)) { in acceptPostfixExpression()
3206 bool HlslGrammar::acceptConstructor(TIntermTyped*& node) in acceptConstructor() function in glslang::HlslGrammar