Home
last modified time | relevance | path

Searched refs:linkType (Results 1 - 14 of 14) sorted by relevance

/third_party/glslang/SPIRV/
H A DspvIR.h406 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 DSpvBuilder.h399 void addLinkageDecoration(Id id, const char* name, spv::LinkageType linkType);
423 Function* makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType,
H A DSpvBuilder.cpp1976 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 DGlslangToSpv.cpp4380 spv::LinkageType TGlslangToSpvTraverser::convertGlslangLinkageToSpv(glslang::TLinkType linkType) in convertGlslangLinkageToSpv() argument
4382 switch (linkType) { in convertGlslangLinkageToSpv()
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h250 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 Dintermediate.h1330 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 DSkPDFDevice.cpp364 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 DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 215 milliseconds