/external/mesa3d/src/gallium/targets/d3dadapter9/ |
D | description.c | 285 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname() 296 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname() 307 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname() 318 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname()
|
D | drm.c | 150 snprintf(drvid->DeviceName, sizeof(drvid->DeviceName), in read_descriptor()
|
/external/tensorflow/tensorflow/core/framework/ |
D | types.cc | 42 const std::string DeviceName<Eigen::ThreadPoolDevice>::value = DEVICE_CPU; 44 const std::string DeviceName<Eigen::GpuDevice>::value = DEVICE_GPU; 47 const std::string DeviceName<Eigen::SyclDevice>::value = DEVICE_SYCL;
|
D | types.h | 79 struct DeviceName {}; struct 82 struct DeviceName<Eigen::ThreadPoolDevice> { 88 struct DeviceName<Eigen::GpuDevice> { 95 struct DeviceName<Eigen::SyclDevice> {
|
D | variant_op_registry.h | 267 const string& device = DeviceName<Device>::value; in UnaryOpVariant() 296 const string& device = DeviceName<Device>::value; in BinaryOpVariants()
|
/external/tensorflow/tensorflow/go/ |
D | tensor_handle.go | 114 func (th *TensorHandle) DeviceName() (string, error) { func 133 return th.DeviceName()
|
D | tensor_handle_test.go | 83 d, err := th.DeviceName()
|
/external/ImageMagick/coders/ |
D | screenshot.c | 160 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL); in ReadSCREENSHOTImage()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.cc | 356 const string curr_node_device = DeviceName(curr_node); in Init() 382 const string in_device = DeviceName(input_node); in Init() 526 string VirtualScheduler::DeviceName(const NodeDef* node) const { in DeviceName() function in tensorflow::grappler::VirtualScheduler 577 send_attr[kAttrSrcDevice].set_s(DeviceName(from)); in CreateSendRecv() 578 send_attr[kAttrDstDevice].set_s(DeviceName(to)); in CreateSendRecv() 591 recv->set_device(DeviceName(to)); in CreateSendRecv() 673 node_state.device_name = DeviceName(node); in GetNodeStateOrCreateIt()
|
D | virtual_scheduler.h | 317 string DeviceName(const NodeDef* node) const;
|
/external/nos/host/generic/libnos/include/nos/ |
D | NuggetClient.h | 91 const std::string& DeviceName() const;
|
/external/skia/tools/ |
D | get_current_monitor_profile.cpp | 42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
|
/external/skqp/tools/ |
D | get_current_monitor_profile.cpp | 42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
|
/external/nos/host/generic/libnos/ |
D | NuggetClient.cpp | 97 const std::string& NuggetClient::DeviceName() const { in DeviceName() function in nos::NuggetClient
|
/external/tensorflow/tensorflow/core/util/ |
D | device_name_utils.cc | 89 static string DeviceName(const string& job, int replica, int task, in DeviceName() function 104 return DeviceName(job, replica, task, "/device:", type, id); in FullName() 110 return DeviceName(job, replica, task, "/", str_util::Lowercase(type), id); in LegacyName()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capture_utils.cc | 82 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0); in GetScreenRect()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_win.cc | 152 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0); in GetScreenRect()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1041 strcpy(identifier->DeviceName, "\\\\.\\DISPLAY1"); in GetAdapterIdentifier() 1063 strcpy(identifier->DeviceName, "\\\\.\\DISPLAY1"); in GetAdapterIdentifier() 1085 strcpy(identifier->DeviceName, "\\\\.\\DISPLAY1"); in GetAdapterIdentifier() 1115 strcpy(identifier->DeviceName, "\\\\.\\DISPLAY1"); in GetAdapterIdentifier()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 65 string DeviceName(const Node* node) { in DeviceName() function 87 : DeviceName(node); in Partition()
|
/external/adhd/cras/ |
D | README.dbus-api | 95 string DeviceName
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.c | 395 id->DeviceName, in nine_dump_D3DADAPTER_IDENTIFIER9()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 691 CHAR DeviceName[32]; member
|
/external/swiftshader/include/GL/ |
D | wglext.h | 691 CHAR DeviceName[32]; member
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 1292 char DeviceName[32]; member
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 76 string DeviceName(const tensorflow::Device* d) { in DeviceName() function
|