Home
last modified time | relevance | path

Searched refs:isExternal (Results 1 – 25 of 40) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkTexture.cpp46 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture() argument
50 isExternal ? GrTextureType::kExternal : GrTextureType::k2D, mipMapsStatus) in GrVkTexture()
126 bool isExternal = info.fYcbcrConversionInfo.isValid() && in MakeWrappedTexture() local
130 isExternal)); in MakeWrappedTexture()
DGrVkTexture.h85 GrIOType, bool isExternal);
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.cc124 VCMGenericDecoder::VCMGenericDecoder(VideoDecoder* decoder, bool isExternal) in VCMGenericDecoder() argument
130 _isExternal(isExternal), in VCMGenericDecoder()
Dgeneric_decoder.h66 explicit VCMGenericDecoder(VideoDecoder* decoder, bool isExternal = false);
/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h82 bool isExternal() const { in isExternal() function
153 bool getSuppressMangling() const final { return isExternal() && IsProto; } in getSuppressMangling()
480 return isExternal() && !hasInitializer(); in getSuppressMangling()
DIceConverter.cpp879 if (IceFunc->isExternal()) in installGlobalDeclarations()
903 if (Var->isExternal()) in installGlobalDeclarations()
/external/llvm/lib/MC/
DMachObjectWriter.cpp358 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
539 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
565 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
959 if (it->Symbol->isDefined() && !it->Symbol->isExternal()) { in writeObject()
DWinCOFFObjectWriter.cpp345 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue()
425 bool IsExternal = Symbol.isExternal() || in DefineSymbol()
637 if (!Sym.isExternal()) in isWeak()
DMCMachOStreamer.cpp175 if (Symbol->isExternal()) in EmitEHSymAttributes()
DELFObjectWriter.cpp358 if (Sym.isCommon() && Sym.isExternal()) in SymbolValue()
408 Alias.setExternal(Symbol.isExternal()); in executePostLayoutBinding()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp375 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
556 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
582 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
993 if (it->Symbol->isDefined() && !it->Symbol->isExternal()) { in writeObject()
DMCMachOStreamer.cpp174 if (Symbol->isExternal()) in EmitEHSymAttributes()
DWinCOFFObjectWriter.cpp321 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue()
401 bool IsExternal = MCSym.isExternal() || in DefineSymbol()
DELFObjectWriter.cpp465 if (Sym.isCommon() && Sym.isExternal()) in SymbolValue()
1255 Alias->setExternal(Symbol.isExternal()); in executePostLayoutBinding()
/external/llvm/include/llvm/Object/
DCOFF.h356 bool isExternal() const { in isExternal() function
361 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
366 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
375 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h393 bool isExternal() const { return IsExternal; } in isExternal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h375 bool isExternal() const { in isExternal() function
380 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
385 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
394 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/external/llvm/include/llvm/MC/
DMCSymbol.h386 bool isExternal() const { return IsExternal; } in isExternal() function
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp267 if (Expr && Expr->getSymbol().isExternal()) in getMachineOpValue()
/external/angle/third_party/glslang/src/glslang/Include/
DTypes.h94 bool isExternal() const { return false; } in isExternal() function
125 bool isExternal() const { return external; } in isExternal() function
225 isExternal() == right.isExternal() &&
272 if (isExternal()) { in getString()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h94 bool isExternal() const { return false; } in isExternal() function
125 bool isExternal() const { return external; } in isExternal() function
225 isExternal() == right.isExternal() &&
272 if (isExternal()) { in getString()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DSymbolTable.cpp102 if (sampler.isExternal()) in buildMangledName()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp102 if (sampler.isExternal()) in buildMangledName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp410 Type = A->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF in recordScatteredRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp410 Type = A->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF in recordScatteredRelocation()

12