Searched refs:ntfy (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 44 volatile void *ntfy = NULL; in nv30_ntfy() local 47 ntfy = (char *)notify->map + query->offset + qo->hw->start; in nv30_ntfy() 49 return ntfy; in nv30_ntfy() 57 volatile uint32_t *ntfy = nv30_ntfy(screen, qo); in nv30_query_object_del() local 58 while (ntfy[3] & 0xff000000) { in nv30_query_object_del() 70 volatile uint32_t *ntfy; in nv30_query_object_new() local 85 ntfy = nv30_ntfy(screen, qo); in nv30_query_object_new() 86 ntfy[0] = 0x00000000; in nv30_query_object_new() 87 ntfy[1] = 0x00000000; in nv30_query_object_new() 88 ntfy[2] = 0x00000000; in nv30_query_object_new() [all …]
|
D | nv30_screen.c | 442 nouveau_object_del(&screen->ntfy); in nv30_screen_destroy() 574 &screen->ntfy); in nv30_screen_create() 620 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create() 692 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create() 702 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create() 717 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create() 732 PUSH_DATA (push, screen->ntfy->handle); in nv30_screen_create()
|
D | nv30_screen.h | 24 struct nouveau_object *ntfy; member
|
/external/libdrm/nouveau/ |
D | abi16.c | 154 struct nv04_notify *ntfy = obj->data; in abi16_ntfy() local 157 .handle = ntfy->object->handle, in abi16_ntfy() 158 .size = ntfy->length, in abi16_ntfy() 167 ntfy->offset = req.offset; in abi16_ntfy() 168 ntfy->object->length = sizeof(*ntfy); in abi16_ntfy()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_context.c | 87 PUSH_DATA (push, hw->ntfy->handle); in nv04_hwctx_init() 94 PUSH_DATA (push, hw->ntfy->handle); in nv04_hwctx_init() 102 PUSH_DATA (push, hw->ntfy->handle); in nv04_hwctx_init()
|
D | nv04_surface.c | 475 nouveau_object_del(&hw->ntfy); in nv04_surface_takedown() 491 }, sizeof(struct nv04_notify), &hw->ntfy); in nv04_surface_init() 504 PUSH_DATA (push, hw->ntfy->handle); in nv04_surface_init() 528 PUSH_DATA (push, hw->ntfy->handle); in nv04_surface_init() 542 PUSH_DATA (push, hw->ntfy->handle); in nv04_surface_init() 564 PUSH_DATA (push, hw->ntfy->handle); in nv04_surface_init()
|
D | nouveau_context.h | 54 struct nouveau_object *ntfy; member
|
D | nv20_context.c | 107 PUSH_DATA (push, hw->ntfy->handle); in nv20_hwctx_init()
|
D | nv10_context.c | 211 PUSH_DATA (push, hw->ntfy->handle); in nv10_hwctx_init()
|