Searched refs:devID (Results 1 – 4 of 4) sorted by relevance
623 const int devID = intelScreen->deviceID; in intelInitContext() local624 if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) || IS_HSW_GT1(devID)) in intelInitContext()626 else if (IS_SNB_GT2(devID) || IS_IVB_GT2(devID) || IS_HSW_GT2(devID)) in intelInitContext()631 if (IS_HASWELL(devID)) { in intelInitContext()633 } else if (IS_G4X(devID)) { in intelInitContext()635 } else if (IS_945(devID)) { in intelInitContext()
311 const cudaDeviceProp* get(int devID) const;325 for (int devID = 0; devID < count; ++devID) in DeviceProps() local327 cudaSafeCall( cudaGetDeviceProperties(&props_[devID], devID) ); in DeviceProps()332 const cudaDeviceProp* DeviceProps::get(int devID) const in get()334 CV_Assert( static_cast<size_t>(devID) < props_.size() ); in get()336 return &props_[devID]; in get()