/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 204 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nvc0_create_decoder() 209 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nvc0_create_decoder() 213 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nvc0_create_decoder() 250 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nvc0_create_decoder() 261 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nvc0_create_decoder() 268 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nvc0_create_decoder() 291 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder()
|
D | nvc0_video_bsp.c | 78 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, &cfg, &tmp_bo); in nvc0_decoder_bsp_next() 110 … ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, &cfg, &tmp_bo); in nvc0_decoder_bsp_next()
|
D | nvc0_screen.c | 929 ret = nouveau_bo_new(screen->base.device, NV_VRAM_DOMAIN(&screen->base), 1 << 17, size, in nvc0_screen_resize_tls_area() 952 ret = nouveau_bo_new(screen->base.device, NV_VRAM_DOMAIN(&screen->base), in nvc0_screen_resize_text_area() 1123 ret = nouveau_bo_new(dev, flags, 0, 4096, NULL, &screen->fence.bo); in nvc0_screen_create() 1319 ret = nouveau_bo_new(dev, NV_VRAM_DOMAIN(&screen->base), 1 << 12, 13 << 16, NULL, in nvc0_screen_create() 1374 ret = nouveau_bo_new(dev, NV_VRAM_DOMAIN(&screen->base), 1 << 17, 1 << 20, NULL, in nvc0_screen_create() 1385 ret = nouveau_bo_new(dev, NV_VRAM_DOMAIN(&screen->base), 1 << 17, 1 << 17, NULL, in nvc0_screen_create()
|
D | nvc0_miptree.c | 541 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nvc0_miptree_create()
|
D | nvc0_transfer.c | 440 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_map()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 187 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nv98_create_decoder() 190 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nv98_create_decoder() 227 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nv98_create_decoder() 237 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nv98_create_decoder() 244 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nv98_create_decoder() 267 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder()
|
D | nv84_video.c | 81 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 0, dec->vp_fw2_offset + size2, NULL, &fw); in nv84_load_firmwares() 378 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder() 383 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder() 388 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder() 397 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder() 404 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder() 412 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder() 421 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder() 433 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nv84_create_decoder() 676 if (nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, 0, in nv84_video_buffer_create() [all …]
|
D | nv98_video_bsp.c | 75 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, NULL, &tmp_bo); in nv98_decoder_bsp() 88 … ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, NULL, &tmp_bo); in nv98_decoder_bsp()
|
D | nv50_screen.c | 951 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, in nv50_tls_alloc() 1066 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 4096, in nv50_screen_create() 1140 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, in nv50_screen_create() 1162 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, stack_size, NULL, in nv50_screen_create() 1188 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, 5 << 16, NULL, in nv50_screen_create() 1195 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, 3 << 16, NULL, in nv50_screen_create()
|
D | nv50_miptree.c | 392 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nv50_miptree_create()
|
D | nv50_transfer.c | 414 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map()
|
/third_party/libdrm/nouveau/ |
D | nouveau-symbols.txt | 4 nouveau_bo_new
|
D | nouveau.h | 137 int nouveau_bo_new(struct nouveau_device *, uint32_t flags, uint32_t align,
|
D | pushbuf.c | 596 ret = nouveau_bo_new(client->device, nvpb->type, 0, size, in nouveau_pushbuf_new() 661 ret = nouveau_bo_new(client->device, nvpb->type, 0, in nouveau_pushbuf_space()
|
D | nouveau.c | 635 nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, uint32_t align, in nouveau_bo_new() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 142 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, in mm_slab_new() 179 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, in nouveau_mm_allocate()
|
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_buffer.c | 945 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_scratch_bo_alloc()
|
/third_party/libdrm/tests/nouveau/ |
D | threaded.c | 126 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo); in main()
|
/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() 496 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 256, size, NULL, &mt->base.bo); in nv30_miptree_create()
|