Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c60 int sp_debug; variable
61 DEBUG_GET_ONCE_FLAGS_OPTION(sp_debug, "SOFTPIPE_DEBUG", sp_debug_options, 0)
314 return (sp_debug & SP_DBG_USE_TGSI) ? PIPE_SHADER_IR_TGSI : PIPE_SHADER_IR_NIR; in softpipe_get_shader_param()
569 sp_debug = debug_get_option_sp_debug(); in softpipe_create_screen()
587 screen->use_llvm = sp_debug & SP_DBG_USE_LLVM; in softpipe_create_screen()
Dsp_state_shader.c179 sp_debug & SP_DBG_FS); in softpipe_create_fs_state()
264 sp_debug & SP_DBG_VS); in softpipe_create_vs_state()
325 sp_debug & SP_DBG_GS); in softpipe_create_gs_state()
432 if (sp_debug & SP_DBG_CS) in softpipe_create_compute_state()
443 if (sp_debug & SP_DBG_CS) in softpipe_create_compute_state()
Dsp_screen.h70 extern int sp_debug;
Dsp_clear.c61 if (unlikely(sp_debug & SP_DBG_NO_RAST)) in softpipe_clear()
Dsp_setup.c812 if (unlikely(sp_debug & SP_DBG_NO_RAST) || in sp_setup_tri()
1098 if (unlikely(sp_debug & SP_DBG_NO_RAST) || in sp_setup_line()
1246 if (unlikely(sp_debug & SP_DBG_NO_RAST) || in sp_setup_point()