Searched defs:UnsharpOpenCLContext (Results 1 – 1 of 1) sorted by relevance
33 typedef struct UnsharpOpenCLContext { struct34 OpenCLFilterContext ocf;36 int initialised;37 cl_kernel kernel;38 cl_command_queue command_queue;63 } UnsharpOpenCLContext; argument