Lines Matching refs:cuda_device
147 hwctx->internal->cuda_device));
290 CHECK_CU(cu->cuDevicePrimaryCtxRelease(hwctx->internal->cuda_device));
343 ret = CHECK_CU(cu->cuDevicePrimaryCtxGetState(hwctx->internal->cuda_device,
352 ret = CHECK_CU(cu->cuDevicePrimaryCtxSetFlags(hwctx->internal->cuda_device,
359 hwctx->internal->cuda_device));
364 hwctx->internal->cuda_device));
420 ret = CHECK_CU(cu->cuDeviceGet(&hwctx->internal->cuda_device, device_idx));
495 hwctx->internal->cuda_device = -1;
509 hwctx->internal->cuda_device = dev;
514 if (hwctx->internal->cuda_device == -1) {