Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h87 #define DEBUG_NO_FAST_CLEAR (1ull << 39) macro
Dintel_debug.c88 { "nofc", DEBUG_NO_FAST_CLEAR },
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c77 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in can_fast_clear_color()
389 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in can_fast_clear_depth()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c76 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in can_fast_clear_color()
410 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in can_fast_clear_depth()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2371 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in anv_layout_to_fast_clear_type()