Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.c92 DEBUG_RT | DEBUG_TASK | DEBUG_MESH },
95 { "mesh", DEBUG_MESH },
113 [MESA_SHADER_MESH] = DEBUG_MESH, in intel_debug_flag_for_shader_stage()
Dintel_debug.h91 #define DEBUG_MESH (1ull << 43) macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_mesh.cpp693 const bool debug_enabled = INTEL_DEBUG(DEBUG_MESH); in brw_compile_mesh()