Home
last modified time | relevance | path

Searched refs:ntfy (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c44 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 …]
Dnv30_screen.c442 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()
Dnv30_screen.h24 struct nouveau_object *ntfy; member
/external/libdrm/nouveau/
Dabi16.c154 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/
Dnv04_context.c87 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()
Dnv04_surface.c475 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()
Dnouveau_context.h54 struct nouveau_object *ntfy; member
Dnv20_context.c107 PUSH_DATA (push, hw->ntfy->handle); in nv20_hwctx_init()
Dnv10_context.c211 PUSH_DATA (push, hw->ntfy->handle); in nv10_hwctx_init()