Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.h90 #define DEBUG_TCS_EIGHT_PATCH (1ull << 43) macro
103 DEBUG_TCS_EIGHT_PATCH | DEBUG_NO32)
Dgen_debug.c92 { "tcs8", DEBUG_TCS_EIGHT_PATCH },
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c110 (devinfo->gen >= 9 && (INTEL_DEBUG & DEBUG_TCS_EIGHT_PATCH)); in brw_compiler_create()