OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirty_render_cache
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/softpipe/
sp_clear.c
80
softpipe->
dirty_render_cache
= TRUE;
sp_draw_arrays.c
127
sp->
dirty_render_cache
= TRUE;
sp_flush.c
76
softpipe->
dirty_render_cache
= FALSE;
sp_context.h
173
boolean
dirty_render_cache
;
member in struct:softpipe_context
sp_context.c
170
if (softpipe->
dirty_render_cache
) {
Completed in 1062 milliseconds