Searched refs:gpu_infos (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dgmemtool.c96 static const struct gpu_info gpu_infos[] = { variable in typeref:typename:const struct gpu_info[]
123 for (int i = 0; i < ARRAY_SIZE(gpu_infos); i++)
124 fprintf(stderr, "\t%s\n", gpu_infos[i].name);
150 for (int i = 0; i < ARRAY_SIZE(gpu_infos); i++) {
151 if (strcmp(gpu_name, gpu_infos[i].name) == 0) {
152 gpu_info = &gpu_infos[i];
/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_devices.py35 self.gpu_infos = []
42 for info in self.gpu_infos:
103 s.gpu_infos.append(self)
367 %for info in s.gpu_infos:

Completed in 4 milliseconds