OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nouveau_buffer_allocate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_buffer.c
24
nouveau_buffer_allocate
(struct nouveau_screen *screen,
function
36
return
nouveau_buffer_allocate
(screen, buf, NOUVEAU_BO_GART);
83
return
nouveau_buffer_allocate
(screen, buf, domain);
393
ret =
nouveau_buffer_allocate
(screen, buffer, buffer->domain);
464
if (!
nouveau_buffer_allocate
(screen, buf, new_domain))
487
nouveau_buffer_allocate
(screen, buf, new_domain);
497
if (!
nouveau_buffer_allocate
(screen, buf, NOUVEAU_BO_VRAM))
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c
24
nouveau_buffer_allocate
(struct nouveau_screen *screen,
function
36
return
nouveau_buffer_allocate
(screen, buf, NOUVEAU_BO_GART);
83
return
nouveau_buffer_allocate
(screen, buf, domain);
393
ret =
nouveau_buffer_allocate
(screen, buffer, buffer->domain);
464
if (!
nouveau_buffer_allocate
(screen, buf, new_domain))
487
nouveau_buffer_allocate
(screen, buf, new_domain);
497
if (!
nouveau_buffer_allocate
(screen, buf, NOUVEAU_BO_VRAM))
Completed in 2501 milliseconds