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/
H A Dnine_quirk.c45 flags = debug_get_flags_option("NINE_QUIRKS", nine_quirk_table, 0); in _nine_get_quirk()
H A Dnine_debug.c72 dbg_flags |= debug_get_flags_option("NINE_DEBUG", nine_debug_flags, 0); in _nine_debug_printf()
H A 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/
H A Du_debug.h409 debug_get_flags_option(const char *name,
493 value = debug_get_flags_option(name, flags, dfault); \
H A Du_debug.c286 debug_get_flags_option(const char *name, in debug_get_flags_option() function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A 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/
H A Dutil.hpp75 debug_get_flags_option("CLOVER_DEBUG", debug_options, 0); in has_flag()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.cpp87 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 Dr300_debug.c62 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 Dlp_screen.c1032 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 Dlp_bld_init.c439 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 Dpan_screen.c896 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 Dsi_pipe.c1126 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 Dr600_pipe.c717 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0); in r600_screen_create()
H A Dr600_pipe_common.c1263 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 Dsvga_screen.c1068 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 Dagx_pipe.c1163 debug_get_flags_option("ASAHI_MESA_DEBUG", agx_debug_options, 0); in agx_screen_create()

Completed in 21 milliseconds