Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h247 TIntermNode* executeDeclaration(const TSourceLoc&, TVariable* variable);
DhlslParseHelper.cpp8049 return executeDeclaration(loc, variable); in declareVariable()
8126 TIntermNode* HlslParseContext::executeDeclaration(const TSourceLoc& loc, TVariable* variable) in executeDeclaration() function in glslang::HlslParseContext