Searched refs:DBG_SB_DRY_RUN (Results 1 – 3 of 3) sorted by relevance
62 sb_context::dry_run = df & DBG_SB_DRY_RUN; in r600_sb_context_create()
51 { "sbdry", DBG_SB_DRY_RUN, "Don't use optimized bytecode (just print the dumps)" },
262 #define DBG_SB_DRY_RUN (1 << 23) macro