Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.cpp175 CLImageDesc cl_geo_desc; in check_geo_map_buf() local
176 cl_geo_desc.format.image_channel_data_type = CL_FLOAT; in check_geo_map_buf()
177 cl_geo_desc.format.image_channel_order = CL_RGBA; // CL_FLOAT need co-work with CL_RGBA in check_geo_map_buf()
178 cl_geo_desc.width = width; in check_geo_map_buf()
179 cl_geo_desc.height = height; in check_geo_map_buf()
180 cl_geo_desc.row_pitch = row_pitch; in check_geo_map_buf()
181 _geo_image = new CLImage2D (context, cl_geo_desc, 0, _geo_map); in check_geo_map_buf()