Searched defs:vor (Results 1 - 7 of 7) sorted by relevance

/external/libdrm/nouveau/
H A Dbufctx.c150 uint32_t vor, uint32_t tor)
158 bref->vor = vor;
148 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet, struct nouveau_bo *bo, uint64_t data, uint32_t flags, uint32_t vor, uint32_t tor) argument
H A Dnouveau.h165 uint32_t vor; member in struct:nouveau_bufref
188 uint32_t vor, uint32_t tor);
225 uint32_t vor, uint32_t tor);
H A Dpushbuf.c224 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor)
244 krel->vor = vor;
257 reloc |= vor;
291 krel->vor, krel->tor);
516 bref->vor, bref->tor);
744 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor)
746 *push->cur = pushbuf_krel(push, bo, data, flags, vor, tor);
223 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) argument
743 nouveau_pushbuf_reloc(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) argument
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h24 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, to
23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, uint32_t flags, uint32_t vor, uint32_t tor) argument
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) argument
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nv04_resource *r, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h78 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;
77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, uint32_t flags, uint32_t vor, uint32_t tor) argument
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
/external/kernel-headers/original/uapi/drm/
H A Dnouveau_drm.h91 __u32 vor; member in struct:drm_nouveau_gem_pushbuf_reloc
/external/libdrm/include/drm/
H A Dnouveau_drm.h163 uint32_t vor; member in struct:drm_nouveau_gem_pushbuf_reloc

Completed in 943 milliseconds