Home
last modified time | relevance | path

Searched refs:get_global_id (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp-deps/amber/tests/cases/
Dopencl_read_and_write_image3d_rgba32i.amber20 int gid_x = get_global_id(0);
21 int gid_y = get_global_id(1);
22 int gid_z = get_global_id(2);
31 int gid_x = get_global_id(0);
32 int gid_y = get_global_id(1);
33 int gid_z = get_global_id(2);
Dopencl_bind_buffer.amber27 unsigned int global_id_x = get_global_id(0);
28 unsigned int global_id_y = get_global_id(1);
29 unsigned int global_id_z = get_global_id(2);
Dopencl_write_image.amber18 int gid_x = get_global_id(0);
19 int gid_y = get_global_id(1);
Dopencl_read_image_literal_sampler.amber29 int gid_x = get_global_id(0);
30 int gid_y = get_global_id(1);
Dopencl_read_image.amber28 int gid_x = get_global_id(0);
29 int gid_y = get_global_id(1);
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h676 ulong dist=streamBase + (get_global_id(0)*vecSize+vecOffset)*streamGap;
901 const int x = get_global_id(0);
902 const int y = get_global_id(1);
924 if (get_global_id(0) < columns)
957 const int x = get_global_id(0);
958 const int y = get_global_id(1);
981 if (get_global_id(1) < rows)
1106 const int x=get_global_id(0);
1107 const int y=get_global_id(1);
1146 const int x = get_global_id(0);
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce.cc195 auto get_global_id = [&](int i) { in GetReduceKernelCode() local
229 c += " int linear_id = " + get_global_id(0) + ";\n"; in GetReduceKernelCode()
233 c += " int DST_X = " + get_global_id(0) + ";\n"; in GetReduceKernelCode()
236 c += " int DST_B = " + get_global_id(0) + ";\n"; in GetReduceKernelCode()
240 c += " int linear_id = " + get_global_id(1) + ";\n"; in GetReduceKernelCode()
244 c += " int DST_Y = " + get_global_id(1) + ";\n"; in GetReduceKernelCode()
247 c += " int DST_Z = " + get_global_id(1) + ";\n"; in GetReduceKernelCode()
250 c += " int DST_S = " + get_global_id(2) + ";\n"; in GetReduceKernelCode()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddbg-value-isel.ll42 br label %get_global_id.exit
44 get_global_id.exit: ; preds = %11
51 ; <label>:16 ; preds = %get_global_id.exit
52 %17 = phi i32 [ %15, %get_global_id.exit ]
/external/llvm/test/DebugInfo/X86/
Ddbg-value-isel.ll42 br label %get_global_id.exit
44 get_global_id.exit: ; preds = %11
51 ; <label>:16 ; preds = %get_global_id.exit
52 %17 = phi i32 [ %15, %get_global_id.exit ]
/external/skqp/src/compute/hs/cl/intel/
Dhs_cl_macros.h103 (get_global_id(0) & ~(HS_SLAB_THREADS-1)) * HS_SLAB_HEIGHT + \
147 (get_global_id(0) & ~(HS_SLAB_THREADS*slab_count-1)) * \
291 uint const span_idx = get_global_id(1); \
295 uint const span_off = get_global_id(0); \
/external/llvm-project/libclc/generic/include/clc/workitem/
Dget_global_id.h1 _CLC_DECL _CLC_OVERLOAD size_t get_global_id(uint dim);
/external/llvm-project/libclc/ptx-nvidiacl/lib/workitem/
Dget_global_id.cl3 _CLC_DEF _CLC_OVERLOAD size_t get_global_id(uint dim) {
/external/llvm-project/libclc/generic/lib/workitem/
Dget_global_id.cl3 _CLC_DEF _CLC_OVERLOAD size_t get_global_id(uint dim) {
/external/llvm-project/libclc/ptx-nvidiacl/lib/
DSOURCES3 workitem/get_global_id.cl
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dblock_pool_init.cl24 uint const gid = get_global_id(0);
Dsegment_ttck.cl45 uint const global_id = get_global_id(0);
Dsegment_ttrk.cl122 uint const global_id = get_global_id(0);
278 get_global_id(0)>>HS_SLAB_WIDTH_LOG2,c_min,c_max);
Dpaths_copy.cl134 (skc_uint)get_global_id(0),pb_elems_idx,
140 (skc_uint)get_global_id(0),pb_elems_idx,
435 skc_uint const gid = get_global_id(0);
Drasters_alloc.cl39 skc_uint const gid = get_global_id(0);
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/signed_int_compare/
Duint_sgreaterthan.amber7 # uint i = get_global_id(0);
Duint_slessthan.amber7 # uint i = get_global_id(0);
Duint_slessthanequal.amber7 # uint i = get_global_id(0);
Duint_sgreaterthanequal.amber7 # uint i = get_global_id(0);
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
DTestNonUniformWorkGroup.h37 cl_ulong get_global_id[MAX_DIMS]; member
/external/llvm-project/libclc/generic/lib/
DSOURCES219 workitem/get_global_id.cl

12