Home
last modified time | relevance | path

Searched defs:DeviceId (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/renderer/
Ddriver_utils.cpp92 bool IsSandyBridge(uint32_t DeviceId) in IsSandyBridge()
98 bool IsIvyBridge(uint32_t DeviceId) in IsIvyBridge()
103 bool IsHaswell(uint32_t DeviceId) in IsHaswell()
108 bool IsBroadwell(uint32_t DeviceId) in IsBroadwell()
113 bool IsCherryView(uint32_t DeviceId) in IsCherryView()
119 bool IsSkylake(uint32_t DeviceId) in IsSkylake()
124 bool IsBroxton(uint32_t DeviceId) in IsBroxton()
129 bool IsKabylake(uint32_t DeviceId) in IsKabylake()
134 bool Is9thGenIntel(uint32_t DeviceId) in Is9thGenIntel()
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/
Drtl.cpp147 void resizeStreamPool(const int DeviceId, const size_t NewSize) { in resizeStreamPool()
215 CUstream getStream(const int DeviceId) { in getStream()
240 void returnStream(const int DeviceId, CUstream Stream) { in returnStream()
247 bool initializeDeviceStreamPool(const int DeviceId) { in initializeDeviceStreamPool()
283 void addOffloadEntry(const int DeviceId, const __tgt_offload_entry entry) { in addOffloadEntry()
289 const __tgt_offload_entry *getOffloadEntry(const int DeviceId, in getOffloadEntry()
300 __tgt_target_table *getOffloadEntriesTable(const int DeviceId) { in getOffloadEntriesTable()
314 void clearOffloadEntriesTable(const int DeviceId) { in clearOffloadEntriesTable()
321 CUstream getStream(const int DeviceId, __tgt_async_info *AsyncInfoPtr) const { in getStream() argument
405 int initDevice(const int DeviceId) { in initDevice()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.cc50 int CustomDeviceTensorHandle::DeviceId(Status* status) const { in DeviceId() function in tensorflow::CustomDeviceTensorHandle
Dtensor_handle.cc1087 int TensorHandle::DeviceId(Status* status) const { in DeviceId() function in tensorflow::TensorHandle
/external/tensorflow/tensorflow/compiler/xla/service/
Dtpu_computation_placer.cc37 StatusOr<int> TpuComputationPlacer::DeviceId(int replica, int computation, in DeviceId() function in tensorflow::tpu::TpuComputationPlacer
Dcomputation_placer.cc124 StatusOr<int> ComputationPlacer::DeviceId(int replica, int computation, in DeviceId() function in xla::ComputationPlacer
/external/tensorflow/tensorflow/compiler/jit/
Ddevice_util.h51 explicit DeviceId(int id) : id_(id) {} in DeviceId() function
/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp870 uint64_t getLoopTripCount(int64_t DeviceId) { in getLoopTripCount()
1057 int processDataBefore(int64_t DeviceId, void *HostPtr, int32_t ArgNum, in processDataBefore()
1178 int processDataAfter(int64_t DeviceId, void *HostPtr, int32_t ArgNum, in processDataAfter()
1211 int target(int64_t DeviceId, void *HostPtr, int32_t ArgNum, void **ArgBases, in target()
/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.h65 UINT DeviceId; member
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp568 int32_t dataRetrieve(int32_t DeviceId, void *HstPtr, void *TgtPtr, int64_t Size, in dataRetrieve()
595 int32_t dataSubmit(int32_t DeviceId, void *TgtPtr, void *HstPtr, int64_t Size, in dataSubmit()
/external/mesa3d/include/D3D9/
Dd3d9types.h1296 DWORD DeviceId; member