OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fp_code_heap
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h
44
struct nouveau_heap *
fp_code_heap
;
member in struct:nv50_screen
nv50_screen.c
284
nouveau_heap_destroy(&screen->
fp_code_heap
);
715
nouveau_heap_init(&screen->
fp_code_heap
, 0, 1 << NV50_CODE_BO_SIZE_LOG2);
nv50_program.c
382
case PIPE_SHADER_GEOMETRY: heap = nv50->screen->
fp_code_heap
; break;
Completed in 59 milliseconds