Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h123 bool acceptIterationStatement(TIntermNode*&, const TAttributes&);
DhlslGrammar.cpp3470 return acceptIterationStatement(statement, attributes); in acceptStatement()
3705 bool HlslGrammar::acceptIterationStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptIterationStatement() function in glslang::HlslGrammar