Home
last modified time | relevance | path

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

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