Home
last modified time | relevance | path

Searched refs:tor (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h24 uint32_t flags, uint32_t vor, uint32_t tor) in PUSH_RELOC()
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor); in PUSH_RELOC()
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo()
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDo()
67 PUSH_DATA(push, tor); in PUSH_MTHDo()
73 uint32_t vor, uint32_t tor) in PUSH_MTHDs()
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDs()
80 PUSH_DATA(push, data | tor); in PUSH_MTHDs()
86 uint32_t vor, uint32_t tor) in PUSH_MTHD()
90 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHD()
23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, uint32_t flags, uint32_t vor, uint32_t tor) PUSH_RELOC() 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) PUSH_MTHDo() 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) PUSH_MTHDs() 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) PUSH_MTHD() 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) PUSH_RESRC() argument
[all...]
/third_party/libdrm/nouveau/
H A Dbufctx.c146 uint32_t vor, uint32_t tor) in nouveau_bufctx_mthd()
155 bref->tor = tor; in nouveau_bufctx_mthd()
144 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) nouveau_bufctx_mthd() argument
H A Dnouveau.h166 uint32_t tor; member
188 uint32_t vor, uint32_t tor);
225 uint32_t vor, uint32_t tor);
H A Dpushbuf.c221 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) in pushbuf_krel()
242 krel->tor = tor; in pushbuf_krel()
256 reloc |= tor; in pushbuf_krel()
289 krel->vor, krel->tor); in pushbuf_dump()
519 bref->vor, bref->tor); in pushbuf_validate()
747 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) in nouveau_pushbuf_reloc()
749 *push->cur = pushbuf_krel(push, bo, data, flags, vor, tor); in nouveau_pushbuf_reloc()
220 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) pushbuf_krel() argument
746 nouveau_pushbuf_reloc(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) nouveau_pushbuf_reloc() argument
/third_party/libdrm/include/drm/
H A Dnouveau_drm.h153 __u32 tor; member

Completed in 4 milliseconds