Searched refs:debug_get_flags_option (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_quirk.c45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0);
H A Dnine_debug.c72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_quirk.c45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0);
H A Dnine_debug.c72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDebug.cpp20 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 Dutil.hpp75 debug_get_flags_option("CLOVER_DEBUG", debug_options, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_debug.c61 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_debug.c61 screen->debug = debug_get_flags_option("RADEON_DEBUG", r300_debug_options, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.cpp92 m_log_mask = debug_get_flags_option("R600_NIR_DEBUG", sfn_debug_options, 0);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_debug.h399 debug_get_flags_option(const char *name,
450 value = debug_get_flags_option(name, flags, dfault); \
H A Du_debug.c267 debug_get_flags_option(const char *name, function in typeref:typename:uint64_t
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug.h403 debug_get_flags_option(const char *name,
487 value = debug_get_flags_option(name, flags, dfault); \
H A Du_debug.c290 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 Dlp_screen.c668 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 Dlp_screen.c1020 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 Dlp_bld_init.c433 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 );
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c429 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1092 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 Dpan_screen.c838 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 Dsi_pipe.c915 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 Dr600_pipe.c761 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 Dsvga_screen.c958 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_pipe.c1111 debug_get_flags_option("ASAHI_MESA_DEBUG", agx_debug_options, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_screen.c914 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.c739 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0);

Completed in 30 milliseconds

12