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

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
H A Detnaviv_noop.c153 static const struct etna_shim_gpu *shim_gpu; variable in typeref:typename:const struct etna_shim_gpu *
198 gp->value = shim_gpu->reg_map[gp->param];
240 shim_gpu = &gpus[i];
246 if (!shim_gpu)
247 shim_gpu = &gpus[1];
249 fprintf(stderr, "Using %s as shim gpu\n", shim_gpu->name);

Completed in 3 milliseconds