Home
last modified time | relevance | path

Searched refs:pushbuf_domains (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/nouveau/drm-shim/
Dnouveau_noop.c123 alloc->pushbuf_domains = NOUVEAU_GEM_DOMAIN_VRAM | NOUVEAU_GEM_DOMAIN_GART; in nouveau_ioctl_channel_alloc()
125 alloc->pushbuf_domains = NOUVEAU_GEM_DOMAIN_GART; in nouveau_ioctl_channel_alloc()
/third_party/libdrm/nouveau/
Dabi16.c51 nv04->base.pushbuf = req.pushbuf_domains; in abi16_chan_nv04()
72 nvc0->base.pushbuf = req.pushbuf_domains; in abi16_chan_nvc0()
98 nve0->base.pushbuf = req.pushbuf_domains; in abi16_chan_nve0()
/third_party/libdrm/include/drm/
Dnouveau_drm.h41 uint32_t pushbuf_domains; member