Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Analysis/
DAnalysisEnvironment.kt149 val builtIns = JvmBuiltIns( in <lambda>() constant
179 override fun builtInsForModule(module: ModuleInfo): KotlinBuiltIns = builtIns in <lambda>()
217 builtIns.initialize(moduleDescriptor, true) in <lambda>()
/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/glslang/src/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()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt723 … defaultType.supertypes().any { it.constructor.declarationDescriptor == builtIns.throwable } in ClassDescriptor()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp9861 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation() argument
9869builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation()
9871builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp9861 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation() argument
9869builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation()
9871builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()