| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| device.cpp | 242 device::vendor_name() const { function in class:device
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| common_device_name.c | 129 const char * vendor_name; member in struct:pci_id_leaf 278 /* vendor_name may already be set from a previous invocation 281 if (vend->vendor_name == NULL) { 282 vend->vendor_name = strdup( & buf[ num_tabs + 6 ] ); 409 if ( vend->vendor_name == NULL ) { 414 return vend->vendor_name; 424 const char ** vendor_name, 439 if ( vendor_name != NULL ) { 440 *vendor_name = find_vendor_name( & temp );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| device.cpp | 408 device::vendor_name() const { function in class:device
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| platform_android.c | 1494 char *vendor_name = NULL; local 1503 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0) 1504 vendor_name = vendor_buf; 1526 if (vendor_name) { 1527 if (droid_filter_device(disp, dri2_dpy->fd, vendor_name)) { 1554 vendor_name ? "desired": "any");
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| platform_android.c | 1596 char *vendor_name = NULL; local 1605 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0) 1606 vendor_name = vendor_buf; 1628 if (vendor_name) { 1629 if (droid_filter_device(disp, dri2_dpy->fd, vendor_name)) { 1656 vendor_name ? "desired": "any");
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| modetest.c | 283 char *vendor_name = drmGetFormatModifierVendor(modifier); local 287 if (vendor_name) 289 vendor_name, "UNKNOWN_MODIFIER"); 294 free(vendor_name); 301 free(vendor_name); 306 vendor_name, modifier_name); 309 free(vendor_name);
|
| /xsrc/external/mit/libdrm/dist/ |
| xf86drm.c | 155 const char *vendor_name; member in struct:drmFormatModifierVendorInfo 5414 return strdup(drm_format_modifier_vendor_table[i].vendor_name);
|