Searched refs:CL_RELEASE_KERNEL (Results 1 – 3 of 3) sorted by relevance
156 CL_RELEASE_KERNEL(ctx->vert_kernel); in nlmeans_opencl_init()157 CL_RELEASE_KERNEL(ctx->horiz_kernel); in nlmeans_opencl_init()158 CL_RELEASE_KERNEL(ctx->accum_kernel); in nlmeans_opencl_init()159 CL_RELEASE_KERNEL(ctx->average_kernel); in nlmeans_opencl_init()385 CL_RELEASE_KERNEL(ctx->vert_kernel); in nlmeans_opencl_uninit()386 CL_RELEASE_KERNEL(ctx->horiz_kernel); in nlmeans_opencl_uninit()387 CL_RELEASE_KERNEL(ctx->accum_kernel); in nlmeans_opencl_uninit()388 CL_RELEASE_KERNEL(ctx->average_kernel); in nlmeans_opencl_uninit()
1080 CL_RELEASE_KERNEL(ctx->kernel_grayscale); in deshake_opencl_uninit()1081 CL_RELEASE_KERNEL(ctx->kernel_harris_response); in deshake_opencl_uninit()1082 CL_RELEASE_KERNEL(ctx->kernel_refine_features); in deshake_opencl_uninit()1083 CL_RELEASE_KERNEL(ctx->kernel_brief_descriptors); in deshake_opencl_uninit()1084 CL_RELEASE_KERNEL(ctx->kernel_match_descriptors); in deshake_opencl_uninit()1085 CL_RELEASE_KERNEL(ctx->kernel_crop_upscale); in deshake_opencl_uninit()1087 CL_RELEASE_KERNEL(ctx->kernel_draw_debug_info); in deshake_opencl_uninit()
101 #define CL_RELEASE_KERNEL(k) \ macro