Searched refs:guid (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/xvinfo/dist/
H A Dxvinfo.c259 fprintf(stdout, " guid: ");
261 formats[n].guid[0]);
263 formats[n].guid[1]);
265 formats[n].guid[2]);
267 formats[n].guid[3]);
269 formats[n].guid[4]);
271 formats[n].guid[5]);
273 formats[n].guid[6]);
275 formats[n].guid[7]);
277 formats[n].guid[
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_bo.h66 uint64_t guid; member in struct:agx_bo
H A Dagx_device.c97 .guid = 0, /* TODO? */
105 .guid = 0, /* TODO? */
169 bo->guid = out[5];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pdata.h8 GUID guid; member in struct:pheader
H A DMakefile.sources20 guid.c \
21 guid.h \
H A Diunknown.c225 memcpy(&header->guid, refguid, sizeof(header->guid));
227 err = util_hash_table_set(This->pdata, &header->guid, header);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pdata.h10 GUID guid; member in struct:pheader
H A Diunknown.c230 memcpy(&header->guid, refguid, sizeof(header->guid));
233 _mesa_hash_table_insert(This->pdata, &header->guid, header);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtest_subpicture.c35 static void PrintGUID(const char *guid) argument
40 printf("%c,", guid[i] == 0 ? '0' : guid[i]);
42 printf("%x,", (unsigned char)guid[i]);
43 printf("%x\n", (unsigned int)guid[15]);
112 PrintGUID(subpics[i].guid);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtest_subpicture.c35 static void PrintGUID(const char *guid) argument
40 printf("%c,", guid[i] == 0 ? '0' : guid[i]);
42 printf("%x,", (unsigned char)guid[i]);
43 printf("%x\n", (unsigned int)guid[15]);
112 PrintGUID(subpics[i].guid);
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.c154 DBG("metric set registred: id = %" PRIu64", guid = %s\n",
155 registred_query->oa_metrics_set_id, query->guid);
222 gen_perf_load_metric_id(struct gen_perf *perf, const char *guid, argument
228 perf->sysfs_dev_dir, guid);
243 if (gen_perf_load_metric_id(perf, query->guid, &config_id)) {
244 DBG("metric set: %s (already loaded)\n", query->guid);
251 memcpy(config.uuid, query->guid, sizeof(config.uuid));
265 query->name, query->guid, strerror(errno));
270 DBG("metric set: %s (added)\n", query->guid);
H A Dgen_perf.h137 const char *guid; member in struct:gen_perf_query_info
282 bool gen_perf_load_metric_id(struct gen_perf *perf, const char *guid,
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf.h226 const char *guid; member in struct:intel_perf_query_info
407 /** Query i915 for a metric id using guid.
410 const char *guid,
413 /** Load a configuation's content from i915 using a guid.
416 int fd, const char *guid);
418 /** Store a configuration into i915 using guid and return a new metric id.
420 * If guid is NULL, then a generated one will be provided by hashing the
425 const char *guid);
H A Dintel_perf.c186 DBG("metric set registered: id = %" PRIu64", guid = %s\n",
187 registered_query->oa_metrics_set_id, query->guid);
266 int fd, const char *guid,
273 memcpy(query->uuid, guid, sizeof(query->uuid));
289 const char *guid,
295 perf_cfg->sysfs_dev_dir, guid);
304 const char *guid)
308 memcpy(i915_config.uuid, guid, sizeof(i915_config.uuid));
331 if (intel_perf_load_metric_id(perf, query->guid, &config_id)) {
332 DBG("metric set: %s (already loaded)\n", query->guid);
265 i915_query_perf_config_data(struct intel_perf_config * perf,int fd,const char * guid,struct drm_i915_perf_oa_config * config) argument
288 intel_perf_load_metric_id(struct intel_perf_config * perf_cfg,const char * guid,uint64_t * metric_id) argument
302 i915_add_config(struct intel_perf_config * perf,int fd,const struct intel_perf_registers * config,const char * guid) argument
781 intel_perf_load_configuration(struct intel_perf_config * perf_cfg,int fd,const char * guid) argument
814 intel_perf_store_configuration(struct intel_perf_config * perf_cfg,int fd,const struct intel_perf_registers * config,const char * guid) argument
[all...]
H A Dintel_perf_query.c448 DBG("Raw query '%s' guid=%s using cached ID: %"PRIu64"\n",
449 query->name, query->guid, query->oa_metrics_set_id);
454 if (!intel_perf_load_metric_id(perf, query->guid,
456 DBG("Unable to read query guid=%s ID, falling back to test config\n", query->guid);
459 DBG("Raw query '%s'guid=%s loaded ID: %"PRIu64"\n",
460 query->name, query->guid, query->oa_metrics_set_id);
/xsrc/external/mit/libXv/dist/include/X11/extensions/
H A DXvlib.h128 char guid[16]; /* Globally Unique IDentifier */ member in struct:__anon3b3c96a30908
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.h62 char guid[16]; /* Globally Unique IDentifier */ member in struct:_EphyrHostImageFormat
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.h63 unsigned char guid[16]; member in struct:__anon30ce8c010108
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.h49 unsigned char guid[16]; member in struct:__anone1cd51a60108
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvdix.h122 char guid[16]; member in struct:__anona5184b1a0508
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdix.h120 char guid[16]; member in struct:__anon419ad4ed0508
/xsrc/external/mit/libXvMC/dist/src/
H A DXvMC.c184 memcpy(&(ret[i].guid[0]), &(Info.guid[0]), 16);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c248 DBG("Raw query '%s' guid=%s using cached ID: %"PRIu64"\n",
249 query->name, query->guid, query->oa_metrics_set_id);
254 if (!gen_perf_load_metric_id(brw->perfquery.perf, query->guid,
256 DBG("Unable to read query guid=%s ID, falling back to test config\n", query->guid);
259 DBG("Raw query '%s'guid=%s loaded ID: %"PRIu64"\n",
260 query->name, query->guid, query->oa_metrics_set_id);
H A Dbrw_performance_query_mdapi.c190 query->guid = GEN_PERF_QUERY_GUID_MDAPI;
/xsrc/external/mit/MesaLib/src/intel/perf/
H A Dintel_perf_metrics.c[all...]

Completed in 92 milliseconds

12