Home
last modified time | relevance | path

Searched refs:CUdevice (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h57 typedef int CUdevice; /**< CUDA device */ typedef
1174 typedef CUresult CUDAAPI tcuDeviceGet(CUdevice *device, int ordinal);
1176 typedef CUresult CUDAAPI tcuDeviceGetName(char *name, int len, CUdevice dev);
1177 typedef CUresult CUDAAPI tcuDeviceComputeCapability(int *major, int *minor, CUdevice dev);
1179 typedef CUresult CUDAAPI tcuDeviceTotalMem(size_t *bytes, CUdevice dev);
1181 typedef CUresult CUDAAPI tcuDeviceTotalMem(unsigned int *bytes, CUdevice dev);
1184 typedef CUresult CUDAAPI tcuDeviceGetProperties(CUdevprop *prop, CUdevice dev);
1185 typedef CUresult CUDAAPI tcuDeviceGetAttribute(int *pi, CUdevice_attribute attrib, CUdevice dev);
1192 typedef CUresult CUDAAPI tcuCtxCreate(CUcontext *pctx, unsigned int flags, CUdevice dev);
1202 typedef CUresult CUDAAPI tcuCtxGetDevice(CUdevice *device);
/hardware/google/aemu/host-common/
DMediaCudaVideoHelper.cpp117 CUdevice cudaDevice = 0; in init()
DMediaH264DecoderCuvid.cpp138 CUdevice cudaDevice = 0; in initH264ContextInternal()