/external/angle/src/libANGLE/renderer/ |
D | driver_utils.cpp | 92 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/ |
D | rtl.cpp | 147 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/ |
D | custom_device.cc | 50 int CustomDeviceTensorHandle::DeviceId(Status* status) const { in DeviceId() function in tensorflow::CustomDeviceTensorHandle
|
D | tensor_handle.cc | 1087 int TensorHandle::DeviceId(Status* status) const { in DeviceId() function in tensorflow::TensorHandle
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tpu_computation_placer.cc | 37 StatusOr<int> TpuComputationPlacer::DeviceId(int replica, int computation, in DeviceId() function in tensorflow::tpu::TpuComputationPlacer
|
D | computation_placer.cc | 124 StatusOr<int> ComputationPlacer::DeviceId(int replica, int computation, in DeviceId() function in xla::ComputationPlacer
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | device_util.h | 51 explicit DeviceId(int id) : id_(id) {} in DeviceId() function
|
/external/llvm-project/openmp/libomptarget/src/ |
D | omptarget.cpp | 870 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/ |
D | RendererD3D.h | 65 UINT DeviceId; member
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 568 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/ |
D | d3d9types.h | 1296 DWORD DeviceId; member
|