Home
last modified time | relevance | path

Searched refs:device_index_ (Results 1 – 19 of 19) sorted by relevance

/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/cuda/
H A Dcublas.cc21 cudaSetDevice(device_index_); in ~CublasHandle()
29 CudaSetDeviceScope scope{device_index_}; in handle()
H A Dcublas.h18 explicit CublasHandle(int device_index) : device_index_{device_index} {} in CublasHandle()
36 int device_index_; variable
H A Dcusolver.h18 explicit CusolverDnHandle(int device_index) : device_index_{device_index} {} in CusolverDnHandle()
36 int device_index_; variable
H A Dcusolver.cc21 cudaSetDevice(device_index_); in ~CusolverDnHandle()
29 CudaSetDeviceScope scope{device_index_}; in handle()
H A Dcudnn.h140 explicit CudnnHandle(int device_index) : device_index_{device_index} {} in CudnnHandle()
156 int device_index_;
H A Dmemory_pool.h131 : device_index_{device_index}, allocator_{std::move(allocator)} {} in MemoryPool()
166 int device_index_; variable
H A Dmemory_pool.cc154 cudaSetDevice(device_index_); in ~MemoryPool()
179 CudaSetDeviceScope scope{device_index_}; in FreeUnusedBlocks()
234 CudaSetDeviceScope scope{device_index_}; in Malloc()
H A Dcudnn.cc238 cudaSetDevice(device_index_); in ~CudnnHandle()
246 CheckCudaError(cudaSetDevice(device_index_)); in handle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_device/win/
H A Dcore_audio_base_win.cc165 device_index_(kUndefined), in CoreAudioBase()
303 device_index_ = index; in SetDevice()
341 RTC_DCHECK_GE(device_index_, 0); in Init()
352 if (IsDefaultDevice(device_index_)) { in Init()
354 } else if (IsDefaultCommunicationsDevice(device_index_)) { in Init()
735 RTC_DLOG(INFO) << "device_index=" << device_index_ in SwitchDeviceIfNeeded()
749 std::string device_id = GetDeviceID(device_index_); in SwitchDeviceIfNeeded()
H A Dcore_audio_base_win.h154 int device_index_ = -1; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_device/win/
H A Dcore_audio_base_win.cc166 device_index_(kUndefined), in CoreAudioBase()
304 device_index_ = index; in SetDevice()
342 RTC_DCHECK_GE(device_index_, 0); in Init()
353 if (IsDefaultDevice(device_index_)) { in Init()
355 } else if (IsDefaultCommunicationsDevice(device_index_)) { in Init()
736 RTC_DLOG(INFO) << "device_index=" << device_index_ in SwitchDeviceIfNeeded()
750 std::string device_id = GetDeviceID(device_index_); in SwitchDeviceIfNeeded()
H A Dcore_audio_base_win.h154 int device_index_ = -1; variable
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_device/win/
H A Dcore_audio_base_win.cc165 device_index_(kUndefined), in CoreAudioBase()
303 device_index_ = index; in SetDevice()
341 RTC_DCHECK_GE(device_index_, 0); in Init()
352 if (IsDefaultDevice(device_index_)) { in Init()
354 } else if (IsDefaultCommunicationsDevice(device_index_)) { in Init()
735 RTC_DLOG(INFO) << "device_index=" << device_index_ in SwitchDeviceIfNeeded()
749 std::string device_id = GetDeviceID(device_index_); in SwitchDeviceIfNeeded()
H A Dcore_audio_base_win.h154 int device_index_ = -1; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_device/win/
H A Dcore_audio_base_win.cc166 device_index_(kUndefined), in CoreAudioBase()
310 device_index_ = index; in SetDevice()
348 RTC_DCHECK_GE(device_index_, 0); in Init()
359 if (IsDefaultDevice(device_index_)) { in Init()
361 } else if (IsDefaultCommunicationsDevice(device_index_)) { in Init()
742 RTC_DLOG(INFO) << "device_index=" << device_index_ in SwitchDeviceIfNeeded()
756 std::string device_id = GetDeviceID(device_index_); in SwitchDeviceIfNeeded()
H A Dcore_audio_base_win.h154 int device_index_ = -1; variable
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/liblp/include/liblp/
H A Dbuilder.h65 : Extent(num_sectors), device_index_(device_index), physical_sector_(physical_sector) {} in LinearExtent()
72 uint32_t device_index() const { return device_index_; } in device_index()
81 uint32_t device_index_;
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Darray_test.cc1192 device_index_ = std::get<1>(GetParam()); in SetUp()
1193 device_session_.emplace(DeviceId{backend_name_, device_index_}); in SetUp()
1200 int device_index_{}; member in chainerx::__anon58d87cdc0111::ArrayToNativeTest
1221 EXPECT_EQ(device_index_, b.device().index()); in TEST_P()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/liblp/
H A Dbuilder.cpp34 if (device_index_ >= out->block_devices.size()) { in AddTo()
39 LpMetadataExtent{num_sectors_, LP_TARGET_TYPE_LINEAR, physical_sector_, device_index_}); in AddTo()