Searched refs:OpenCLContext (Results 1 – 2 of 2) sorted by relevance
409 Context->Context = (OpenCLContext *)malloc(sizeof(OpenCLContext)); in initContextCL()414 ((OpenCLContext *)Context->Context)->Context = in initContextCL()419 ((OpenCLContext *)Context->Context)->CommandQueue = in initContextCL()420 clCreateCommandQueueFcnPtr(((OpenCLContext *)Context->Context)->Context, in initContextCL()443 Ret = clFlushFcnPtr(((OpenCLContext *)GlobalContext->Context)->CommandQueue); in freeKernelCL()445 Ret = clFinishFcnPtr(((OpenCLContext *)GlobalContext->Context)->CommandQueue); in freeKernelCL()519 ((OpenCLContext *)GlobalContext->Context)->Context, 1, in getKernelCL()528 ((OpenCLContext *)GlobalContext->Context)->Context, 1, in getKernelCL()567 ((OpenCLContext *)GlobalContext->Context)->CommandQueue, in copyFromHostToDeviceCL()584 ((OpenCLContext *)GlobalContext->Context)->CommandQueue, in copyFromDeviceToHostCL()[all …]
90 typedef struct OpenCLContextT OpenCLContext; typedef