OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:always_flush_cache
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.c
257
* This is also used for the
always_flush_cache
driconf debug option.
intel_context.h
224
bool
always_flush_cache
;
member in struct:intel_context
intel_context.c
546
if (driQueryOptionb(&intel->optionCache, "
always_flush_cache
")) {
548
intel->
always_flush_cache
= 1;
intel_tris.c
235
if (intel->
always_flush_cache
) {
311
if (intel->
always_flush_cache
) {
[
all
...]
intel_blit.c
505
if (intel->
always_flush_cache
)
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h
74
DRI_CONF_OPT_BEGIN_B(
always_flush_cache
, def) \
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_pipe_control.c
338
* This is also used for the
always_flush_cache
driconf debug option.
brw_draw.c
199
if (brw->
always_flush_cache
)
281
if (brw->
always_flush_cache
)
brw_context.c
[
all
...]
brw_context.h
757
bool
always_flush_cache
;
member in struct:brw_context
[
all
...]
Completed in 399 milliseconds