Home
last modified time | relevance | path

Searched refs:debug_get_option (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c56 const char *family = debug_get_option("SI_FORCE_FAMILY", NULL); in handle_env_var_force_family()
111 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL || in do_winsys_init()
112 strstr(debug_get_option("AMD_DEBUG", ""), "check_vm") != NULL; in do_winsys_init()
117 ws->reserve_vmid = strstr(debug_get_option("R600_DEBUG", ""), "reserve_vmid") != NULL || in do_winsys_init()
118 strstr(debug_get_option("AMD_DEBUG", ""), "reserve_vmid") != NULL; in do_winsys_init()
119 ws->zero_all_vram_allocs = strstr(debug_get_option("R600_DEBUG", ""), "zerovram") != NULL || in do_winsys_init()
/third_party/mesa3d/src/util/
Du_debug.h394 debug_get_option(const char *name, const char *dfault);
415 value = debug_get_option(name, dfault); \
446 value = debug_get_option(name, dfault); \
Du_debug_refcnt.c148 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL); in debug_reference_slowpath()
Du_debug.c145 debug_get_option(const char *name, const char *dfault) in debug_get_option() function
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_util.c135 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_create()
164 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_free()
/third_party/mesa3d/src/gallium/targets/d3d10sw/
Dd3d10_gdi.c59 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in d3d10_create_screen()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_omx_common.c60 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL); in omx_get_screen()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dutil.hpp82 const std::string path = debug_get_option("CLOVER_DEBUG_FILE", in log()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.c250 filename = debug_get_option("GALLIUM_TRACE", NULL); in trace_dump_trace_begin()
281 const char *trigger = debug_get_option("GALLIUM_TRACE_TRIGGER", NULL); in trace_dump_trace_begin()
Dtr_screen.c1111 const char *driver = debug_get_option("MESA_LOADER_DRIVER_OVERRIDE", NULL); in trace_screen_create()
/third_party/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_winsys.c80 idws->dump_raw_file = debug_get_option("I915_DUMP_RAW_FILE", NULL); in i915_drm_winsys_create()
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
Dsw_helper.h96 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")), in sw_screen_create_vk()
Dinline_sw_helper.h92 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")), in sw_screen_create_vk()
/third_party/mesa3d/src/etnaviv/drm-shim/
Detnaviv_noop.c236 const char *gpu = debug_get_option("ETNA_SHIM_GPU", "GC2000"); in drm_shim_driver_init()
/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c138 debug_get_option("GALLIUM_DRIVER", ""), in wgl_screen_create()
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode_common.c175 const char *dump_file_base = debug_get_option("PANDECODE_DUMP_FILE", "pandecode.dump"); in pandecode_dump_file_open()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c612 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL || in do_winsys_init()
613 … strstr(debug_get_option("AMD_DEBUG", ""), "check_vm") != NULL; in do_winsys_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c486 option = debug_get_option("GALLIUM_DDEBUG", NULL); in ddebug_screen_create()
Ddd_draw.c54 snprintf(dir, sizeof(dir), "%s/"DD_DIR, debug_get_option("HOME", ".")); in dd_get_debug_filename_and_mkdir()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp39 std::string extra_opts = debug_get_option(p_debug, ""); in build_options()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1827 const char *share_env = debug_get_option("GALLIUM_HUD_SHARE", NULL); in hud_create()
1858 const char *env = debug_get_option("GALLIUM_HUD", NULL); in hud_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c761 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags) in nvc0_program_translate()
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c688 snprintf(dump_dir, sizeof(dump_dir), "%s/" RADV_DUMP_DIR "_%d_%s", debug_get_option("HOME", "."), in radv_check_gpu_hangs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c1362 const char *eqaa = debug_get_option("EQAA", NULL); in radeonsi_screen_create_impl()