Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c62 NOUVEAU_BO_MAP, 0, size, NULL, bo); in nouveau_get_scratch()
82 NOUVEAU_BO_MAP, 0, NOUVEAU_SCRATCH_SIZE, in nouveau_scratch_init()
Dnouveau_bufferobj.c98 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nouveau_bufferobj_data()
Dnouveau_texture.c421 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_MAP | in relayout_texture()
477 return NOUVEAU_BO_MAP; in get_teximage_placement()
479 return NOUVEAU_BO_GART | NOUVEAU_BO_MAP; in get_teximage_placement()
Dnouveau_fbo.c97 nouveau_surface_alloc(ctx, s, TILED, NOUVEAU_BO_VRAM | NOUVEAU_BO_MAP, in nouveau_renderbuffer_storage()
Dnv04_context.c116 NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM, in init_dummy_texture()
/external/libdrm/nouveau/
Dabi16.c294 bo->flags |= NOUVEAU_BO_MAP; in abi16_bo_info()
328 if (bo->flags & NOUVEAU_BO_MAP) in abi16_bo_init()
Dnouveau.h122 #define NOUVEAU_BO_MAP 0x80000000 macro
Dpushbuf.c590 nvpb->type |= NOUVEAU_BO_MAP; in nouveau_pushbuf_new()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c188 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
Dnouveau_video.c581 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
586 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
593 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
Dnouveau_buffer.c541 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_scratch_bo_alloc()
/external/drm_gralloc/
Dgralloc_drm_nouveau.c75 flags = NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM; in alloc_bo()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_transfer.c291 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_new()
Dnv50_screen.c636 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 4096, in nv50_screen_create()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_miptree.c189 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv30_miptree_transfer_new()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_transfer.c372 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_new()
Dnvc0_screen.c450 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 4096, NULL, in nvc0_screen_create()