Searched refs:executeDeclaration (Results 1 – 2 of 2) sorted by relevance
247 TIntermNode* executeDeclaration(const TSourceLoc&, TVariable* variable);
8049 return executeDeclaration(loc, variable); in declareVariable()8126 TIntermNode* HlslParseContext::executeDeclaration(const TSourceLoc& loc, TVariable* variable) in executeDeclaration() function in glslang::HlslParseContext