Home
last modified time | relevance | path

Searched refs:DEBUG_NO_FAST_CLEAR (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_debug.h93 #define DEBUG_NO_FAST_CLEAR (1ull << 46) macro
Dgen_debug.c95 { "nofc", DEBUG_NO_FAST_CLEAR },
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c111 if (INTEL_DEBUG & DEBUG_NO_FAST_CLEAR) in brw_fast_clear_depth()
Dbrw_blorp.c1232 if (INTEL_DEBUG & DEBUG_NO_FAST_CLEAR) in do_single_blorp_clear()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c76 if (INTEL_DEBUG & DEBUG_NO_FAST_CLEAR) in can_fast_clear_color()
424 if (INTEL_DEBUG & DEBUG_NO_FAST_CLEAR) in can_fast_clear_depth()
/external/mesa3d/src/intel/vulkan/
Danv_image.c1625 if (INTEL_DEBUG & DEBUG_NO_FAST_CLEAR) in anv_layout_to_fast_clear_type()