Home
last modified time | relevance | path

Searched defs:Vendor (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp29 struct Vendor { struct
30 const char* vendorName;
31 uint32_t vendorId;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp103 void ARMTargetStreamer::switchVendor(StringRef Vendor) {} in switchVendor()
DARMELFStreamer.cpp175 void ARMTargetAsmStreamer::switchVendor(StringRef Vendor) {} in switchVendor()
759 void ARMTargetELFStreamer::switchVendor(StringRef Vendor) { in switchVendor()
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_cl_enums.json6 "Vendor": "CL_PLATFORM_VENDOR", string
58 "Vendor": "CL_DEVICE_VENDOR", string
DPackedCLEnums_autogen.h125 Vendor = 44, enumerator
401 Vendor = 3, enumerator
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DInstancingTest.cpp30 enum Vendor enum
/third_party/skia/third_party/externals/angle2/scripts/extension_data/
Dswiftshader_win10_gles1.json2 "Vendor": "Google Inc. (Google)", string
Dpixel_4_android_11.json2 "Vendor": "Google Inc. (Qualcomm)", string
Dswiftshader_win10.json2 "Vendor": "Google Inc. (Google)", string
Dnvidia_p400_linux.json2 "Vendor": "Google Inc. (NVIDIA)", string
Dintel_630_win10.json2 "Vendor": "Google Inc. (Intel)", string
Dintel_630_linux.json2 "Vendor": "Google Inc. (Intel)", string
Dnvidia_p400_win10.json2 "Vendor": "Google Inc. (NVIDIA)", string
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp424 const char *Vendor = getPALMetadata()->getVendor(); in finish() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp815 VendorType Vendor = UnknownVendor; in normalize() local
DHost.cpp1127 unsigned MaxLeaf, Vendor; in getHostCPUName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h242 VendorType Vendor; variable