Searched refs:gpus (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
H A Detnaviv_noop.c42 static const struct etna_shim_gpu gpus[] = { variable in typeref:typename:const struct etna_shim_gpu[]
238 for (unsigned i = 0; i < ARRAY_SIZE(gpus); i++) {
239 if (strncasecmp(gpu, gpus[i].name, strlen(gpus[i].name)) == 0) {
240 shim_gpu = &gpus[i];
247 shim_gpu = &gpus[1];
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcmdline.c272 } gpus[] = { local in function:main
305 for (unsigned i = 0; i < ARRAY_SIZE(gpus); ++i) {
306 if (strcmp(gpus[i].name, optarg)) continue;
308 unsigned major = gpus[i].major;
309 unsigned minor = gpus[i].minor;
/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_devices.py38 self.gpus = {}
52 s.gpus[id] = info
372 %for id, info in s.gpus.items():
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.7.rst75 - radv: fix MSAA on SI gpus.
H A D20.3.1.rst61 - radeonsi: fix regression on gpus using the radeon winsys.
H A D20.2.5.rst76 - radeonsi: fix regression on gpus using the radeon winsys.
H A D21.0.0.rst943 - radeonsi: fix regression on gpus using the radeon winsys.

Completed in 13 milliseconds