Searched refs:get_global_id (Results 1 – 25 of 31) sorted by relevance
12
20 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);
27 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);
18 int gid_x = get_global_id(0);19 int gid_y = get_global_id(1);
29 int gid_x = get_global_id(0);30 int gid_y = get_global_id(1);
28 int gid_x = get_global_id(0);29 int gid_y = get_global_id(1);
676 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 …]
195 auto get_global_id = [&](int i) { in GetReduceKernelCode() local229 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()
42 br label %get_global_id.exit44 get_global_id.exit: ; preds = %1151 ; <label>:16 ; preds = %get_global_id.exit52 %17 = phi i32 [ %15, %get_global_id.exit ]
103 (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); \
1 _CLC_DECL _CLC_OVERLOAD size_t get_global_id(uint dim);
3 _CLC_DEF _CLC_OVERLOAD size_t get_global_id(uint dim) {
3 workitem/get_global_id.cl
24 uint const gid = get_global_id(0);
45 uint const global_id = get_global_id(0);
122 uint const global_id = get_global_id(0);278 get_global_id(0)>>HS_SLAB_WIDTH_LOG2,c_min,c_max);
134 (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);
39 skc_uint const gid = get_global_id(0);
7 # uint i = get_global_id(0);
37 cl_ulong get_global_id[MAX_DIMS]; member
219 workitem/get_global_id.cl