Home
last modified time | relevance | path

Searched refs:VendorName (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h49 StringRef VendorName,
106 uint32_t Stepping, StringRef VendorName,
153 uint32_t Stepping, StringRef VendorName,
DAMDGPUTargetStreamer.cpp187 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
191 ",\"" << VendorName << "\",\"" << ArchName << "\"\n"; in EmitDirectiveHSACodeObjectISA()
470 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
472 uint16_t VendorNameSize = VendorName.size() + 1; in EmitDirectiveHSACodeObjectISA()
486 OS.EmitBytes(VendorName); in EmitDirectiveHSACodeObjectISA()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp20 std::string VendorName(VendorID vendor) in VendorName() function
300 std::cout << " " << i << " - " << VendorName(gpu.vendorId) << " device id: 0x" << std::hex in PrintSystemInfo()
DSystemInfo.h133 std::string VendorName(VendorID vendor);
/third_party/zlib/qnx/
Dpackage.qpg48 <QPM:VendorName>Public</QPM:VendorName>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp634 const char *VendorName = reinterpret_cast<const char*>(Data + Offset); in ParseSubsection() local
635 size_t VendorNameLength = std::strlen(VendorName); in ParseSubsection()
640 SW->printString("Vendor", StringRef(VendorName, VendorNameLength)); in ParseSubsection()
643 if (StringRef(VendorName, VendorNameLength).lower() != "aeabi") { in ParseSubsection()
DTriple.cpp464 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument
465 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDisplayPowerPreferenceTest.cpp55 if (rendererString.find(VendorName(mSystemInfo.gpus[i].vendorId)) != std::string::npos) in findActiveGPU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3990 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local
4020 VendorName = getLexer().getTok().getStringContents(); in ParseDirectiveHSACodeObjectISA()
4034 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()