HomeSort by: relevance | last modified time | path
    Searched refs:vor (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_winsys.h 24 uint32_t flags, uint32_t vor, uint32_t tor)
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; local
65 PUSH_DATA(push, vor);
73 uint32_t vor, uint32_t tor)
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; local
78 PUSH_DATA(push, data | vor);
86 uint32_t vor, uint32_t tor)
90 bo, data, access | NOUVEAU_BO_OR, vor, tor)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_winsys.h 24 uint32_t flags, uint32_t vor, uint32_t tor)
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; local
65 PUSH_DATA(push, vor);
73 uint32_t vor, uint32_t tor)
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; local
78 PUSH_DATA(push, data | vor);
86 uint32_t vor, uint32_t tor)
90 bo, data, access | NOUVEAU_BO_OR, vor, tor)
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_local.h 127 uint32_t flags, uint32_t vor, uint32_t tor)
129 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
167 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
170 bo, 0, access | NOUVEAU_BO_OR, vor, tor); local
172 PUSH_DATA (push, vor);
180 uint32_t vor, uint32_t tor)
183 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
185 PUSH_DATA (push, data | vor);
193 uint32_t vor, uint32_t tor)
196 bo, data, access | NOUVEAU_BO_OR, vor, tor) local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_local.h 78 uint32_t flags, uint32_t vor, uint32_t tor)
80 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
113 uint32_t vor, uint32_t tor)
116 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
119 PUSH_DATA(push, data | vor);
127 uint32_t vor, uint32_t tor)
130 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
137 data |= vor;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_local.h 78 uint32_t flags, uint32_t vor, uint32_t tor)
80 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
113 uint32_t vor, uint32_t tor)
116 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
119 PUSH_DATA(push, data | vor);
127 uint32_t vor, uint32_t tor)
130 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
137 data |= vor;
  /xsrc/external/mit/libdrm/dist/nouveau/
bufctx.c 146 uint32_t vor, uint32_t tor)
154 bref->vor = vor;
nouveau.h 166 uint32_t vor; member in struct:nouveau_bufref
189 uint32_t vor, uint32_t tor);
226 uint32_t vor, uint32_t tor);
pushbuf.c 221 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor)
241 krel->vor = vor;
254 reloc |= vor;
289 krel->vor, krel->tor);
519 bref->vor, bref->tor);
747 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor)
749 *push->cur = pushbuf_krel(push, bo, data, flags, vor, tor);
  /xsrc/external/mit/libdrm/dist/include/drm/
nouveau_drm.h 152 __u32 vor; member in struct:drm_nouveau_gem_pushbuf_reloc

Completed in 6 milliseconds