Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h121 bool acceptSelectionStatement(TIntermNode*&, const TAttributes&);
DhlslGrammar.cpp3462 return acceptSelectionStatement(statement, attributes); in acceptStatement()
3613 bool HlslGrammar::acceptSelectionStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptSelectionStatement() function in glslang::HlslGrammar