/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
H A D | description.c | 227 /* override VendorId, DeviceId and Description for unknown vendors */ 234 if (drvid->VendorId == HW_VENDOR_INTEL || in d3d_match_vendor_id() 235 drvid->VendorId == HW_VENDOR_VMWARE || in d3d_match_vendor_id() 236 drvid->VendorId == HW_VENDOR_AMD || in d3d_match_vendor_id() 237 drvid->VendorId == HW_VENDOR_NVIDIA) in d3d_match_vendor_id() 240 DBG("unknown vendor 0x4%x, emulating 0x4%x\n", drvid->VendorId, fallback_ven); in d3d_match_vendor_id() 241 drvid->VendorId = fallback_ven; in d3d_match_vendor_id() 248 switch (drvid->VendorId) { in d3d_fill_driver_version() 277 switch (drvid->VendorId) { in d3d_fill_cardname()
|
H A D | drm.c | 161 get_bus_info(fd, &drvid->VendorId, &drvid->DeviceId, in read_descriptor() 177 drvid->VendorId = fallback_cards[i].vendor_id; in read_descriptor()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_dxgi.c | 42 .vendor_id = dxgi_desc.VendorId, in dzn_enumerate_physical_devices_dxgi()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_win.cpp | 71 device.vendorId = desc.VendorId; in GetDevicesFromDXGI()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_dxgi_screen.cpp | 178 screen->base.vendor_id = adapter_desc.VendorId; in d3d12_init_dxgi_screen()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | renderer9_utils.cpp | 693 !(!isWindowsVistaOrGreater() && IsAMD(adapterId.VendorId)); in GenerateCaps() 696 if (IsAMD(adapterId.VendorId)) in GenerateCaps()
|
H A D | Renderer9.cpp | 2356 return static_cast<VendorID>(mAdapterIdentifier.VendorId); in getVendorId() 2384 deviceIdentifier.VendorId = static_cast<UINT>(mAdapterIdentifier.VendorId); in getAdapterIdentifier()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 115 desc1.VendorId = known_driver.vendor_id; in TEST() 146 desc1.VendorId = known_driver.vendor_id; in TEST() 219 desc1.VendorId = known_driver.vendor_id; in TEST() 269 desc1.VendorId = known_driver.vendor_id; in TEST() 514 desc1.VendorId = known_driver.vendor_id; in TEST()
|
H A D | loader_alloc_callback_tests.cpp | 990 desc1.VendorId = known_driver.vendor_id; in TEST()
|
H A D | loader_regression_tests.cpp | 4227 desc.VendorId = known_driver_list.at(vendor_id).vendor_id; in add_dxgi_adapter()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | AdapterD3D12.cpp | 80 mPCIInfo.vendorId = adapterDesc.VendorId; in InitializeImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | RendererD3D.h | 64 UINT VendorId; member
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCaps.cpp | 172 this->initShaderCaps(adapterDesc.VendorId, optionsDesc); in init() 178 this->applyDriverCorrectnessWorkarounds(adapterDesc.VendorId); in init() 733 //if (kImagination_D3DVendor == adapterDesc.VendorId) { in initSampleCounts() 737 //if (kIntel_D3DVendor == adapterDesc.VendorId) { in initSampleCounts()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 2399 bool isNvidia = IsNvidia(adapterDesc.VendorId); in InitializeFeatures() 2400 bool isIntel = IsIntel(adapterDesc.VendorId); in InitializeFeatures() 2405 bool isAMD = IsAMD(adapterDesc.VendorId); in InitializeFeatures()
|
H A D | Renderer11.cpp | 628 mAdapterDescription.VendorId = adapterDesc2.VendorId; in initialize() 2288 deviceIdentifier.VendorId = mAdapterDescription.VendorId; in getAdapterIdentifier() 4330 return GetVendorString(mAdapterDescription.VendorId); in getVendorString()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_d3d11va.c | 584 desc.VendorId, desc.DeviceId, desc.Description); in d3d11va_device_create()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_to_string.hpp | 4592 VULKAN_HPP_INLINE std::string to_string( VendorId value ) in to_string() 4596 case VendorId::eVIV: return "VIV"; in to_string() 4597 case VendorId::eVSI: return "VSI"; in to_string() 4598 case VendorId::eKazan: return "Kazan"; in to_string() 4599 case VendorId::eCodeplay: return "Codeplay"; in to_string() 4600 case VendorId::eMESA: return "MESA"; in to_string() 4601 case VendorId::ePocl: return "Pocl"; in to_string() 4602 case VendorId::eMobileye: return "Mobileye"; in to_string()
|
H A D | vulkan_enums.hpp | 1473 enum class VendorId class in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_dump.c | 390 "VendorId: %x\n" in nine_dump_D3DADAPTER_IDENTIFIER9() 398 id->VendorId, id->DeviceId, id->SubSysId, in nine_dump_D3DADAPTER_IDENTIFIER9()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 1295 DWORD VendorId; member
|
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 500 if (description.VendorId == known_drivers[i].vendor_id) { in windows_get_registry_files()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_enums.hpp | 1946 enum class VendorId class in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType 1956 VULKAN_HPP_INLINE std::string to_string( VendorId value ) in to_string() 1960 case VendorId::eVIV: return "VIV"; in to_string() 1961 case VendorId::eVSI: return "VSI"; in to_string() 1962 case VendorId::eKazan: return "Kazan"; in to_string() 1963 case VendorId::eCodeplay: return "Codeplay"; in to_string() 1964 case VendorId::eMESA: return "MESA"; in to_string() 1965 case VendorId::ePocl: return "Pocl"; in to_string()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | dbghelp.h | 958 ULONG32 VendorId [3 ]; member
|