HomeSort by relevance Sort by last modified time
    Searched refs:ntfy (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/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 442 nouveau_object_del(&screen->ntfy);
574 &screen->ntfy);
620 PUSH_DATA (push, screen->ntfy->handle);
692 PUSH_DATA (push, screen->ntfy->handle);
702 PUSH_DATA (push, screen->ntfy->handle);
717 PUSH_DATA (push, screen->ntfy->handle);
732 PUSH_DATA (push, screen->ntfy->handle);
  /external/libdrm/nouveau/
abi16.c 154 struct nv04_notify *ntfy = obj->data; local
157 .handle = ntfy->object->handle,
158 .size = ntfy->length,
167 ntfy->offset = req.offset;
168 ntfy->object->length = sizeof(*ntfy);
  /external/mesa3d/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 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);

Completed in 679 milliseconds