| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_quirk.c | 45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0);
|
| H A D | nine_debug.c | 72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_quirk.c | 45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0);
|
| H A D | nine_debug.c | 72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Debug.cpp | 20 st_debug = debug_get_flags_option("ST_DEBUG", st_debug_flags, st_debug);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | util.hpp | 75 debug_get_flags_option("CLOVER_DEBUG", debug_options, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 61 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 61 screen->debug = debug_get_flags_option("RADEON_DEBUG", r300_debug_options, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_debug.cpp | 92 m_log_mask = debug_get_flags_option("R600_NIR_DEBUG", sfn_debug_options, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_debug.h | 399 debug_get_flags_option(const char *name, 450 value = debug_get_flags_option(name, flags, dfault); \
|
| H A D | u_debug.c | 267 debug_get_flags_option(const char *name, function in typeref:typename:uint64_t
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug.h | 403 debug_get_flags_option(const char *name, 487 value = debug_get_flags_option(name, flags, dfault); \
|
| H A D | u_debug.c | 290 debug_get_flags_option(const char *name, function in typeref:typename:uint64_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.c | 668 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 ); 671 LP_PERF = debug_get_flags_option("LP_PERF", lp_perf_flags, 0 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.c | 1020 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 ); 1023 LP_PERF = debug_get_flags_option("LP_PERF", lp_perf_flags, 0 );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_init.c | 433 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_init.c | 429 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 1092 sscreen->debug_flags = debug_get_flags_option("R600_DEBUG", radeonsi_debug_options, 0); 1093 sscreen->debug_flags |= debug_get_flags_option("AMD_DEBUG", radeonsi_debug_options, 0); 1094 test_flags = debug_get_flags_option("AMD_TEST", test_options, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_screen.c | 838 dev->debug = debug_get_flags_option("PAN_MESA_DEBUG", panfrost_debug_options, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 915 sscreen->debug_flags = debug_get_flags_option("R600_DEBUG", 917 sscreen->debug_flags |= debug_get_flags_option("AMD_DEBUG",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe.c | 761 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 958 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_pipe.c | 1111 debug_get_flags_option("ASAHI_MESA_DEBUG", agx_debug_options, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 914 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe.c | 739 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0);
|