| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_util.c | 34 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 D | st_cb_perfmon.c | 50 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 D | st_cb_perfmon.c | 50 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 D | fd2_query.c | 65 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 D | fd2_query.c | 64 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 D | pan_pps_driver.cc | 59 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 D | DrArcs.c | 49 req->gc = (CARD32) gc->gid;
|
| H A D | DrLines.c | 47 req->gc = (CARD32) gc->gid;
|
| H A D | FreeGC.c | 43 GetResReq (FreeGC, gc->gid, req);
|
| H A D | SetDashes.c | 44 req->gc = gc->gid;
|
| H A D | DrLine.c | 59 && (req->gc == gc->gid) 71 req->gc = gc->gid;
|
| H A D | DrPoint.c | 57 && (req->gc == gc->gid) 69 req->gc = gc->gid;
|
| H A D | DrRect.c | 59 && (req->gc == gc->gid) 71 req->gc = gc->gid;
|
| H A D | FillArc.c | 60 && (req->gc == gc->gid) 72 req->gc = gc->gid;
|
| H A D | FillRct.c | 59 && (req->gc == gc->gid) 70 req->gc = gc->gid;
|
| H A D | ImText.c | 70 qreq->fid = gc->gid; 89 req->gc = gc->gid;
|
| H A D | ImText16.c | 71 qreq->fid = gc->gid; 90 req->gc = gc->gid;
|
| H A D | CopyArea.c | 53 req->gc = gc->gid;
|
| H A D | CopyPlane.c | 54 req->gc = gc->gid;
|
| H A D | DrArc.c | 58 req->gc = gc->gid;
|
| H A D | DrRects.c | 49 req->gc = (CARD32) gc->gid;
|
| H A D | DrSegs.c | 49 req->gc = (CARD32) gc->gid;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_query.c | 265 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 D | fd6_query.c | 265 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 D | fd5_query.c | 258 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...] |