Home
last modified time | relevance | path

Searched refs:deviceName (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/vulkan-loader/tests/framework/icd/
Dphysical_device.h35 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, "")
Dtest_icd.cpp807 …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/
DAudioDeviceAdapter.java50 TextView deviceName = rowView.findViewById(R.id.device_name); in getDropDownView() local
52 deviceName.setText(deviceInfo.getName()); in getDropDownView()
DAudioDeviceListEntry.java35 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/
DAudioDeviceAdapter.java52 TextView deviceName = (TextView) rowView.findViewById(R.id.device_name); in getDropDownView() local
54 deviceName.setText(deviceInfo.getName()); in getDropDownView()
DAudioDeviceListEntry.java35 public AudioDeviceListEntry(int deviceId, String deviceName){ in AudioDeviceListEntry() argument
37 mName = deviceName; in AudioDeviceListEntry()
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvulkan_icd.cpp82 (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/
DDisplayGbm.cpp431 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/
Dloader_regression_tests.cpp2528 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 …]
Dloader_layer_tests.cpp2947 …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 …]
Dloader_version_tests.cpp249 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/
Dloader_windows.c268 … 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()
Dloader_linux.c265 …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/
Ddri2.c269 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()
Ddri2.h59 char **driverName, char **deviceName);
Ddri2_glx.c1054 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/
Dxmlconfig.c598 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()
Dxmlconfig.h142 const char *deviceName,
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp399 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/
Dangle_test_instantiate.cpp100 bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument
107 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfdeviceprovider.m104 const gchar *deviceName = [[device localizedName] UTF8String];
105 …GstDevice *gst_device = gst_avf_device_new (deviceName, i, caps, GST_AVF_DEVICE_TYPE_VIDEO_SOURCE,…
Davfvideosrc.m166 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/
DBasicTests.cpp101 EXPECT_NE(strstr(physicalDeviceProperties.deviceName, "SwiftShader Device"), nullptr); in TEST_F()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_distributedHardware_deviceManager.js56 deviceName: "[PC Preview] unknow mDeviceName", property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp137 << "deviceName: " << (const char*)properties.deviceName << "\n" in logDeviceInfo()

1234