Searched defs:NOUVEAU_BO_VRAM (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c66 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, local
74 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
85 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
H A Dnv10_state_fb.c71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, local
78 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
100 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c66 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, local
74 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
85 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
H A Dnv10_state_fb.c71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, local
78 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
100 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;

Completed in 3665 milliseconds