Home
last modified time | relevance | path

Searched refs:always_flush_cache (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_screen.h179 bool always_flush_cache; member
Diris_context.h844 if (unlikely(batch->screen->driconf.always_flush_cache)) \
Diris_screen.c814 screen->driconf.always_flush_cache = in iris_screen_create()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h214 bool always_flush_cache; member
Dintel_blit.c486 if (intel->always_flush_cache) in intelClearWithBlit()
Dintel_tris.c236 if (intel->always_flush_cache) { in intel_flush_prim()
312 if (intel->always_flush_cache) { in intel_flush_prim()
Dintel_context.c547 intel->always_flush_cache = 1; in intelInitContext()
/external/mesa3d/src/util/
Ddriconf.h131 DRI_CONF_OPT_B(always_flush_cache, def, \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c208 if (brw->always_flush_cache) in brw_emit_prim()
279 if (brw->always_flush_cache) in brw_emit_prim()
Dbrw_context.h812 bool always_flush_cache; member
Dbrw_context.c884 brw->always_flush_cache = true; in brw_process_driconf_options()
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h76 DRI_CONF_OPT_BEGIN_B(always_flush_cache, def) \
/external/mesa3d/src/intel/vulkan/
Danv_private.h1119 bool always_flush_cache; member
Danv_device.c469 device->always_flush_cache = in anv_physical_device_try_create()
DgenX_cmd_buffer.c2070 if (cmd_buffer->device->physical->always_flush_cache) in genX()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1628 - anv: Respect the always_flush_cache driconf option
D19.3.0.rst2076 - iris: Add support for the always_flush_cache=true debug option.