Home
last modified time | relevance | path

Searched full:gid (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_non_uniform_arithmetic.cpp25 int gid = get_global_id(0);
26 XY(xy,gid);
29 out[gid] = sub_group_non_uniform_scan_inclusive_add(in[gid]);
36 int gid = get_global_id(0);
37 XY(xy,gid);
40 out[gid] = sub_group_non_uniform_scan_inclusive_max(in[gid]);
47 int gid = get_global_id(0);
48 XY(xy,gid);
51 out[gid] = sub_group_non_uniform_scan_inclusive_min(in[gid]);
58 int gid = get_global_id(0);
[all …]
Dtest_subgroup_clustered_reduce.cpp29 " int gid = get_global_id(0);\n"
30 " XY(xy,gid);\n"
31 " xy[gid].w = 0;\n"
32 " if (sizeof(in[gid]) == "
33 "sizeof(sub_group_clustered_reduce_add(in[gid], " CLUSTER_SIZE_STR ")))\n"
34 " {xy[gid].w = sizeof(in[gid]);}\n"
35 " out[gid] = sub_group_clustered_reduce_add(in[gid], " CLUSTER_SIZE_STR
43 " int gid = get_global_id(0);\n"
44 " XY(xy,gid);\n"
45 " xy[gid].w = 0;\n"
[all …]
Dsubgroup_common_kernels.cpp22 " int gid = get_global_id(0);\n"
23 " XY(xy,gid);\n"
24 " Type x = in[gid];\n"
25 " uint which_sub_group_local_id = xy[gid].z;\n"
26 " out[gid] = sub_group_broadcast(x, which_sub_group_local_id);\n"
33 " int gid = get_global_id(0);\n"
34 " XY(xy,gid);\n"
35 " out[gid] = sub_group_reduce_add(in[gid]);\n"
41 " int gid = get_global_id(0);\n"
42 " XY(xy,gid);\n"
[all …]
Dtest_subgroup_ballot.cpp691 " int gid = get_global_id(0);\n"
692 " XY(xy,gid);\n"
693 " Type x = in[gid];\n"
694 " if (xy[gid].x < NR_OF_ACTIVE_WORK_ITEMS) {\n"
695 " out[gid] = sub_group_non_uniform_broadcast(x, xy[gid].z);\n"
697 " out[gid] = sub_group_non_uniform_broadcast(x, xy[gid].w);\n"
705 " int gid = get_global_id(0);\n"
706 " XY(xy,gid);\n"
707 " Type x = in[gid];\n"
708 " if (xy[gid].x < NR_OF_ACTIVE_WORK_ITEMS) {\n"
[all …]
Dtest_barrier.cpp26 " int gid = get_global_id(0);\n"
29 " xy[gid].x = lid;\n"
30 " xy[gid].y = get_sub_group_id();\n"
32 " tmp[lid] = in[gid];\n"
34 " out[gid] = tmp[nid-1-lid];\n"
36 " out[gid] = -in[gid];\n"
44 " int gid = get_global_id(0);\n"
48 " xy[gid].x = lid;\n"
49 " xy[gid].y = get_sub_group_id();\n"
51 " tmp[tof+lid] = in[gid];\n"
[all …]
Dtest_subgroup_shuffle.cpp28 " int gid = get_global_id(0);\n"
29 " XY(xy,gid);\n"
30 " Type x = in[gid];\n"
31 " out[gid] = sub_group_shuffle_xor(x, xy[gid].z);"
38 " int gid = get_global_id(0);\n"
39 " XY(xy,gid);\n"
40 " Type x = in[gid];\n"
41 " out[gid] = sub_group_shuffle(x, xy[gid].z);"
Dtest_subgroup_shuffle_relative.cpp28 " int gid = get_global_id(0);\n"
29 " XY(xy,gid);\n"
30 " Type x = in[gid];\n"
31 " out[gid] = sub_group_shuffle_down(x, xy[gid].z);"
37 " int gid = get_global_id(0);\n"
38 " XY(xy,gid);\n"
39 " Type x = in[gid];\n"
40 " out[gid] = sub_group_shuffle_up(x, xy[gid].z);"
/external/e2fsprogs/tests/f_journal/
Dexpect.12 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096)
3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024)
4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096)
5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096)
6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024)
7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024)
8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024)
9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096)
10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024)
11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024)
[all …]
/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_flags.cpp61 NL, " size_t gid = get_group_id(0);"
62 NL, " res[gid] = 1;"
68 NL, " if(array[j * gs + ls * gid + i] != ((ls * gid + i) + j))"
70 NL, " res[gid] = 2;"
133 NL, " size_t gid = get_group_id(0);"
134 NL, " res[gid] = 1;"
140 NL, " if(array[j * gs + ls * gid + i] != ((ls * gid + i) + j))"
142 NL, " res[gid] = 2;"
183 NL, " size_t gid = get_group_id(0);"
192 NL, " int id = gid * ls + i;"
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c50 int gid, cid; in init_perf_monitor() local
55 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { in init_perf_monitor()
56 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor()
57 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; in init_perf_monitor()
59 if (m->ActiveGroups[gid] > g->MaxActiveCounters) { in init_perf_monitor()
68 num_active_counters += m->ActiveGroups[gid]; in init_perf_monitor()
70 max_batch_counters += m->ActiveGroups[gid]; in init_perf_monitor()
88 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { in init_perf_monitor()
89 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor()
90 const struct st_perf_monitor_group *stg = &st->perfmon[gid]; in init_perf_monitor()
[all …]
/external/deqp-deps/amber/tests/cases/
Dglsl_read_and_write_image3d_rgba32i.amber20 uvec3 gid = gl_GlobalInvocationID;
21 ivec3 coord = ivec3(gid.x, gid.y, gid.z);
22 ivec4 data = ivec4(gid.x + 1, gid.y + 1, gid.z + 1, 0);
35 uvec3 gid = gl_GlobalInvocationID;
36 ivec3 coord = ivec3(gid.x, gid.y, gid.z);
37 uint linear = 4 * gid.z + 2 * gid.y + gid.x;
/external/OpenCL-CTS/test_conformance/pipes/
Dkernels.h26 " int gid = get_global_id(0);\n"
32 " write_pipe(out_pipe, res_id, 0, &src[gid]);\n"
39 " int gid = get_global_id(0);\n"
45 " read_pipe(in_pipe, res_id, 0, &dst[gid]);\n"
57 " int gid = get_global_id(0);\n"
63 " write_pipe(out_pipe, res_id, get_local_id(0), &src[gid]);\n"
70 " int gid = get_global_id(0);\n"
76 " read_pipe(in_pipe, res_id, get_local_id(0), &dst[gid]);\n"
89 " int gid = get_global_id(0);\n"
95 " write_pipe(out_pipe, res_id, get_sub_group_local_id(), &src[gid]);\n"
[all …]
/external/toybox/toys/pending/
Dgroupadd.c15 usage: groupadd [-S] [-g GID] [USER] GROUP
19 -g GID Group id
30 long gid; in GLOBALS() argument
33 /* Add a new group to the system, if GID is given then that is validated
34 * to be free, else a free GID is choosen by self.
43 if (TT.gid > INT_MAX) error_exit("gid should be less than '%d' ", INT_MAX);
44 if (getgrgid(TT.gid)) error_exit("group '%ld' is in use", TT.gid);
46 if (FLAG(S)) TT.gid = CFG_TOYBOX_UID_SYS;
47 else TT.gid = CFG_TOYBOX_UID_USR;
48 //find unused gid
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dlstm.cc49 vec4 prev_state = $input_data_1[gid.x, gid.y, gid.z]$; in GenerateCode()
57 vec4 gate_0 = $input_data_0[gid.x, gid.y, gid.z + c0]$; in GenerateCode()
58 vec4 gate_1 = $input_data_0[gid.x, gid.y, gid.z + c1]$; in GenerateCode()
59 vec4 gate_2 = $input_data_0[gid.x, gid.y, gid.z + c2]$; in GenerateCode()
60 vec4 gate_3 = $input_data_0[gid.x, gid.y, gid.z + c3]$; in GenerateCode()
Dconcat.cc70 if (gid.z < $border$) { in GenerateCode()
71 value_0 = $input_data_0[gid.x, gid.y, gid.z]$; in GenerateCode()
73 int z = gid.z - $border$; in GenerateCode()
74 value_0 = $input_data_1[gid.x, gid.y, z]$; in GenerateCode()
179 int z = gid.z; in DeclareVariables()
219 code += "val = $" + input + "[gid.x, gid.y, " + std::to_string(block) + in AlignedCase()
221 "$output_data_0[gid.x, gid.y, z] = val$;\n" in AlignedCase()
262 code += "vec4 " + temp(*t) + " = $" + input + "[gid.x, gid.y, 0]$;\n"; in UnalignedCase()
270 code += "$output_data_0[gid.x, gid.y, z - 1] = val$;\n"; in UnalignedCase()
284 code += "vec4 " + temp(*t) + " = $" + input + "[gid.x, gid.y, " + in UnalignedCase()
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DX7875_NewUnix.java30 * An extra field that stores UNIX UID/GID data (owner &amp; group ownership) for a given
44 * GIDSize 1 byte Size of GID field
45 * GID Variable GID for this entry (little endian)
66 // Also, the spec theoretically allows UID/GID up to 255 bytes long!
70 private BigInteger gid; field in X7875_NewUnix
100 * Gets the GID as a long. GID is typically a 32 bit unsigned
105 * @return the GID value.
107 public long getGID() { return ZipUtil.bigToLong(gid); } in getGID()
119 * Sets the GID.
121 * @param l GID value to set on this extra field.
[all …]
/external/rust/crates/tokio/src/net/unix/
Ducred.rs10 /// GID (group ID) of the process
11 gid: gid_t, field
20 /// Gets GID (group ID) of the process.
21 pub fn gid(&self) -> gid_t { in gid() method
22 self.gid in gid()
69 gid: 0, in get_peer_cred()
90 gid: ucred.gid, in get_peer_cred()
119 let mut gid = MaybeUninit::uninit(); in get_peer_cred() localVariable
121 let ret = getpeereid(raw_fd, uid.as_mut_ptr(), gid.as_mut_ptr()); in get_peer_cred()
126 gid: gid.assume_init(), in get_peer_cred()
[all …]
/external/ltp/testcases/kernel/syscalls/setregid/
Dsetregid01.c25 static gid_t gid, egid; /* current real and effective group id */ variable
33 {&neg_one, &neg_one, "Dont change either real or effective gid" },
34 {&neg_one, &egid, "Change effective to effective gid" },
35 {&gid, &neg_one, "Change real to real gid" },
36 {&neg_one, &gid, "Change effective to real gid" },
37 {&gid, &gid, "Try to change real to current real" }
54 gid = getgid(); in setup()
55 GID16_CHECK(gid, setregid); in setup()
/external/skia/src/pdf/
DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set() argument
23 bool has(SkGlyphID gid) const { return fBitSet.test(this->toCode(gid)); } in has() argument
39 uint16_t toCode(SkGlyphID gid) const { in toCode() argument
40 if (gid == 0 || fFirstNonZero == 1) { in toCode()
41 return gid; in toCode()
43 SkASSERT(gid >= fFirstNonZero && gid <= fLastGlyph); in toCode()
44 return gid - fFirstNonZero + 1; in toCode()
/external/skqp/src/pdf/
DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set() argument
23 bool has(SkGlyphID gid) const { return fBitSet.has(this->toCode(gid)); } in has() argument
39 uint16_t toCode(SkGlyphID gid) const { in toCode() argument
40 if (gid == 0 || fFirstNonZero == 1) { in toCode()
41 return gid; in toCode()
43 SkASSERT(gid >= fFirstNonZero && gid <= fLastGlyph); in toCode()
44 return gid - fFirstNonZero + 1; in toCode()
DSkPDFMakeCIDGlyphWidthsArray.cpp184 for (int gId = 0; gId <= lastIndex; gId++) { in SkPDFMakeCIDGlyphWidthsArray() local
186 if (gId < lastIndex) { in SkPDFMakeCIDGlyphWidthsArray()
187 if (!subset || 0 == gId || subset->has(gId)) { in SkPDFMakeCIDGlyphWidthsArray()
188 advance = (int16_t)cache->getGlyphIDAdvance(gId).fAdvanceX; in SkPDFMakeCIDGlyphWidthsArray()
202 curRange.fStartId = gId; // reset in SkPDFMakeCIDGlyphWidthsArray()
206 finish_range(&curRange, gId - 1, AdvanceMetric::kRun); in SkPDFMakeCIDGlyphWidthsArray()
209 curRange = AdvanceMetric(gId); in SkPDFMakeCIDGlyphWidthsArray()
219 gId - repeatedAdvances - wildCardsInRun - 2, in SkPDFMakeCIDGlyphWidthsArray()
223 curRange = AdvanceMetric(gId); in SkPDFMakeCIDGlyphWidthsArray()
226 finish_range(&curRange, gId - trailingWildCards - 1, in SkPDFMakeCIDGlyphWidthsArray()
[all …]
/external/iptables/extensions/
Dlibxt_owner.t5 -m owner --gid-owner root;-m owner --gid-owner 0;OK
6 -m owner --gid-owner 0-10;=;OK
7 -m owner --uid-owner root --gid-owner root;-m owner --uid-owner 0 --gid-owner 0;OK
8 -m owner --uid-owner 0-10 --gid-owner 0-10;=;OK
11 -m owner --gid-owner 0-10 --suppl-groups;=;OK
12 -m owner --suppl-groups --gid-owner 0-10;;FAIL
13 -m owner --gid-owner 0-10 ! --suppl-groups;;FAIL
Dlibxt_owner.c31 gid_t gid; member
40 gid_t gid; member
49 * UID/GID value anyway.
67 "[!] --gid-owner groupid Match local GID\n" in owner_mt_help_v0()
79 "[!] --gid-owner groupid Match local GID\n" in owner_mt6_help_v0()
90 "[!] --gid-owner groupid[-groupid] Match local GID\n" in owner_mt_help()
92 " --suppl-groups Also match supplementary groups set with --gid-owner\n"); in owner_mt_help()
99 {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
117 {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
132 {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
[all …]
/external/libcap/goapps/gowns/
Dgowns.go26 // gid holds the gid for the base user in this namespace (defaults to getgid).
27 gid int member
29 // uidMap holds the namespace mapping of gid values.
36 gid = flag.Int("gid", -1, "gid of the hosting user") var
42 gids = flag.String("gids", "", "comma separated GID ranges to map contiguously (req. CAP_SETGID)")
138 gid: syscall.Getgid(),
151 switch *gid {
153 detail.gid = thisGID
155 detail.gid = *gid
157 detail.gidMap = parseRanges(&detail, *gids, detail.gid)
[all …]
/external/strace/tests-mx32/
Dxchownx.c97 #define PAIR(val) { val, gid }, { uid, val }
106 unsigned int gid = GETEGID; in main() local
107 CHECK_OVERFLOWUID(gid); in main()
110 const long uid, gid; in main() member
112 { uid, gid }, in main()
113 { (unsigned long) 0xffffffff00000000ULL | uid, gid }, in main()
114 { uid, (unsigned long) 0xffffffff00000000ULL | gid }, in main()
117 { 0xffff0000U | uid, gid }, in main()
118 { uid, 0xffff0000U | gid }, in main()
136 const unsigned int gnum = ugid2int(tests[i].gid); in main()
[all …]

12345678910>>...46