Searched refs:OPT_BOOL (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug_options.h | 0 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)") 6 #undef OPT_BOOL
|
| H A D | driinfo_radeonsi.h | 13 #define OPT_BOOL(name, dflt, description) \ macro
|
| H A D | si_pipe.c | 1092 #define OPT_BOOL(name, dflt, description) \ macro
|
| H A D | si_pipe.h | 480 #define OPT_BOOL(name, dflt, description) bool name:1; macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug_options.h | 0 OPT_BOOL(inline_uniforms, true, "Optimize shaders by replacing uniforms with literals") 2 OPT_BOOL(aux_debug, false, "Generate ddebug_dumps for the auxiliary context") 3 OPT_BOOL(sync_compile, false, "Always compile synchronously (will cause stalls)") 4 OPT_BOOL(dump_shader_binary, false, "Dump shader binary as part of ddebug_dumps") 5 OPT_BOOL(debug_disassembly, false, 7 OPT_BOOL(halt_shaders, false, "Halt shaders at the start (will hang)") 8 OPT_BOOL(vs_fetch_always_opencode, false, 10 OPT_BOOL(prim_restart_tri_strips_only, false, "Only enable primitive restart for triangle strips") 11 OPT_BOOL(no_infinite_interp, false, "Kill PS with infinite interp coeff") 12 OPT_BOOL(clamp_div_by_zer [all...] |
| H A D | driinfo_radeonsi.h | 10 #define OPT_BOOL(name, dflt, description) DRI_CONF_OPT_B(radeonsi_##name, dflt, description) macro
|
| H A D | si_pipe.c | 1075 #define OPT_BOOL(name, dflt, description) \ macro
|
| H A D | si_pipe.h | 551 #define OPT_BOOL(name, dflt, description) bool name : 1; macro
|
| /xsrc/external/mit/MesaLib.old/src/gallium/drivers/radeonsi/ |
| H A D | si_driinfo.h | 50 #define OPT_BOOL(name, dflt, description) \ macro
|
| /xsrc/external/mit/MesaLib/src/gallium/drivers/radeonsi/ |
| H A D | si_driinfo.h | 50 #define OPT_BOOL(name, dflt, description) \ macro
|
Completed in 17 milliseconds