Searched refs:sp_debug (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.h70 extern int sp_debug;
H A Dsp_clear.c61 if (unlikely(sp_debug & SP_DBG_NO_RAST))
H A Dsp_screen.c61 int sp_debug; variable in typeref:typename:int
62 DEBUG_GET_ONCE_FLAGS_OPTION(sp_debug, "SOFTPIPE_DEBUG", sp_debug_options, 0)
323 return (sp_debug & SP_DBG_USE_TGSI) ? PIPE_SHADER_IR_TGSI : PIPE_SHADER_IR_NIR;
579 sp_debug = debug_get_option_sp_debug();
597 screen->use_llvm = sp_debug & SP_DBG_USE_LLVM;
H A Dsp_state_shader.c174 sp_debug & SP_DBG_FS);
259 sp_debug & SP_DBG_VS);
320 sp_debug & SP_DBG_GS);
433 if (sp_debug & SP_DBG_CS)
443 if (sp_debug & SP_DBG_CS)
H A Dsp_setup.c762 if (unlikely(sp_debug & SP_DBG_NO_RAST) ||
1018 if (unlikely(sp_debug & SP_DBG_NO_RAST) ||
1166 if (unlikely(sp_debug & SP_DBG_NO_RAST) ||

Completed in 8 milliseconds