android: radeonsi: fix build error due to wrong u_format.csv file path
[mesa.git] / src / gallium / drivers / radeonsi / si_debug_options.h
1 OPT_BOOL(clear_db_cache_before_clear, false, "Clear DB cache before fast depth clear")
2 OPT_BOOL(enable_nir, false, "Enable NIR")
3 OPT_BOOL(aux_debug, false, "Generate ddebug_dumps for the auxiliary context")
4 OPT_BOOL(sync_compile, false, "Always compile synchronously (will cause stalls)")
5 OPT_BOOL(dump_shader_binary, false, "Dump shader binary as part of ddebug_dumps")
6 OPT_BOOL(debug_disassembly, false, "Report shader disassembly as part of driver debug messages (for shader db)")
7 OPT_BOOL(halt_shaders, false, "Halt shaders at the start (will hang)")
8 OPT_BOOL(vs_fetch_always_opencode, false, "Always open code vertex fetches (less efficient, purely for testing)")
9 OPT_BOOL(prim_restart_tri_strips_only, false, "Only enable primitive restart for triangle strips")
10
11 #undef OPT_BOOL