Searched refs:builtIns (Results 1 – 6 of 6) sorted by relevance
/external/dokka/core/src/main/kotlin/Analysis/ |
D | AnalysisEnvironment.kt | 149 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/ |
D | ShaderLang.cpp | 241 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/ |
D | ShaderLang.cpp | 241 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/ |
D | DocumentationBuilder.kt | 723 … defaultType.supertypes().any { it.constructor.declarationDescriptor == builtIns.throwable } in ClassDescriptor()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9861 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation() argument 9869 … builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation() 9871 …builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9861 … const auto findBuiltIns = [&](const TFunction& function, std::set<tInterstageIoData>& builtIns) { in addPatchConstantInvocation() argument 9869 … builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation() 9871 …builtIns.insert(HlslParseContext::tInterstageIoData(function[p].type->getQualifier().builtIn, stor… in addPatchConstantInvocation()
|