OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nouveau_buffer_allocate
(Results
1 - 1
of
1
) sorted by null
/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 162 milliseconds