Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp234 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion… in InitializeSymbolTable() argument
261 builtInShaders[0] = builtIns.c_str(); in InitializeSymbolTable()
262 builtInLengths[0] = builtIns.size(); in InitializeSymbolTable()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9552 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation() argument
9560builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation()
9562builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()