Searched refs:NumberOfDevices (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | rtl.cpp | 131 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs() 137 R.NumberOfDevices); in LoadRTLs() 160 unsigned TargetsTableMinimumSize = RTL.Idx + RTL.NumberOfDevices; in RegisterImageIntoTranslationTable() 168 for (int32_t i = 0; i < RTL.NumberOfDevices; ++i) { in RegisterImageIntoTranslationTable() 183 for (int32_t i = 0; i < RTL->NumberOfDevices; ++i) { in RegisterGlobalCtorsDtorsForImage() 278 PM->Devices.resize(Start + R.NumberOfDevices, device); in RegisterLib() 279 for (int32_t device_id = 0; device_id < R.NumberOfDevices; in RegisterLib() 290 : UsedRTLs.back()->Idx + UsedRTLs.back()->NumberOfDevices; in RegisterLib() 364 for (int32_t i = 0; i < FoundRTL->NumberOfDevices; ++i) { in UnregisterLib()
|
D | rtl.h | 61 int32_t NumberOfDevices = -1; // Number of devices this RTL deals with. member 104 NumberOfDevices = r.NumberOfDevices; in RTLInfoTy()
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 311 int NumberOfDevices; member in RTLDeviceInfoTy 461 NumberOfDevices = (int)HSAAgents.size(); in RTLDeviceInfoTy() 463 if (NumberOfDevices == 0) { in RTLDeviceInfoTy() 467 DP("There are %d devices supporting HSA.\n", NumberOfDevices); in RTLDeviceInfoTy() 471 HSAQueues.resize(NumberOfDevices); in RTLDeviceInfoTy() 472 FuncGblEntries.resize(NumberOfDevices); in RTLDeviceInfoTy() 473 ThreadsPerGroup.resize(NumberOfDevices); in RTLDeviceInfoTy() 474 ComputeUnits.resize(NumberOfDevices); in RTLDeviceInfoTy() 475 GroupsPerDevice.resize(NumberOfDevices); in RTLDeviceInfoTy() 476 WarpSize.resize(NumberOfDevices); in RTLDeviceInfoTy() [all …]
|
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/ |
D | rtl.cpp | 132 int NumberOfDevices; member in __anon3ed6d2340111::StreamManagerTy 170 StreamManagerTy(const int NumberOfDevices, in StreamManagerTy() argument 172 : NumberOfDevices(NumberOfDevices), EnvNumInitialStreams(32), in StreamManagerTy() 174 StreamPool.resize(NumberOfDevices); in StreamManagerTy() 175 NextStreamId.resize(NumberOfDevices); in StreamManagerTy() 176 StreamMtx.resize(NumberOfDevices); in StreamManagerTy() 191 for (int I = 0; I < NumberOfDevices; ++I) { in ~StreamManagerTy() 266 int NumberOfDevices; member in __anon3ed6d2340111::DeviceRTLTy 336 : NumberOfDevices(0), EnvNumTeams(-1), EnvTeamLimit(-1), in DeviceRTLTy() 346 Err = cuDeviceGetCount(&NumberOfDevices); in DeviceRTLTy() [all …]
|
/external/webrtc/modules/video_capture/linux/ |
D | device_info_linux.h | 24 uint32_t NumberOfDevices() override;
|
D | device_info_linux.cc | 44 uint32_t DeviceInfoLinux::NumberOfDevices() { in NumberOfDevices() function in webrtc::videocapturemodule::DeviceInfoLinux
|
/external/webrtc/modules/video_capture/windows/ |
D | device_info_ds.h | 39 uint32_t NumberOfDevices() override;
|
D | device_info_ds.cc | 101 uint32_t DeviceInfoDS::NumberOfDevices() { in NumberOfDevices() function in webrtc::videocapturemodule::DeviceInfoDS
|
/external/webrtc/modules/video_capture/ |
D | video_capture.h | 26 virtual uint32_t NumberOfDevices() = 0;
|
/external/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 156 number_of_devices_ = device_info_->NumberOfDevices(); in SetUp()
|
/external/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 83 int num_devices = info->NumberOfDevices(); in Create()
|
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 379 static const int NumberOfDevices = 1; in initContextCL() local 380 Ret = clGetDeviceIDsFcnPtr(PlatformID, CL_DEVICE_TYPE_GPU, NumberOfDevices, in initContextCL()
|