Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp241 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion… in InitializeSymbolTable() argument
268 builtInShaders[0] = builtIns.c_str(); in InitializeSymbolTable()
269 builtInLengths[0] = builtIns.size(); in InitializeSymbolTable()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9858 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation() argument
9866builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation()
9868builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()