Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h183 bool always_flush_cache; member
Diris_screen.c840 screen->driconf.always_flush_cache = in iris_screen_create()
Diris_context.h941 if (unlikely(batch->screen->driconf.always_flush_cache)) \
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h201 bool always_flush_cache; member
Dcrocus_screen.c765 screen->driconf.always_flush_cache = in crocus_screen_create()
Dcrocus_context.h830 if (unlikely(batch->screen->driconf.always_flush_cache)) \
/third_party/mesa3d/src/util/
Ddriconf.h140 DRI_CONF_OPT_B(always_flush_cache, def, \
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h1028 bool always_flush_cache; member
Danv_device.c952 device->always_flush_cache = INTEL_DEBUG(DEBUG_STALL) || in anv_physical_device_try_create()
DgenX_cmd_buffer.c2345 if (unlikely(cmd_buffer->device->physical->always_flush_cache)) in genX()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst2076 - iris: Add support for the always_flush_cache=true debug option.
D20.0.0.rst1628 - anv: Respect the always_flush_cache driconf option