Home
last modified time | relevance | path

Searched refs:DEBUG_STALL (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h62 #define DEBUG_STALL (1ull << 14) macro
Dintel_debug.c96 { "stall", DEBUG_STALL },
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c952 device->always_flush_cache = INTEL_DEBUG(DEBUG_STALL) || in anv_physical_device_try_create()