HomeSort by relevance Sort by last modified time
    Searched refs:get_local_size (Results 1 - 25 of 27) sorted by null

1 2

  /external/libxcam/modules/soft/
soft_worker.h 73 const WorkSize &get_local_size () const { function in class:XCam::SoftWorker
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h 847 uint offset = span * get_local_size(0) * get_group_id(0); // offset of this workgroup's RNG substream (in master stream);
850 uint pos = get_group_id(0) * get_local_size(0) * pixelsPerWorkItem * number_channels + (get_local_id(0) * number_channels);
883 pos += (get_local_size(0) * number_channels);
917 const int wsize = get_local_size(0);
921 const int groupX=get_local_size(0)*get_group_id(0);
924 for (int i=get_local_id(0); i < loadSize; i=i+get_local_size(0))
974 const int wsize = get_local_size(1);
978 const int groupX=get_local_size(0)*get_group_id(0);
979 const int groupY=get_local_size(1)*get_group_id(1);
980 //notice that get_local_size(0) is 1, s
    [all...]
  /external/libxcam/cl_kernel/
kernel_min_filter.cl 46 int local_index = local_y * get_local_size (0) + local_x;
51 for (; local_index < slm_x_size * slm_y_size; local_index += get_local_size(0) * get_local_size(1)) {
kernel_rgb_pipe.cl 72 int l_size_x = get_local_size (0);
73 int l_size_y = get_local_size (1);
kernel_bayer_basic.cl 82 const int l_size_x = get_local_size (0);
175 const int l_x_size = get_local_size (0);
176 const int l_y_size = get_local_size (1);
kernel_wavelet_coeff.cl 42 int l_size_x = get_local_size (0);
43 int l_size_y = get_local_size (1);
kernel_bayer_pipe.cl 349 int l_size_x = get_local_size (0);
350 int l_size_y = get_local_size (1);
  /external/clang/lib/Headers/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h     [all...]

Completed in 2378 milliseconds

1 2