/third_party/vulkan-loader/tests/framework/icd/ |
D | physical_device.h | 35 PhysicalDevice(std::string name) : deviceName(name) {} in PhysicalDevice() 36 PhysicalDevice(const char* name) : deviceName(name) {} in PhysicalDevice() 37 PhysicalDevice(std::string name, uint32_t bus) : deviceName(name), pci_bus(bus) {} in PhysicalDevice() 38 PhysicalDevice(const char* name, uint32_t bus) : deviceName(name), pci_bus(bus) {} in PhysicalDevice() 40 BUILDER_VALUE(PhysicalDevice, std::string, deviceName, "")
|
D | test_icd.cpp | 807 …size_t max_len = (phys_dev.deviceName.length() > VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) ? VK_MAX_PHYSIC… in test_vkGetPhysicalDeviceProperties() 808 … : phys_dev.deviceName.length(); in test_vkGetPhysicalDeviceProperties() 809 …std::copy(phys_dev.deviceName.c_str(), phys_dev.deviceName.c_str() + max_len, pProperties->deviceN… in test_vkGetPhysicalDeviceProperties() 810 pProperties->deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE - 1] = '\0'; in test_vkGetPhysicalDeviceProperties()
|
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/ |
D | AudioDeviceAdapter.java | 50 TextView deviceName = rowView.findViewById(R.id.device_name); in getDropDownView() local 52 deviceName.setText(deviceInfo.getName()); in getDropDownView()
|
D | AudioDeviceListEntry.java | 35 public AudioDeviceListEntry(int deviceId, String deviceName){ in AudioDeviceListEntry() argument 37 mName = deviceName; in AudioDeviceListEntry()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/ |
D | AudioDeviceAdapter.java | 52 TextView deviceName = (TextView) rowView.findViewById(R.id.device_name); in getDropDownView() local 54 deviceName.setText(deviceInfo.getName()); in getDropDownView()
|
D | AudioDeviceListEntry.java | 35 public AudioDeviceListEntry(int deviceId, String deviceName){ in AudioDeviceListEntry() argument 37 mName = deviceName; in AudioDeviceListEntry()
|
/third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
D | vulkan_icd.cpp | 82 (strcmp(deviceProperties.deviceName, kMockDeviceName) == 0)); in GetFilterForICD() 88 (strncmp(deviceProperties.deviceName, kSwiftShaderDeviceName, in GetFilterForICD() 95 return (anglePreferredDevice == deviceProperties.deviceName); in GetFilterForICD()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 431 char deviceName[30]; in initialize() local 435 snprintf(deviceName, sizeof(deviceName), "/dev/dri/card%d", i); in initialize() 436 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize() 452 snprintf(deviceName, sizeof(deviceName), "/dev/dri/renderD%d", i); in initialize() 453 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize()
|
/third_party/vulkan-loader/tests/ |
D | loader_regression_tests.cpp | 2528 ASSERT_EQ(true, !strcmp("pd3", props.deviceName)); in TEST() 2534 ASSERT_EQ(true, !strcmp("pd4", props.deviceName)); in TEST() 2540 ASSERT_EQ(true, !strcmp("pd0", props.deviceName)); in TEST() 2546 ASSERT_EQ(true, !strcmp("pd1", props.deviceName)); in TEST() 2552 ASSERT_EQ(true, !strcmp("pd5", props.deviceName)); in TEST() 2558 ASSERT_EQ(true, !strcmp("pd2", props.deviceName)); in TEST() 2639 ASSERT_EQ(true, !strcmp("pd3", props.deviceName)); in TEST() 2646 ASSERT_EQ(true, !strcmp("pd4", props.deviceName)); in TEST() 2653 ASSERT_EQ(true, !strcmp("pd0", props.deviceName)); in TEST() 2660 ASSERT_EQ(true, !strcmp("pd1", props.deviceName)); in TEST() [all …]
|
D | loader_layer_tests.cpp | 2947 …strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.leng… in TEST() 2949 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 2984 if (string_eq(props.deviceName, "physdev_added_xx")) { in TEST() 3026 …strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.leng… in TEST() 3028 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 3078 …strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.leng… in TEST() 3080 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 3130 …strncpy_s(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, dev_name.c_str(), dev_name.leng… in TEST() 3132 strncpy(properties.deviceName, dev_name.c_str(), VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in TEST() 3160 if (string_eq(props.deviceName, "physdev_added_xx")) { in TEST() [all …]
|
D | loader_version_tests.cpp | 249 std::string dev_name = props.deviceName; in TEST() 305 std::string dev_name = props.deviceName; in TEST() 328 …ar_array("dev0", env.get_test_icd(0).physical_devices.at(0).properties.deviceName, VK_MAX_EXTENSIO… in TEST() 329 …ar_array("dev1", env.get_test_icd(1).physical_devices.at(0).properties.deviceName, VK_MAX_EXTENSIO… in TEST() 330 …ar_array("dev2", env.get_test_icd(2).physical_devices.at(0).properties.deviceName, VK_MAX_EXTENSIO… in TEST()
|
/third_party/vulkan-loader/loader/ |
D | loader_windows.c | 268 … for (wchar_t *deviceName = pDeviceNames; *deviceName; deviceName += wcslen(deviceName) + 1) { in windows_get_device_registry_files() local 269 CONFIGRET status = CM_Locate_DevNodeW(&devID, deviceName, CM_LOCATE_DEVNODE_NORMAL); in windows_get_device_registry_files() 272 … "windows_get_device_registry_files: failed to open DevNode %ls", deviceName); in windows_get_device_registry_files() 280 … "windows_get_device_registry_files: failed to probe device status %ls", deviceName); in windows_get_device_registry_files() 285 … "windows_get_device_registry_files: device %ls is pending reboot, skipping ...", deviceName); in windows_get_device_registry_files() 290 deviceName); in windows_get_device_registry_files()
|
D | loader_linux.c | 265 …strncpy(sorted_device_info[index].device_name, dev_props.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_S… in linux_read_sorted_physical_devices() 368 … strncpy(sorted_group_term[group].internal_device_info[gpu].device_name, dev_props.deviceName, in linux_sort_physical_device_groups()
|
/third_party/mesa3d/src/glx/ |
D | dri2.c | 269 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) in DRI2Connect() argument 320 *deviceName = malloc(rep.deviceNameLength + 1); in DRI2Connect() 321 if (*deviceName == NULL) { in DRI2Connect() 328 _XReadPad(dpy, *deviceName, rep.deviceNameLength); in DRI2Connect() 329 (*deviceName)[rep.deviceNameLength] = '\0'; in DRI2Connect()
|
D | dri2.h | 59 char **driverName, char **deviceName);
|
D | dri2_glx.c | 1054 char *driverName = NULL, *loader_driverName, *deviceName, *tmp; in dri2CreateScreen() local 1070 &driverName, &deviceName)) { in dri2CreateScreen() 1077 psc->fd = loader_open_device(deviceName); in dri2CreateScreen() 1079 ErrorMessageF("failed to open %s: %s\n", deviceName, strerror(errno)); in dri2CreateScreen() 1213 free(deviceName); in dri2CreateScreen() 1239 free(deviceName); in dri2CreateScreen()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 598 const char *deviceName; member 665 else if (device && (!data->deviceName || in parseDeviceAttr() 666 strcmp(device, data->deviceName))) in parseDeviceAttr() 1190 const char *deviceName, in driParseConfigFiles() argument 1201 userData.deviceName = deviceName; in driParseConfigFiles()
|
D | xmlconfig.h | 142 const char *deviceName,
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 399 inline bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument 407 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.cpp | 100 bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument 107 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avfdeviceprovider.m | 104 const gchar *deviceName = [[device localizedName] UTF8String]; 105 …GstDevice *gst_device = gst_avf_device_new (deviceName, i, caps, GST_AVF_DEVICE_TYPE_VIDEO_SOURCE,…
|
D | avfvideosrc.m | 166 const gchar *deviceName; field 208 @property const gchar *deviceName; property 296 @synthesize deviceIndex, deviceName, position, orientation, deviceType, doStats, 312 deviceName = NULL; 374 deviceName = [[device localizedName] UTF8String]; 375 GST_INFO ("Opening '%s'", deviceName); 1402 g_value_set_string (value, impl.deviceName);
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | BasicTests.cpp | 101 EXPECT_NE(strstr(physicalDeviceProperties.deviceName, "SwiftShader Device"), nullptr); in TEST_F()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_distributedHardware_deviceManager.js | 56 deviceName: "[PC Preview] unknow mDeviceName", property
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 137 << "deviceName: " << (const char*)properties.deviceName << "\n" in logDeviceInfo()
|