Searched refs:always_flush_cache (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.h201 bool always_flush_cache; member in struct:crocus_screen::__anon94b66d460108
H A Dcrocus_context.h830 if (unlikely(batch->screen->driconf.always_flush_cache)) \
H A Dcrocus_screen.c790 screen->driconf.always_flush_cache =
791 driQueryOptionb(config->options, "always_flush_cache");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.h180 bool always_flush_cache; member in struct:iris_screen::__anon22bd1b560108
H A Diris_context.h913 if (unlikely(batch->screen->driconf.always_flush_cache)) \
H A Diris_screen.c818 screen->driconf.always_flush_cache =
819 driQueryOptionb(config->options, "always_flush_cache");
/xsrc/external/mit/MesaLib.old/src/util/xmlpool/
H A Doptions.h66 DRI_CONF_OPT_BEGIN_B(always_flush_cache, def) \
/xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
H A Dt_options.h64 DRI_CONF_OPT_BEGIN_B(always_flush_cache, def) \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.h214 bool always_flush_cache; member in struct:intel_context
H A Dintel_blit.c486 if (intel->always_flush_cache)
H A Dintel_context.c546 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) {
548 intel->always_flush_cache = 1;
H A Dintel_tris.c236 if (intel->always_flush_cache) {
312 if (intel->always_flush_cache) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.h214 bool always_flush_cache; member in struct:intel_context
H A Dintel_blit.c486 if (intel->always_flush_cache)
H A Dintel_context.c548 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) {
550 intel->always_flush_cache = 1;
H A Dintel_tris.c236 if (intel->always_flush_cache) {
312 if (intel->always_flush_cache) {
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddriconf.h140 DRI_CONF_OPT_B(always_flush_cache, def, \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c204 if (brw->always_flush_cache)
275 if (brw->always_flush_cache)
H A Dbrw_context.h799 bool always_flush_cache; member in struct:brw_context
H A Dbrw_context.c870 if (driQueryOptionb(options, "always_flush_cache")) {
872 brw->always_flush_cache = true;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c208 if (brw->always_flush_cache)
279 if (brw->always_flush_cache)
H A Dbrw_context.h804 bool always_flush_cache; member in struct:brw_context
H A Dbrw_context.c904 if (driQueryOptionb(options, "always_flush_cache")) {
906 brw->always_flush_cache = true;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c927 device->always_flush_cache = INTEL_DEBUG(DEBUG_SYNC) ||
928 driQueryOptionb(&instance->dri_options, "always_flush_cache");
H A Danv_private.h930 bool always_flush_cache; member in struct:anv_physical_device

Completed in 72 milliseconds

12