Searched refs:nv04_notify (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 540 struct nv04_notify *fence = screen->fence->data; in nv30_screen_fence_update() 691 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create() 692 .length = 32 }, sizeof(struct nv04_notify), in nv30_screen_create() 699 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create() 700 .length = 32 }, sizeof(struct nv04_notify), in nv30_screen_create() 710 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create() 711 .length = 4096 - 128 }, sizeof(struct nv04_notify), in nv30_screen_create()
|
D | nv30_query.c | 39 struct nv04_notify *query = screen->query->data; in nv30_ntfy()
|
/third_party/libdrm/nouveau/ |
D | nouveau.h | 271 struct nv04_notify { struct
|
D | abi16.c | 150 struct nv04_notify *ntfy = obj->data; in abi16_ntfy()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 1079 &(struct nv04_notify){ .length = 32 }, in nv50_screen_create() 1080 sizeof(struct nv04_notify), &screen->sync); in nv50_screen_create()
|