OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp_data_heap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_screen.h
42
struct nouveau_heap *
vp_data_heap
;
member in struct:nv30_screen
nv30_vertprog.c
130
struct nouveau_heap *heap = nv30->screen->
vp_data_heap
;
nv30_screen.c
441
nouveau_heap_init(&screen->
vp_data_heap
, 6, 256 - 6);
444
nouveau_heap_init(&screen->
vp_data_heap
, 6, 468 - 6);
/external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h
42
struct nouveau_heap *
vp_data_heap
;
member in struct:nv30_screen
nv30_vertprog.c
130
struct nouveau_heap *heap = nv30->screen->
vp_data_heap
;
nv30_screen.c
441
nouveau_heap_init(&screen->
vp_data_heap
, 6, 256 - 6);
444
nouveau_heap_init(&screen->
vp_data_heap
, 6, 468 - 6);
Completed in 36 milliseconds