Searched refs:CLCscType (Results 1 – 3 of 3) sorted by relevance
30 enum CLCscType { enum43 explicit CLCscImageKernel (const SmartPtr<CLContext> &context, CLCscType type);46 CLCscType _kernel_csc_type;53 … explicit CLCscImageHandler (const SmartPtr<CLContext> &context, const char *name, CLCscType type);70 CLCscType _csc_type;75 create_cl_csc_image_handler (const SmartPtr<CLContext> &context, CLCscType type);
63 CLCscImageKernel::CLCscImageKernel (const SmartPtr<CLContext> &context, CLCscType type) in CLCscImageKernel()70 const SmartPtr<CLContext> &context, const char *name, CLCscType type) in CLCscImageHandler()233 create_cl_csc_image_handler (const SmartPtr<CLContext> &context, CLCscType type) in create_cl_csc_image_handler()
180 CLCscType csc_type = CL_CSC_TYPE_RGBATONV12; in main()