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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_screen.h 26 struct nouveau_object *ntfy; member in struct:nv30_screen
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...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 26 struct nouveau_object *ntfy; member in struct:nv30_screen
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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.h 54 struct nouveau_object *ntfy; member in struct:nouveau_hw_state
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 54 struct nouveau_object *ntfy; member in struct:nouveau_hw_state

Completed in 71 milliseconds