OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flush_dirty
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_flush.c
80
i915->
flush_dirty
= 0;
i915_state_emit.c
55
*batch_space = i915->
flush_dirty
? 1 : 0;
67
if (i915->
flush_dirty
& I915_FLUSH_CACHE)
69
else if (i915->
flush_dirty
& I915_PIPELINE_FLUSH)
626
i915->
flush_dirty
= 0;
i915_context.h
273
unsigned
flush_dirty
: 2;
member in struct:i915_context
359
i915->
flush_dirty
|= flush;
i915_context.c
206
i915->
flush_dirty
= 0;
Completed in 102 milliseconds