Searched refs:DEBUG_RT (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_debug.c99 DEBUG_RT },
100 { "rt", DEBUG_RT },
115 [MESA_SHADER_RAYGEN] = DEBUG_RT,
116 [MESA_SHADER_ANY_HIT] = DEBUG_RT,
117 [MESA_SHADER_CLOSEST_HIT] = DEBUG_RT,
118 [MESA_SHADER_MISS] = DEBUG_RT,
119 [MESA_SHADER_INTERSECTION] = DEBUG_RT,
120 [MESA_SHADER_CALLABLE] = DEBUG_RT,
H A Dintel_debug.h96 #define DEBUG_RT (1ull << 48) macro
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.cpp10415 const bool debug_enabled = INTEL_DEBUG(DEBUG_RT);
10523 const bool debug_enabled = INTEL_DEBUG(DEBUG_RT);
10547 if (INTEL_DEBUG(DEBUG_RT)) {

Completed in 14 milliseconds