Searched refs:linkType (Results 1 - 14 of 14) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 406 LinkageType getLinkType() const { return linkType; } in getLinkType() 421 LinkageType linkType; member in spv::Function 486 linkType(linkage) in Function() 504 if (linkType != LinkageTypeMax) { in Function()
|
H A D | SpvBuilder.h | 399 void addLinkageDecoration(Id id, const char* name, spv::LinkageType linkType); 423 Function* makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType,
|
H A D | SpvBuilder.cpp | 1976 void Builder::addLinkageDecoration(Id id, const char* name, spv::LinkageType linkType) { in addLinkageDecoration() argument 1981 dec->addImmediateOperand(linkType); in addLinkageDecoration() 2094 Function* Builder::makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType, in makeFunctionEntry() argument 2102 Function* function = new Function(funcId, returnType, typeId, firstParamId, linkType, name, module); in makeFunctionEntry() 2295 if (auto linkType = function->getLinkType(); linkType != LinkageTypeMax) { in enterFunction() 2298 addLinkageDecoration(funcId, function->getExportName(), linkType); in enterFunction()
|
H A D | GlslangToSpv.cpp | 4380 spv::LinkageType TGlslangToSpvTraverser::convertGlslangLinkageToSpv(glslang::TLinkType linkType) in convertGlslangLinkageToSpv() argument 4382 switch (linkType) { in convertGlslangLinkageToSpv()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 250 linkType(ELinkNone) in TFunction() 330 void setExport() { linkType = ELinkExport; } in setExport() 331 TLinkType getLinkType() const { return linkType; } in getLinkType() 354 TLinkType linkType; member in glslang::TFunction
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1330 void setExport() { linkType = ELinkExport; } in setExport() 1334 TLinkType linkType; member in glslang::TIntermMethod 1708 void setLinkType(TLinkType l) { linkType = l; } in setLinkType() 1709 TLinkType getLinkType() const { return linkType; } in getLinkType() 1721 TLinkType linkType = ELinkNone; member in glslang::TIntermAggregate
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 364 SkPDFLink::Type linkType = SkPDFLink::Type::kNone; in drawAnnotation() local 366 linkType = SkPDFLink::Type::kUrl; in drawAnnotation() 368 linkType = SkPDFLink::Type::kNamedDestination; in drawAnnotation() 371 if (linkType != SkPDFLink::Type::kNone) { in drawAnnotation() 373 linkType, value, transformedRect, fNodeId); in drawAnnotation()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 215 milliseconds