Home
last modified time | relevance | path

Searched refs:NOUVEAU_BO_MAP (Results 1 – 13 of 13) sorted by relevance

/third_party/libdrm/nouveau/
Dabi16.c290 bo->flags |= NOUVEAU_BO_MAP; in abi16_bo_info()
324 if (bo->flags & NOUVEAU_BO_MAP) in abi16_bo_init()
Dnouveau.h122 #define NOUVEAU_BO_MAP 0x80000000 macro
Dpushbuf.c593 nvpb->type |= NOUVEAU_BO_MAP; in nouveau_pushbuf_new()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c569 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
574 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
581 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
Dnouveau_screen.c347 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
Dnouveau_buffer.c945 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_scratch_bo_alloc()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c267 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder()
Dnv50_transfer.c414 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map()
Dnv50_screen.c1066 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 4096, in nv50_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c291 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder()
Dnvc0_transfer.c440 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_map()
Dnvc0_screen.c1119 flags = NOUVEAU_BO_GART | NOUVEAU_BO_MAP; in nvc0_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c310 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv30_miptree_transfer_map()