OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOUVEAU_BO_VRAM
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c
66
nouveau_bo_new(context_dev(ctx),
NOUVEAU_BO_VRAM
, 0, size,
74
nfb->hierz.bo, 0,
NOUVEAU_BO_VRAM
| NOUVEAU_BO_RDWR);
85
unsigned bo_flags =
NOUVEAU_BO_VRAM
| NOUVEAU_BO_RDWR;
nv10_state_fb.c
71
nouveau_bo_new(context_dev(ctx),
NOUVEAU_BO_VRAM
, 0, size,
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/
nv20_state_fb.c
66
nouveau_bo_new(context_dev(ctx),
NOUVEAU_BO_VRAM
, 0, size,
74
nfb->hierz.bo, 0,
NOUVEAU_BO_VRAM
| NOUVEAU_BO_RDWR);
85
unsigned bo_flags =
NOUVEAU_BO_VRAM
| NOUVEAU_BO_RDWR;
nv10_state_fb.c
71
nouveau_bo_new(context_dev(ctx),
NOUVEAU_BO_VRAM
, 0, size,
78
nfb->hierz.bo, 0,
NOUVEAU_BO_VRAM
| NOUVEAU_BO_RDWR);
100
unsigned bo_flags =
NOUVEAU_BO_VRAM
| NOUVEAU_BO_RDWR;
Completed in 815 milliseconds