Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h94 #define DEBUG_NO_FAST_CLEAR (1ull << 46) macro
Dintel_debug.c95 { "nofc", DEBUG_NO_FAST_CLEAR },
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c110 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in brw_fast_clear_depth()
Dbrw_blorp.c1212 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in do_single_blorp_clear()
/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/gallium/drivers/iris/
Diris_clear.c77 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in can_fast_clear_color()
427 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in can_fast_clear_depth()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2242 if (INTEL_DEBUG(DEBUG_NO_FAST_CLEAR)) in anv_layout_to_fast_clear_type()