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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/
H A Ddescription.c227 /* override VendorId, DeviceId and Description for unknown vendors */
234 if (drvid->VendorId == HW_VENDOR_INTEL ||
235 drvid->VendorId == HW_VENDOR_VMWARE ||
236 drvid->VendorId == HW_VENDOR_AMD ||
237 drvid->VendorId == HW_VENDOR_NVIDIA)
240 DBG("unknown vendor 0x4%x, emulating 0x4%x\n", drvid->VendorId, fallback_ven);
241 drvid->VendorId = fallback_ven;
248 switch (drvid->VendorId) {
277 switch (drvid->VendorId) {
H A Ddrm.c150 get_bus_info(fd, &drvid->VendorId, &drvid->DeviceId,
166 drvid->VendorId = fallback_cards[i].vendor_id;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/
H A Ddescription.c227 /* override VendorId, DeviceId and Description for unknown vendors */
234 if (drvid->VendorId == HW_VENDOR_INTEL ||
235 drvid->VendorId == HW_VENDOR_VMWARE ||
236 drvid->VendorId == HW_VENDOR_AMD ||
237 drvid->VendorId == HW_VENDOR_NVIDIA)
240 DBG("unknown vendor 0x4%x, emulating 0x4%x\n", drvid->VendorId, fallback_ven);
241 drvid->VendorId = fallback_ven;
248 switch (drvid->VendorId) {
277 switch (drvid->VendorId) {
H A Ddrm.c154 get_bus_info(fd, &drvid->VendorId, &drvid->DeviceId,
170 drvid->VendorId = fallback_cards[i].vendor_id;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_dxgi_screen.cpp138 screen->base.vendor_id = adapter_desc.VendorId;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_dump.c389 "VendorId: %x\n"
397 id->VendorId, id->DeviceId, id->SubSysId,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_dump.c389 "VendorId: %x\n"
397 id->VendorId, id->DeviceId, id->SubSysId,
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9types.h1295 DWORD VendorId; member in struct:_D3DADAPTER_IDENTIFIER9
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9types.h1295 DWORD VendorId; member in struct:_D3DADAPTER_IDENTIFIER9
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h958 ULONG32 VendorId [3 ]; member in struct:_CPU_INFORMATION::__anon46baecc30608
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h958 ULONG32 VendorId [3 ]; member in struct:_CPU_INFORMATION::__anon5998eb160608

Completed in 27 milliseconds