| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_screen.h | 201 bool always_flush_cache; member in struct:crocus_screen::__anon94b66d460108
|
| H A D | crocus_context.h | 830 if (unlikely(batch->screen->driconf.always_flush_cache)) \
|
| H A D | crocus_screen.c | 790 screen->driconf.always_flush_cache = 791 driQueryOptionb(config->options, "always_flush_cache");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_screen.h | 180 bool always_flush_cache; member in struct:iris_screen::__anon22bd1b560108
|
| H A D | iris_context.h | 913 if (unlikely(batch->screen->driconf.always_flush_cache)) \
|
| H A D | iris_screen.c | 818 screen->driconf.always_flush_cache = 819 driQueryOptionb(config->options, "always_flush_cache");
|
| /xsrc/external/mit/MesaLib.old/src/util/xmlpool/ |
| H A D | options.h | 66 DRI_CONF_OPT_BEGIN_B(always_flush_cache, def) \
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/ |
| H A D | t_options.h | 64 DRI_CONF_OPT_BEGIN_B(always_flush_cache, def) \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.h | 214 bool always_flush_cache; member in struct:intel_context
|
| H A D | intel_blit.c | 486 if (intel->always_flush_cache)
|
| H A D | intel_context.c | 546 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) { 548 intel->always_flush_cache = 1;
|
| H A D | intel_tris.c | 236 if (intel->always_flush_cache) { 312 if (intel->always_flush_cache) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.h | 214 bool always_flush_cache; member in struct:intel_context
|
| H A D | intel_blit.c | 486 if (intel->always_flush_cache)
|
| H A D | intel_context.c | 548 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) { 550 intel->always_flush_cache = 1;
|
| H A D | intel_tris.c | 236 if (intel->always_flush_cache) { 312 if (intel->always_flush_cache) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | driconf.h | 140 DRI_CONF_OPT_B(always_flush_cache, def, \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_draw.c | 204 if (brw->always_flush_cache) 275 if (brw->always_flush_cache)
|
| H A D | brw_context.h | 799 bool always_flush_cache; member in struct:brw_context
|
| H A D | brw_context.c | 870 if (driQueryOptionb(options, "always_flush_cache")) { 872 brw->always_flush_cache = true;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_draw.c | 208 if (brw->always_flush_cache) 279 if (brw->always_flush_cache)
|
| H A D | brw_context.h | 804 bool always_flush_cache; member in struct:brw_context
|
| H A D | brw_context.c | 904 if (driQueryOptionb(options, "always_flush_cache")) { 906 brw->always_flush_cache = true;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 927 device->always_flush_cache = INTEL_DEBUG(DEBUG_SYNC) || 928 driQueryOptionb(&instance->dri_options, "always_flush_cache");
|
| H A D | anv_private.h | 930 bool always_flush_cache; member in struct:anv_physical_device
|