Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h91 #define DEBUG_TCS_EIGHT_PATCH (1ull << 43) macro
107 DEBUG_TCS_EIGHT_PATCH | DEBUG_NO32)
Dintel_debug.c92 { "tcs8", DEBUG_TCS_EIGHT_PATCH },
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c113 (devinfo->ver >= 9 && INTEL_DEBUG(DEBUG_TCS_EIGHT_PATCH)); in brw_compiler_create()