Home
last modified time | relevance | path

Searched refs:DeviceName (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddescription.c285 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()
Ddrm.c150 snprintf(drvid->DeviceName, sizeof(drvid->DeviceName), in read_descriptor()
/external/tensorflow/tensorflow/core/framework/
Dtypes.cc42 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;
Dtypes.h79 struct DeviceName {}; struct
82 struct DeviceName<Eigen::ThreadPoolDevice> {
88 struct DeviceName<Eigen::GpuDevice> {
95 struct DeviceName<Eigen::SyclDevice> {
Dvariant_op_registry.h267 const string& device = DeviceName<Device>::value; in UnaryOpVariant()
296 const string& device = DeviceName<Device>::value; in BinaryOpVariants()
/external/tensorflow/tensorflow/go/
Dtensor_handle.go114 func (th *TensorHandle) DeviceName() (string, error) { func
133 return th.DeviceName()
Dtensor_handle_test.go83 d, err := th.DeviceName()
/external/ImageMagick/coders/
Dscreenshot.c160 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL); in ReadSCREENSHOTImage()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc356 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()
Dvirtual_scheduler.h317 string DeviceName(const NodeDef* node) const;
/external/nos/host/generic/libnos/include/nos/
DNuggetClient.h91 const std::string& DeviceName() const;
/external/skia/tools/
Dget_current_monitor_profile.cpp42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
/external/skqp/tools/
Dget_current_monitor_profile.cpp42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
/external/nos/host/generic/libnos/
DNuggetClient.cpp97 const std::string& NuggetClient::DeviceName() const { in DeviceName() function in nos::NuggetClient
/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc89 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/
Dscreen_capture_utils.cc82 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0); in GetScreenRect()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc152 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0); in GetScreenRect()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1041 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/
Dgraph_partition_test.cc65 string DeviceName(const Node* node) { in DeviceName() function
87 : DeviceName(node); in Partition()
/external/adhd/cras/
DREADME.dbus-api95 string DeviceName
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c395 id->DeviceName, in nine_dump_D3DADAPTER_IDENTIFIER9()
/external/mesa3d/include/GL/
Dwglext.h691 CHAR DeviceName[32]; member
/external/swiftshader/include/GL/
Dwglext.h691 CHAR DeviceName[32]; member
/external/mesa3d/include/D3D9/
Dd3d9types.h1292 char DeviceName[32]; member
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc76 string DeviceName(const tensorflow::Device* d) { in DeviceName() function

12