Searched refs:sp_debug (Results 1 – 5 of 5) sorted by relevance
60 int sp_debug; variable61 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()
179 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()
70 extern int sp_debug;
61 if (unlikely(sp_debug & SP_DBG_NO_RAST)) in softpipe_clear()
812 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()