| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_query.c | 44 volatile void *ntfy = NULL; local 47 ntfy = (char *)notify->map + query->offset + qo->hw->start; 49 return ntfy; 57 volatile uint32_t *ntfy = nv30_ntfy(screen, qo); local 58 while (ntfy[3] & 0xff000000) { 70 volatile uint32_t *ntfy; local 85 ntfy = nv30_ntfy(screen, qo); 86 ntfy[0] = 0x00000000; 87 ntfy[1] = 0x00000000; 88 ntfy[2] = 0x00000000 [all...] |
| nv30_screen.h | 24 struct nouveau_object *ntfy; member in struct:nv30_screen
|
| nv30_screen.c | 521 nouveau_object_del(&screen->ntfy); 653 &screen->ntfy); 699 PUSH_DATA (push, screen->ntfy->handle); 771 PUSH_DATA (push, screen->ntfy->handle); 781 PUSH_DATA (push, screen->ntfy->handle); 796 PUSH_DATA (push, screen->ntfy->handle); 811 PUSH_DATA (push, screen->ntfy->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_query.c | 44 volatile void *ntfy = NULL; local 47 ntfy = (char *)notify->map + query->offset + qo->hw->start; 49 return ntfy; 57 volatile uint32_t *ntfy = nv30_ntfy(screen, qo); local 58 while (ntfy[3] & 0xff000000) { 70 volatile uint32_t *ntfy; local 85 ntfy = nv30_ntfy(screen, qo); 86 ntfy[0] = 0x00000000; 87 ntfy[1] = 0x00000000; 88 ntfy[2] = 0x00000000 [all...] |
| nv30_screen.h | 24 struct nouveau_object *ntfy; member in struct:nv30_screen
|
| nv30_screen.c | 506 nouveau_object_del(&screen->ntfy); 638 &screen->ntfy); 684 PUSH_DATA (push, screen->ntfy->handle); 756 PUSH_DATA (push, screen->ntfy->handle); 766 PUSH_DATA (push, screen->ntfy->handle); 781 PUSH_DATA (push, screen->ntfy->handle); 796 PUSH_DATA (push, screen->ntfy->handle);
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| abi16.c | 150 struct nv04_notify *ntfy = obj->data; local 153 .handle = ntfy->object->handle, 154 .size = ntfy->length, 163 ntfy->offset = req.offset; 164 ntfy->object->length = sizeof(*ntfy);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_context.c | 87 PUSH_DATA (push, hw->ntfy->handle); 94 PUSH_DATA (push, hw->ntfy->handle); 102 PUSH_DATA (push, hw->ntfy->handle);
|
| nv04_surface.c | 471 nouveau_object_del(&hw->ntfy); 487 }, sizeof(struct nv04_notify), &hw->ntfy); 500 PUSH_DATA (push, hw->ntfy->handle); 524 PUSH_DATA (push, hw->ntfy->handle); 538 PUSH_DATA (push, hw->ntfy->handle); 560 PUSH_DATA (push, hw->ntfy->handle);
|
| nouveau_context.h | 54 struct nouveau_object *ntfy; member in struct:nouveau_hw_state
|
| nv10_context.c | 212 PUSH_DATA (push, hw->ntfy->handle);
|
| nv20_context.c | 108 PUSH_DATA (push, hw->ntfy->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_context.c | 86 PUSH_DATA (push, hw->ntfy->handle); 93 PUSH_DATA (push, hw->ntfy->handle); 101 PUSH_DATA (push, hw->ntfy->handle);
|
| nv04_surface.c | 475 nouveau_object_del(&hw->ntfy); 491 }, sizeof(struct nv04_notify), &hw->ntfy); 504 PUSH_DATA (push, hw->ntfy->handle); 528 PUSH_DATA (push, hw->ntfy->handle); 542 PUSH_DATA (push, hw->ntfy->handle); 564 PUSH_DATA (push, hw->ntfy->handle);
|
| nouveau_context.h | 54 struct nouveau_object *ntfy; member in struct:nouveau_hw_state
|
| nv10_context.c | 211 PUSH_DATA (push, hw->ntfy->handle);
|
| nv20_context.c | 107 PUSH_DATA (push, hw->ntfy->handle);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv50_accel.c | 132 struct nv04_notify ntfy = { .length = 32 }; local 172 &ntfy, sizeof(ntfy), &pNv->vblank_sem)) {
|
| nv_accel_common.c | 163 struct nv04_notify ntfy = { .length = 32 }; local 166 &ntfy, sizeof(ntfy), &pNv->notify0))
|