Home
last modified time | relevance | path

Searched refs:nv04_notify (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c435 struct nv04_notify *fence = screen->fence->data; in nv30_screen_fence_update()
589 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create()
590 .length = 32 }, sizeof(struct nv04_notify), in nv30_screen_create()
597 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create()
598 .length = 32 }, sizeof(struct nv04_notify), in nv30_screen_create()
608 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create()
609 .length = 4096 - 128 }, sizeof(struct nv04_notify), in nv30_screen_create()
Dnv30_query.c42 struct nv04_notify *query = screen->query->data; in nv30_ntfy()
/external/libdrm/nouveau/
Dnouveau.h271 struct nv04_notify { struct
Dabi16.c150 struct nv04_notify *ntfy = obj->data; in abi16_ntfy()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c489 &(struct nv04_notify) { in nv04_surface_init()
491 }, sizeof(struct nv04_notify), &hw->ntfy); in nv04_surface_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c912 &(struct nv04_notify){ .length = 32 }, in nv50_screen_create()
913 sizeof(struct nv04_notify), &screen->sync); in nv50_screen_create()