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

/xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
H A Dnouveau_noop.c43 struct nouveau_shim_bo { struct
48 static struct nouveau_shim_bo *
49 nouveau_shim_bo(struct shim_bo *bo) function in typeref:struct:nouveau_shim_bo *
51 return (struct nouveau_shim_bo *)bo;
71 struct nouveau_shim_bo *bo = calloc(1, sizeof(*bo));
97 struct nouveau_shim_bo *bo =
98 nouveau_shim_bo(drm_shim_bo_lookup(shim_fd, info->handle));
130 struct nouveau_shim_bo *notify = calloc(1, sizeof(*notify));

Completed in 2 milliseconds