Home
last modified time | relevance | path

Searched refs:debug_get_flags_option (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_quirk.c45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0); in _nine_get_quirk()
Dnine_debug.c72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0); in _nine_debug_printf()
Dnine_shader.c3853 flags = debug_get_flags_option("NINE_SHADER", nine_shader_debug_options, 0); in nine_shader_get_debug_flag()
/third_party/mesa3d/src/util/
Du_debug.h403 debug_get_flags_option(const char *name,
487 value = debug_get_flags_option(name, flags, dfault); \
Du_debug.c290 debug_get_flags_option(const char *name, in debug_get_flags_option() function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDebug.cpp20 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/
Dutil.hpp75 debug_get_flags_option("CLOVER_DEBUG", debug_options, 0); in has_flag()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_debug.c61 screen->debug = debug_get_flags_option("RADEON_DEBUG", r300_debug_options, 0); in r300_init_debug()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.cpp92 m_log_mask = debug_get_flags_option("R600_NIR_DEBUG", sfn_debug_options, 0); in SfnLog()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c1008 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/
Dlp_bld_init.c429 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 ); in lp_build_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c1092 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/
Dpan_screen.c838 dev->debug = debug_get_flags_option("PAN_MESA_DEBUG", panfrost_debug_options, 0); in panfrost_create_screen()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c739 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0); in r600_screen_create()
Dr600_pipe_common.c1255 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/
Dsvga_screen.c914 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c1111 debug_get_flags_option("ASAHI_MESA_DEBUG", agx_debug_options, 0); in agx_screen_create()