Home
last modified time | relevance | path

Searched refs:CL_RGBA (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dformat.cpp40 { { CL_RGBA, CL_FLOAT }, PIPE_FORMAT_R32G32B32A32_FLOAT },
44 { { CL_RGBA, CL_UNORM_INT16 }, PIPE_FORMAT_R16G16B16A16_UNORM },
48 { { CL_RGBA, CL_SNORM_INT16 }, PIPE_FORMAT_R16G16B16A16_SNORM },
52 { { CL_RGBA, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_UNORM },
56 { { CL_RGBA, CL_SNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_SNORM },
60 { { CL_RGBA, CL_HALF_FLOAT }, PIPE_FORMAT_R16G16B16A16_FLOAT },
80 { { CL_RGBA, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8G8B8A8_UINT },
84 { { CL_RGBA, CL_SIGNED_INT8 }, PIPE_FORMAT_R8G8B8A8_SINT },
88 { { CL_RGBA, CL_UNSIGNED_INT16 }, PIPE_FORMAT_R16G16B16A16_UINT },
92 { { CL_RGBA, CL_SIGNED_INT16 }, PIPE_FORMAT_R16G16B16A16_SINT },
[all …]
/external/libxcam/modules/ocl/
Dcl_memory.cpp315 case CL_RGBA: in calculate_pixel_bytes()
382 image_desc.format.image_channel_order = CL_RGBA; in video_info_2_cl_image_desc()
410 image_desc.format.image_channel_order = CL_RGBA; in video_info_2_cl_image_desc()
444 image_desc.format.image_channel_order = CL_RGBA; in video_info_2_cl_image_desc()
456 image_desc.format.image_channel_order = CL_RGBA; in video_info_2_cl_image_desc()
468 image_desc.format.image_channel_order = CL_RGBA; in video_info_2_cl_image_desc()
Dcl_defog_dcp_handler.cpp77 cl_desc_in.format.image_channel_order = CL_RGBA; in prepare_arguments()
163 cl_desc_in.format.image_channel_order = CL_RGBA; in prepare_arguments()
266 cl_desc_out.format.image_channel_order = CL_RGBA; in prepare_arguments()
328 cl_rgb_desc.format.image_channel_order = CL_RGBA; in allocate_transmit_bufs()
342 cl_dark_desc.format.image_channel_order = CL_RGBA; in allocate_transmit_bufs()
Dcl_bayer_pipe_handler.cpp154 in_desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
163 out_desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_yuv_pipe_handler.cpp119 in_image_info.format.image_channel_order = CL_RGBA; in prepare_parameters()
126 out_image_info.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_3d_denoise_handler.cpp91 cl_desc_in.format.image_channel_order = CL_RGBA; in prepare_arguments()
102 cl_desc_out.format.image_channel_order = CL_RGBA; in prepare_arguments()
Dcl_bayer_basic_handler.cpp308 in_image_info.format.image_channel_order = CL_RGBA; in prepare_parameters()
314 out_image_info.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_retinex_handler.cpp125 cl_desc_in.format.image_channel_order = CL_RGBA; in prepare_arguments()
136 cl_desc_out.format.image_channel_order = CL_RGBA; in prepare_arguments()
Dcl_geo_map_handler.cpp177 cl_geo_desc.format.image_channel_order = CL_RGBA; // CL_FLOAT need co-work with CL_RGBA in check_geo_map_buf()
269 cl_desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_fisheye_handler.cpp260 cl_desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
270 cl_desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
373 _geo_table = create_cl_image (table_width, table_height, CL_RGBA, CL_FLOAT); in generate_fisheye_table()
Dcl_demo_handler.cpp60 desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_rgb_pipe_handler.cpp84 desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_newwavelet_denoise_handler.cpp407 cl_desc_in.format.image_channel_order = CL_RGBA; in prepare_arguments()
413 cl_desc_out.format.image_channel_order = CL_RGBA; in prepare_arguments()
553 cl_desc.format.image_channel_order = CL_RGBA; in prepare_output_buf()
615 cl_desc.format.image_channel_order = CL_RGBA; in prepare_output_buf()
Dcl_pyramid_blender.cpp331 cl_desc.format.image_channel_order = CL_RGBA; in bind_buf_to_layer0()
406 cl_desc.format.image_channel_order = CL_RGBA; in init_layer0()
435 cl_desc_set.format.image_channel_order = CL_RGBA; in build_cl_images()
665 cl_desc.format.image_channel_order = CL_RGBA; in init_seam_buffers()
701 cl_desc.format.image_channel_order = CL_RGBA; in init_seam_buffers()
928 cl_desc_out_gauss.format.image_channel_order = CL_RGBA; in prepare_arguments()
1103 output_desc.format.image_channel_order = CL_RGBA; in prepare_arguments()
Dcl_gauss_handler.cpp144 cl_desc_out.format.image_channel_order = CL_RGBA; in prepare_arguments()
Dcl_tonemapping_handler.cpp99 desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_image_warp_handler.cpp81 cl_desc_out.format.image_channel_order = CL_RGBA; in prepare_arguments()
Dcl_newtonemapping_handler.cpp262 desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
Dcl_tnr_handler.cpp356 desc.format.image_channel_order = CL_RGBA; in prepare_parameters()
/external/libxcam/cl_kernel/
Dkernel_geo_map.cl5 * geo_table, CL_RGBA + CL_FLOAT
6 * output_y, CL_RGBA + CL_UNSIGNED_INT16
7 * output_uv, CL_RGBA + CL_UNSIGNED_INT16
Dkernel_fisheye.cl5 * output_y, CL_RGBA + CL_UNSIGNED_INT8, // 4-pixel
6 * output_uv, CL_RGBA + CL_UNSIGNED_INT8, // 4-pixel
Dkernel_defog_dcp.cl11 * channel_order CL_RGBA
77 * channel_order CL_RGBA
Dkernel_bi_filter.cl9 * channel_order CL_RGBA
Dkernel_min_filter.cl7 * channel_order CL_RGBA
/external/mesa3d/include/CL/
Dcl.h363 #define CL_RGBA 0x10B5 macro

12