Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c61 int sp_debug; variable
62 DEBUG_GET_ONCE_FLAGS_OPTION(sp_debug, "SOFTPIPE_DEBUG", sp_debug_options, 0)
327 return (sp_debug & SP_DBG_USE_TGSI) ? PIPE_SHADER_IR_TGSI : PIPE_SHADER_IR_NIR; in softpipe_get_shader_param()
589 sp_debug = debug_get_option_sp_debug(); in softpipe_create_screen()
607 screen->use_llvm = sp_debug & SP_DBG_USE_LLVM; in softpipe_create_screen()
H A Dsp_state_shader.c160 sp_debug & SP_DBG_FS); in softpipe_create_fs_state()
245 sp_debug & SP_DBG_VS); in softpipe_create_vs_state()
306 sp_debug & SP_DBG_GS); in softpipe_create_gs_state()
419 if (sp_debug & SP_DBG_CS) in softpipe_create_compute_state()
429 if (sp_debug & SP_DBG_CS) in softpipe_create_compute_state()
H A Dsp_screen.h70 extern int sp_debug;
H A Dsp_clear.c61 if (unlikely(sp_debug & SP_DBG_NO_RAST)) in softpipe_clear()
H A Dsp_setup.c762 if (unlikely(sp_debug & SP_DBG_NO_RAST) || in sp_setup_tri()
1018 if (unlikely(sp_debug & SP_DBG_NO_RAST) || in sp_setup_line()
1166 if (unlikely(sp_debug & SP_DBG_NO_RAST) || in sp_setup_point()

Completed in 6 milliseconds