Home
last modified time | relevance | path

Searched defs:DeviceType (Results 1 – 25 of 58) sorted by relevance

123

/external/tensorflow/tensorflow/core/framework/
Dtypes.h57 DeviceType(const char* type) // NOLINT(runtime/explicit) in DeviceType() function
60 explicit DeviceType(StringPiece type) : type_(type.data(), type.size()) {} in DeviceType() function
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c280 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat()
408 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType()
470 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch()
516 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormatConversion()
554 D3DDEVTYPE DeviceType, in NineAdapter9_GetDeviceCaps()
1008 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDevice()
1068 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDeviceEx()
/external/rust/crates/virtio-drivers/src/transport/
Dmod.rs15 fn device_type(&self) -> DeviceType; in device_type()
127 pub enum DeviceType { enum
153 impl From<u32> for DeviceType { implementation
183 impl From<u16> for DeviceType { implementation
189 impl From<u8> for DeviceType { implementation
Dpci.rs53 fn device_type(pci_device_id: u16) -> DeviceType { in device_type()
69 pub fn virtio_device_type(device_function_info: &DeviceFunctionInfo) -> Option<DeviceType> { in virtio_device_type()
203 fn device_type(&self) -> DeviceType { in device_type()
Dfake.rs21 fn device_type(&self) -> DeviceType { in device_type()
/external/ComputeLibrary/arm_compute/core/
DIDevice.h33 enum class DeviceType enum
/external/libchrome/base/system_monitor/
Dsystem_monitor.h22 enum DeviceType { enum
/external/cronet/base/system/
Dsystem_monitor.h20 enum DeviceType { enum
/external/android-nn-driver/1.2/
DHalPolicy.hpp35 using DeviceType = V1_2::DeviceType; typedef in armnn_driver::hal_1_2::HalPolicy
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h33 enum class DeviceType : bool { enum
/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dvirtio_device.rs81 device_type: DeviceType, in new()
126 fn device_type(&self) -> DeviceType { in device_type()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.cc50 const char* CustomDeviceTensorHandle::DeviceType(Status* status) const { in DeviceType() function in tensorflow::CustomDeviceTensorHandle
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_options.proto12 enum DeviceType { enum
/external/crosvm/devices/src/virtio/
Dmod.rs108 pub enum DeviceType { enum
137 impl std::fmt::Display for DeviceType { implementation
Drng.rs166 fn device_type(&self) -> DeviceType { in device_type()
Dp9.rs188 fn device_type(&self) -> DeviceType { in device_type()
Dtpm.rs194 fn device_type(&self) -> DeviceType { in device_type()
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter_util_unittest.cc35 enum DeviceType { enum
85 bool CapabilitiesToDeviceInfo(DeviceType, EventDeviceInfo*) { in CapabilitiesToDeviceInfo() argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_viewer_test.cc123 TEST(OpStatsToPodViewer, DeviceType) { in TEST() argument
/external/angle/src/libANGLE/
DCLBitField.h67 using DeviceType = BitField; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dinspecting_placer.cc60 [](string* out, const std::pair<DeviceType, int32>& type_and_pref) { in DebugString()
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dmod.rs95 fn device_type(&self) -> DeviceType { in device_type()
/external/crosvm/devices/src/virtio/vhost/
Dvsock.rs114 fn device_type(&self) -> DeviceType { in device_type()
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dsecuregcm.rs814 pub fn device_type(&self) -> DeviceType { in device_type()
830 pub fn set_device_type(&mut self, v: DeviceType) { in set_device_type()
2200 pub enum DeviceType { enum
2215 impl ::protobuf::Enum for DeviceType { implementation
2222 fn from_i32(value: i32) -> ::std::option::Option<DeviceType> { in from_i32()
2244 impl ::std::default::Default for DeviceType { implementation
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dsecuregcm.proto173 enum DeviceType { enum

123