Searched refs:DBG_NIR (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h81 #define DBG_NIR (1 << 8) macro
H A Dr600_pipe_common.c756 { "nir", DBG_NIR, "Enable experimental NIR shaders" },
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h80 #define DBG_NIR (1 << 8) macro
H A Dr600_pipe.h273 #define DBG_NIR_PREFERRED (DBG_NIR_SB | DBG_NIR)
H A Dr600_pipe_common.c679 { "nir", DBG_NIR, "Enable experimental NIR shaders" },
H A Dr600_asm.c2649 (rctx->screen->b.debug_flags & DBG_NIR);
H A Dr600_shader.c182 unsigned use_sb = !(rctx->screen->b.debug_flags & (DBG_NO_SB | DBG_NIR)) ||

Completed in 25 milliseconds