Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp420 this->dump_final[i_plane] = new CLImage2D (context, cl_desc); in init_layer0()
469 this->dump_final[plane] = new CLImage2D (context, cl_desc_set); in build_cl_images()
1311 SmartPtr<CLImage> dump_final = cur_layer.dump_final[i_plane]; in prepare_arguments() local
1314 args.push_back (new CLMemArgument (dump_final)); in prepare_arguments()
1358 images[2] = this->get_pyramid_layer (0).dump_final[0]; in dump_buffers()
1366 images[2] = this->get_pyramid_layer (0).dump_final[1]; in dump_buffers()
1453 image = this->get_pyramid_layer (0).dump_final[CLBlenderPlaneY]; in dump_buffers()
Dcl_pyramid_blender.h63 SmartPtr<CLImage> dump_final[CLBlenderPlaneMax]; member
/external/libxcam/cl_kernel/
Dkernel_gauss_lap_pyramid.cl161 , __write_only image2d_t dump_resize, __write_only image2d_t dump_final
197 write_imageui (dump_final, (int2)(g_x, g_y), convert_uint4(as_ushort4(convert_uchar8(data_g))));