Searched refs:gid (Results 1 - 25 of 90) sorted by relevance

1234

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_util.c34 int uid, gid; local in function:spiceqxl_chown_agent_file
37 gid = get_int_option(qxl->options, OPTION_SPICE_VDAGENT_GID, "XSPICE_VDAGENT_GID");
38 if (uid && gid) {
39 if (chown(filename, uid, gid) != 0) {
41 filename, uid, gid, strerror(errno));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c50 int gid, cid; local in function:init_perf_monitor
55 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) {
56 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid];
57 const struct st_perf_monitor_group *stg = &st->perfmon[gid];
59 if (m->ActiveGroups[gid] > g->MaxActiveCounters) {
68 num_active_counters += m->ActiveGroups[gid];
70 max_batch_counters += m->ActiveGroups[gid];
88 for (gid
292 int gid, cid; local in function:st_GetPerfMonitorResult
352 int gid, cid; local in function:st_InitPerfMonitorGroups
458 int gid; local in function:st_destroy_perfmon
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c50 int gid, cid; local in function:init_perf_monitor
55 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) {
56 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid];
57 const struct st_perf_monitor_group *stg = &st->perfmon[gid];
59 if (m->ActiveGroups[gid] > g->MaxActiveCounters) {
68 num_active_counters += m->ActiveGroups[gid];
70 max_batch_counters += m->ActiveGroups[gid];
88 for (gid
291 int gid, cid; local in function:st_GetPerfMonitorResult
351 int gid, cid; local in function:st_InitPerfMonitorGroups
457 int gid; local in function:st_destroy_perfmon
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c65 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry
90 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
91 unsigned counter_idx = counters_per_group[entry->gid]++;
104 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
105 unsigned counter_idx = counters_per_group[entry->gid]++;
131 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
132 unsigned counter_idx = counters_per_group[entry->gid]++;
196 entry->gid = pq->group_id;
208 if (pq->group_id == entry->gid)
212 if (counters_per_group[entry->gid] >
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c64 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry
89 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
90 unsigned counter_idx = counters_per_group[entry->gid]++;
103 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
104 unsigned counter_idx = counters_per_group[entry->gid]++;
130 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
131 unsigned counter_idx = counters_per_group[entry->gid]++;
195 entry->gid = pq->group_id;
207 if (pq->group_id == entry->gid)
211 if (counters_per_group[entry->gid] >
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_driver.cc59 for (uint32_t gid = 0; gid < perf.perf->cfg->n_categories; ++gid) { local in function:pps::PanfrostDriver::create_available_counters
60 const auto &category = perf.perf->cfg->categories[gid];
62 group.id = gid;
68 counter.group = gid;
/xsrc/external/mit/libX11/dist/src/
H A DDrArcs.c49 req->gc = (CARD32) gc->gid;
H A DDrLines.c47 req->gc = (CARD32) gc->gid;
H A DFreeGC.c43 GetResReq (FreeGC, gc->gid, req);
H A DSetDashes.c44 req->gc = gc->gid;
H A DDrLine.c59 && (req->gc == gc->gid)
71 req->gc = gc->gid;
H A DDrPoint.c57 && (req->gc == gc->gid)
69 req->gc = gc->gid;
H A DDrRect.c59 && (req->gc == gc->gid)
71 req->gc = gc->gid;
H A DFillArc.c60 && (req->gc == gc->gid)
72 req->gc = gc->gid;
H A DFillRct.c59 && (req->gc == gc->gid)
70 req->gc = gc->gid;
H A DImText.c70 qreq->fid = gc->gid;
89 req->gc = gc->gid;
H A DImText16.c71 qreq->fid = gc->gid;
90 req->gc = gc->gid;
H A DCopyArea.c53 req->gc = gc->gid;
H A DCopyPlane.c54 req->gc = gc->gid;
H A DDrArc.c58 req->gc = gc->gid;
H A DDrRects.c49 req->gc = (CARD32) gc->gid;
H A DDrSegs.c49 req->gc = (CARD32) gc->gid;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c265 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry
290 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
291 unsigned counter_idx = counters_per_group[entry->gid]++;
304 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
305 unsigned counter_idx = counters_per_group[entry->gid]++;
332 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
333 unsigned counter_idx = counters_per_group[entry->gid]++;
411 entry->gid = pq->group_id;
423 if (pq->group_id == entry->gid)
427 if (counters_per_group[entry->gid] >
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c265 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry
290 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
291 unsigned counter_idx = counters_per_group[entry->gid]++;
304 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
305 unsigned counter_idx = counters_per_group[entry->gid]++;
332 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
333 unsigned counter_idx = counters_per_group[entry->gid]++;
411 entry->gid = pq->group_id;
423 if (pq->group_id == entry->gid)
427 if (counters_per_group[entry->gid] >
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c258 uint8_t gid; /* group-id */ member in struct:fd_batch_query_entry
283 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
284 unsigned counter_idx = counters_per_group[entry->gid]++;
297 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
298 unsigned counter_idx = counters_per_group[entry->gid]++;
325 const struct fd_perfcntr_group *g = &screen->perfcntr_groups[entry->gid];
326 unsigned counter_idx = counters_per_group[entry->gid]++;
403 entry->gid = pq->group_id;
415 if (pq->group_id == entry->gid)
419 if (counters_per_group[entry->gid] >
[all...]

Completed in 15 milliseconds

1234