Home
last modified time | relevance | path

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

/external/libxcam/cl_kernel/
Dkernel_newtonemapping.cl26 int g_size_x = get_global_size (0);
27 int g_size_y = get_global_size (1);
Dkernel_tonemapping.cl25 int g_size_x = get_global_size (0);
26 int g_size_y = get_global_size (1);
Dkernel_rgb_pipe.cl67 int g_size_x = get_global_size (0);
68 int g_size_y = get_global_size (1);
Dkernel_wavelet_coeff.cl39 int g_size_x = get_global_size (0);
40 int g_size_y = get_global_size (1);
Dkernel_wavelet_denoise.cl18 size_t width = get_global_size(0);
19 size_t height = get_global_size(1);
Dkernel_bayer_pipe.cl344 int g_size_x = get_global_size (0);
345 int g_size_y = get_global_size (1);
Dkernel_yuv_pipe.cl178 int offsetX = get_global_size(0);
/external/libxcam/modules/soft/
Dsoft_worker.h69 const WorkSize &get_global_size () const { in get_global_size() function
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1115 const unsigned int columns=get_global_size(0);
1155 const int columns = get_global_size(0);
1185 const int columns = get_global_size(0);
1645 const int columns = get_global_size(0);
1772 const unsigned int columns = get_global_size(0);
1820 const unsigned int columns = get_global_size(0);
2129 const int columns = get_global_size(0);
2805 const int columns = get_global_size(0);
2806 const int rows = get_global_size(1);
/external/skia/src/compute/hs/cl/intel/
Dhs_cl_macros.h292 uint const span_stride = get_global_size(0); \
/external/skqp/src/compute/hs/cl/intel/
Dhs_cl_macros.h292 uint const span_stride = get_global_size(0); \
/external/skqp/src/compute/hs/cl/intel/gen8/u32/
Dhs_kernels.pre.cl8315 uint const span_stride = get_global_size(0);
8410 uint const span_stride = get_global_size(0);
8517 uint const span_stride = get_global_size(0);
8653 uint const span_stride = get_global_size(0);
8857 uint const span_stride = get_global_size(0);
/external/skia/src/compute/hs/cl/intel/gen8/u32/
Dhs_kernels.pre.cl8315 uint const span_stride = get_global_size(0);
8410 uint const span_stride = get_global_size(0);
8517 uint const span_stride = get_global_size(0);
8653 uint const span_stride = get_global_size(0);
8857 uint const span_stride = get_global_size(0);
/external/skqp/src/compute/hs/cl/intel/gen8/u64/
Dhs_kernels.pre.cl13897 uint const span_stride = get_global_size(0);
14108 uint const span_stride = get_global_size(0);
14331 uint const span_stride = get_global_size(0);
14583 uint const span_stride = get_global_size(0);
14903 uint const span_stride = get_global_size(0);
15379 uint const span_stride = get_global_size(0);
/external/skia/src/compute/hs/cl/intel/gen8/u64/
Dhs_kernels.pre.cl13897 uint const span_stride = get_global_size(0);
14108 uint const span_stride = get_global_size(0);
14331 uint const span_stride = get_global_size(0);
14583 uint const span_stride = get_global_size(0);
14903 uint const span_stride = get_global_size(0);
15379 uint const span_stride = get_global_size(0);
/external/clang/lib/Headers/
Dopencl-c.h7382 size_t __ovld __cnfn get_global_size(uint dimindx);