HomeSort by relevance Sort by last modified time
    Searched refs:CL_UNORM_INT8 (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.cpp 30 { { CL_BGRA, CL_UNORM_INT8 }, PIPE_FORMAT_B8G8R8A8_UNORM },
31 { { CL_ARGB, CL_UNORM_INT8 }, PIPE_FORMAT_A8R8G8B8_UNORM },
33 { { CL_LUMINANCE, CL_UNORM_INT8 }, PIPE_FORMAT_L8_UNORM },
34 { { CL_A, CL_UNORM_INT8 }, PIPE_FORMAT_A8_UNORM },
35 { { CL_INTENSITY, CL_UNORM_INT8 }, PIPE_FORMAT_I8_UNORM },
49 { { CL_R, CL_UNORM_INT8 }, PIPE_FORMAT_R8_UNORM },
50 { { CL_RG, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8_UNORM },
51 { { CL_RGB, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8_UNORM },
52 { { CL_RGBA, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_UNORM },
62 { { CL_RGBx, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8X8_UNORM }
    [all...]
  /external/libxcam/modules/ocl/
cl_memory.cpp 30 : format {CL_R, CL_UNORM_INT8}
326 case CL_UNORM_INT8:
378 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
388 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
399 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
406 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
411 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
433 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
438 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
445 image_desc.format.image_channel_data_type = CL_UNORM_INT8;
    [all...]
cl_demo_handler.cpp 61 desc.format.image_channel_data_type = CL_UNORM_INT8;
cl_3d_denoise_handler.cpp 96 cl_desc_in.format.image_channel_data_type = CL_UNORM_INT8;
107 cl_desc_out.format.image_channel_data_type = CL_UNORM_INT8;
cl_gauss_handler.cpp 136 cl_desc_in.format.image_channel_data_type = CL_UNORM_INT8;
143 cl_desc_out.format.image_channel_data_type = CL_UNORM_INT8;
cl_retinex_handler.cpp 124 cl_desc_in.format.image_channel_data_type = CL_UNORM_INT8; //CL_UNSIGNED_INT32;
135 cl_desc_out.format.image_channel_data_type = CL_UNORM_INT8; //CL_UNSIGNED_INT32;
159 cl_desc_ga.format.image_channel_data_type = CL_UNORM_INT8;
cl_image_warp_handler.cpp 74 cl_desc_in.format.image_channel_data_type = CL_UNORM_INT8;
86 cl_desc_out.format.image_channel_data_type = CL_UNORM_INT8;
cl_newwavelet_denoise_handler.cpp 406 cl_desc_in.format.image_channel_data_type = CL_UNORM_INT8;
412 cl_desc_out.format.image_channel_data_type = CL_UNORM_INT8;
554 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
568 hh_desc.format = {CL_RGBA, CL_UNORM_INT8};
585 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
616 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
630 hh_desc.format = {CL_RGBA, CL_UNORM_INT8};
645 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
    [all...]
cl_geo_map_handler.cpp 254 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
261 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
cl_tnr_handler.cpp 349 desc.format.image_channel_data_type = CL_UNORM_INT8;
357 desc.format.image_channel_data_type = CL_UNORM_INT8;
cl_bayer_pipe_handler.cpp 167 out_desc.format.image_channel_data_type = CL_UNORM_INT8;
cl_wire_frame_handler.cpp 157 cl_desc_out.format.image_channel_data_type = CL_UNORM_INT8;
cl_fisheye_handler.cpp 244 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
251 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
cl_pyramid_blender.cpp     [all...]
cl_image_360_stitch.cpp 53 cl_desc.format.image_channel_data_type = CL_UNORM_INT8;
  /external/mesa3d/include/CL/
cl.h 377 #define CL_UNORM_INT8 0x10D2
    [all...]

Completed in 107 milliseconds