Searched refs:NOUVEAU_BO_MAP (Results 1 – 13 of 13) sorted by relevance
/third_party/libdrm/nouveau/ |
D | abi16.c | 290 bo->flags |= NOUVEAU_BO_MAP; in abi16_bo_info() 324 if (bo->flags & NOUVEAU_BO_MAP) in abi16_bo_init()
|
D | nouveau.h | 122 #define NOUVEAU_BO_MAP 0x80000000 macro
|
D | pushbuf.c | 593 nvpb->type |= NOUVEAU_BO_MAP; in nouveau_pushbuf_new()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 569 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()
|
D | nouveau_screen.c | 347 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
|
D | nouveau_buffer.c | 945 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/ |
D | nv98_video.c | 267 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder()
|
D | nv50_transfer.c | 414 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map()
|
D | nv50_screen.c | 1066 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/ |
D | nvc0_video.c | 291 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder()
|
D | nvc0_transfer.c | 440 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_map()
|
D | nvc0_screen.c | 1119 flags = NOUVEAU_BO_GART | NOUVEAU_BO_MAP; in nvc0_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_miptree.c | 310 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv30_miptree_transfer_map()
|