Searched refs:debug_get_flags_option (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_quirk.c | 45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0); in _nine_get_quirk()
|
H A D | nine_debug.c | 72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0); in _nine_debug_printf()
|
H A 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/ |
H A D | u_debug.h | 409 debug_get_flags_option(const char *name, 493 value = debug_get_flags_option(name, flags, dfault); \
|
H A D | u_debug.c | 286 debug_get_flags_option(const char *name, in debug_get_flags_option() function
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A 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/ |
H A D | util.hpp | 75 debug_get_flags_option("CLOVER_DEBUG", debug_options, 0); in has_flag()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_debug.cpp | 87 m_log_mask = debug_get_flags_option("R600_NIR_DEBUG", sfn_debug_options, 0); in SfnLog()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_debug.c | 62 screen->debug = debug_get_flags_option("RADEON_DEBUG", r300_debug_options, 0); in r300_init_debug()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.c | 1032 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 ); in llvmpipe_create_screen() 1035 LP_PERF = debug_get_flags_option("LP_PERF", lp_perf_flags, 0 ); in llvmpipe_create_screen()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_init.c | 439 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 ); in lp_build_init()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 896 dev->debug = debug_get_flags_option("PAN_MESA_DEBUG", panfrost_debug_options, 0); in panfrost_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.c | 1126 sscreen->debug_flags = debug_get_flags_option("R600_DEBUG", radeonsi_debug_options, 0); in radeonsi_screen_create_impl() 1127 sscreen->debug_flags |= debug_get_flags_option("AMD_DEBUG", radeonsi_debug_options, 0); in radeonsi_screen_create_impl() 1128 test_flags = debug_get_flags_option("AMD_TEST", test_options, 0); in radeonsi_screen_create_impl()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe.c | 717 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0); in r600_screen_create()
|
H A D | r600_pipe_common.c | 1263 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/ |
H A D | svga_screen.c | 1068 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 1163 debug_get_flags_option("ASAHI_MESA_DEBUG", agx_debug_options, 0); in agx_screen_create()
|
Completed in 21 milliseconds