Searched refs:nv04_notify (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 482 struct nv04_notify *fence = screen->fence->data; in nv30_screen_fence_update() 636 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create() 637 .length = 32 }, sizeof(struct nv04_notify), in nv30_screen_create() 644 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create() 645 .length = 32 }, sizeof(struct nv04_notify), in nv30_screen_create() 655 NOUVEAU_NOTIFIER_CLASS, &(struct nv04_notify) { in nv30_screen_create() 656 .length = 4096 - 128 }, sizeof(struct nv04_notify), in nv30_screen_create()
|
D | nv30_query.c | 42 struct nv04_notify *query = screen->query->data; in nv30_ntfy()
|
/external/libdrm/nouveau/ |
D | nouveau.h | 271 struct nv04_notify { struct
|
D | abi16.c | 150 struct nv04_notify *ntfy = obj->data; in abi16_ntfy()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 485 &(struct nv04_notify) { in nv04_surface_init() 487 }, sizeof(struct nv04_notify), &hw->ntfy); in nv04_surface_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 1044 &(struct nv04_notify){ .length = 32 }, in nv50_screen_create() 1045 sizeof(struct nv04_notify), &screen->sync); in nv50_screen_create()
|