Searched refs:debug_get_flags_option (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_quirk.c | 45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0); in _nine_get_quirk()
|
D | nine_debug.c | 72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0); in _nine_debug_printf()
|
D | nine_shader.c | 3853 flags = debug_get_flags_option("NINE_SHADER", nine_shader_debug_options, 0); in nine_shader_get_debug_flag()
|
/third_party/mesa3d/src/util/ |
D | u_debug.h | 403 debug_get_flags_option(const char *name, 487 value = debug_get_flags_option(name, flags, dfault); \
|
D | u_debug.c | 290 debug_get_flags_option(const char *name, in debug_get_flags_option() function
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Debug.cpp | 20 st_debug = debug_get_flags_option("ST_DEBUG", st_debug_flags, st_debug); in st_debug_parse()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | util.hpp | 75 debug_get_flags_option("CLOVER_DEBUG", debug_options, 0); in has_flag()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_debug.c | 61 screen->debug = debug_get_flags_option("RADEON_DEBUG", r300_debug_options, 0); in r300_init_debug()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_debug.cpp | 92 m_log_mask = debug_get_flags_option("R600_NIR_DEBUG", sfn_debug_options, 0); in SfnLog()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 1008 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 ); in llvmpipe_create_screen() 1011 LP_PERF = debug_get_flags_option("LP_PERF", lp_perf_flags, 0 ); in llvmpipe_create_screen()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 429 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 ); in lp_build_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 1092 sscreen->debug_flags = debug_get_flags_option("R600_DEBUG", radeonsi_debug_options, 0); in radeonsi_screen_create_impl() 1093 sscreen->debug_flags |= debug_get_flags_option("AMD_DEBUG", radeonsi_debug_options, 0); in radeonsi_screen_create_impl() 1094 test_flags = debug_get_flags_option("AMD_TEST", test_options, 0); in radeonsi_screen_create_impl()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.c | 838 dev->debug = debug_get_flags_option("PAN_MESA_DEBUG", panfrost_debug_options, 0); in panfrost_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 739 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0); in r600_screen_create()
|
D | r600_pipe_common.c | 1255 rscreen->debug_flags |= debug_get_flags_option("R600_DEBUG", common_debug_options, 0); in r600_common_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.c | 914 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_pipe.c | 1111 debug_get_flags_option("ASAHI_MESA_DEBUG", agx_debug_options, 0); in agx_screen_create()
|