Searched refs:get_group_id (Results 1 – 25 of 27) sorted by relevance
12
24 unsigned int group_id_x = get_group_id(0);25 unsigned int group_id_y = get_group_id(1);26 unsigned int group_id_z = get_group_id(2);
49 pub fn get_group_id(group_name: &CStr) -> Result<gid_t> { in get_group_id() function108 let root_gid = get_group_id(root_name).unwrap(); in get_good_gid()119 let bad_gid_result = get_group_id(bad_name); in get_bad_gid()
1 _CLC_DECL _CLC_OVERLOAD size_t get_group_id(uint dim);
2 i[get_group_id(0)] = 1;
4 return get_group_id(dim) * get_local_size(dim) + get_local_id(dim);
3 _CLC_DEF _CLC_OVERLOAD size_t get_group_id(uint dim) {
4 return get_group_id(dim) * get_local_size(dim) + get_local_id(dim) + get_global_offset(dim);
4 workitem/get_group_id.cl
3 _CLC_DEF _CLC_OVERLOAD uint get_group_id(uint dim) {
7 workitem/get_group_id.cl
9 workitem/get_group_id.cl
837 …uint offset = span * get_local_size(0) * get_group_id(0); // offset of this workgroup's RNG substr…840 …uint pos = get_group_id(0) * get_local_size(0) * pixelsPerWorkItem * number_channels + (get_local_…911 const int groupX=get_local_size(0)*get_group_id(0);968 const int groupX=get_local_size(0)*get_group_id(0);969 const int groupY=get_local_size(1)*get_group_id(1);2462 const unsigned int startX = get_group_id(0)*pixelPerWorkgroup;2624 const unsigned int startY = get_group_id(1)*pixelPerWorkgroup;2885 const int groupX = get_group_id(0);2886 const int groupStartY = get_group_id(1)*get_local_size(1) - radius;2887 const int groupStopY = (get_group_id(1)+1)*get_local_size(1) + radius;[all …]
86 auto get_group_id = [&](absl::Span<const int64> indices) { in PartialTile() local96 sorted_groups[get_group_id(indices)].insert(device); in PartialTile()100 auto begin = sorted_groups[get_group_id(indices)].begin(); in PartialTile()102 sorted_groups[get_group_id(indices)].erase(begin); in PartialTile()
39 cl_ulong get_group_id[MAX_DIMS]; member
13 ; This test case checks whether the openCl runtime functions (get_local_id/get_group_id) return the…
2941 // get_group_id(0) as a uniform but the alternative calculation used2946 uint const cmd_idx = get_group_id(0);2948 uint const cmd_idx = get_group_id(0) * SKC_RASTERIZE_WORKGROUP_SUBGROUPS + get_sub_group_id();3099 // get_group_id(0) as a uniform but the alternative calculation used3104 uint const cmd_idx = get_group_id(0);3106 uint const cmd_idx = get_group_id(0) * SKC_RASTERIZE_WORKGROUP_SUBGROUPS + get_sub_group_id();3208 // get_group_id(0) as a uniform but the alternative calculation used3213 uint const cmd_idx = get_group_id(0);3215 uint const cmd_idx = get_group_id(0) * SKC_RASTERIZE_WORKGROUP_SUBGROUPS + get_sub_group_id();3313 // get_group_id(0) as a uniform but the alternative calculation used[all …]
515 // get_group_id(0) as a uniform but the alternative calculation used557 skc_uint const cmd_idx = get_group_id(0);559 skc_uint const cmd_idx = get_group_id(0) * SKC_PLACE_WORKGROUP_SUBGROUPS + get_sub_group_id();
164 skc_uint cmd_idx = get_group_id(0) * cmd_stride + get_sub_group_id();
149 skc_uint reclaim_idx = get_group_id(0) * reclaim_stride + get_sub_group_id();
794 skc_uint const sgi = get_group_id(0);796 skc_uint const sgi = get_group_id(0) * SKC_PREFIX_WORKGROUP_SUBGROUPS + get_sub_group_id();
176 skc_uint reclaim_idx = get_group_id(0) * reclaim_stride + get_sub_group_id();
1751 // TAKE NOTE: the Intel GEN compiler is recognizing get_group_id(0)1757 skc_uint const ttck_offset_idx = get_group_id(0);1759 …skc_uint const ttck_offset_idx = get_group_id(0) * SKC_RENDER_WORKGROUP_SUBGROUPS + get_sub_group_…
1736 let crosvm_gid = match get_group_id(&crosvm_user_group) { in add_crosvm_user_to_jail()
419 "get_local_id", "get_num_groups", "get_group_id",