Searched refs:NOUVEAU_BO_MAP (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_scratch.c | 62 NOUVEAU_BO_MAP, 0, size, NULL, bo); in nouveau_get_scratch() 82 NOUVEAU_BO_MAP, 0, NOUVEAU_SCRATCH_SIZE, in nouveau_scratch_init()
|
D | nouveau_texture.c | 353 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_MAP | in relayout_texture() 410 return NOUVEAU_BO_MAP; in get_teximage_placement() 412 return NOUVEAU_BO_GART | NOUVEAU_BO_MAP; in get_teximage_placement()
|
D | nouveau_bufferobj.c | 100 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_bufferobj_data()
|
D | nv04_context.c | 116 NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM, in init_dummy_texture()
|
D | nouveau_fbo.c | 96 nouveau_surface_alloc(ctx, s, TILED, NOUVEAU_BO_VRAM | NOUVEAU_BO_MAP, in nouveau_renderbuffer_storage()
|
/external/libdrm/nouveau/ |
D | abi16.c | 294 bo->flags |= NOUVEAU_BO_MAP; in abi16_bo_info() 328 if (bo->flags & NOUVEAU_BO_MAP) in abi16_bo_init()
|
D | nouveau.h | 122 #define NOUVEAU_BO_MAP 0x80000000 macro
|
D | pushbuf.c | 590 nvpb->type |= NOUVEAU_BO_MAP; in nouveau_pushbuf_new()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 235 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
|
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 | 880 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_scratch_bo_alloc()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 265 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder()
|
D | nv50_transfer.c | 289 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map()
|
D | nv50_screen.c | 870 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 4096, in nv50_screen_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 289 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder()
|
D | nvc0_transfer.c | 413 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_map()
|
D | nvc0_screen.c | 825 flags = NOUVEAU_BO_GART | NOUVEAU_BO_MAP; in nvc0_screen_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_miptree.c | 290 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv30_miptree_transfer_map()
|