Home
last modified time | relevance | path

Searched refs:VendorId (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddescription.c227 /* 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 Ddrm.c161 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 Ddzn_dxgi.c42 .vendor_id = dxgi_desc.VendorId, in dzn_enumerate_physical_devices_dxgi()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_win.cpp71 device.vendorId = desc.VendorId; in GetDevicesFromDXGI()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_dxgi_screen.cpp178 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 Drenderer9_utils.cpp693 !(!isWindowsVistaOrGreater() && IsAMD(adapterId.VendorId)); in GenerateCaps()
696 if (IsAMD(adapterId.VendorId)) in GenerateCaps()
H A DRenderer9.cpp2356 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 Dloader_version_tests.cpp115 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 Dloader_alloc_callback_tests.cpp990 desc1.VendorId = known_driver.vendor_id; in TEST()
H A Dloader_regression_tests.cpp4227 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 DAdapterD3D12.cpp80 mPCIInfo.vendorId = adapterDesc.VendorId; in InitializeImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRendererD3D.h64 UINT VendorId; member
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp172 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 Drenderer11_utils.cpp2399 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 DRenderer11.cpp628 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 Dhwcontext_d3d11va.c584 desc.VendorId, desc.DeviceId, desc.Description); in d3d11va_device_create()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp4592 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 Dvulkan_enums.hpp1473 enum class VendorId class in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_dump.c390 "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 Dd3d9types.h1295 DWORD VendorId; member
/third_party/vulkan-loader/loader/
H A Dloader_windows.c500 if (description.VendorId == known_drivers[i].vendor_id) { in windows_get_registry_files()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp1946 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 Ddbghelp.h958 ULONG32 VendorId [3 ]; member

Completed in 275 milliseconds