Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h122 bool acceptSwitchStatement(TIntermNode*&, const TAttributes&);
DhlslGrammar.cpp3465 return acceptSwitchStatement(statement, attributes); in acceptStatement()
3666 bool HlslGrammar::acceptSwitchStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptSwitchStatement() function in glslang::HlslGrammar