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/
H A Damdgpu_winsys.c55 const char *family = debug_get_option("SI_FORCE_FAMILY", NULL); in handle_env_var_force_family()
113 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL || in do_winsys_init()
114 strstr(debug_get_option("AMD_DEBUG", ""), "check_vm") != NULL; in do_winsys_init()
119 ws->reserve_vmid = strstr(debug_get_option("R600_DEBUG", ""), "reserve_vmid") != NULL || in do_winsys_init()
120 strstr(debug_get_option("AMD_DEBUG", ""), "reserve_vmid") != NULL || in do_winsys_init()
121 strstr(debug_get_option("AMD_DEBUG", ""), "sqtt") != NULL; in do_winsys_init()
122 ws->zero_all_vram_allocs = strstr(debug_get_option("R600_DEBUG", ""), "zerovram") != NULL || in do_winsys_init()
/third_party/mesa3d/src/util/
H A Du_debug.h400 debug_get_option(const char *name, const char *dfault);
421 value = debug_get_option(name, dfault); \
452 value = debug_get_option(name, dfault); \
H A Du_debug_refcnt.c148 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL); in debug_reference_slowpath()
H A Du_debug.c141 debug_get_option(const char *name, const char *dfault) in debug_get_option() function
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_util.c136 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_create()
165 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_free()
/third_party/mesa3d/src/gallium/targets/d3d10sw/
H A Dd3d10_gdi.c59 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in d3d10_create_screen()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dutil.hpp82 const std::string path = debug_get_option("CLOVER_DEBUG_FILE", in log()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_omx_common.c60 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL); in omx_get_screen()
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
H A Dinline_sw_helper.h84 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")), in sw_screen_create_vk()
H A Dsw_helper.h87 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")), in sw_screen_create_vk()
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A 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/targets/wgl/
H A Dwgl.c125 debug_get_option("GALLIUM_DRIVER", ""), in wgl_screen_create()
/third_party/mesa3d/src/etnaviv/drm-shim/
H A Detnaviv_noop.c236 const char *gpu = debug_get_option("ETNA_SHIM_GPU", "GC2000"); in drm_shim_driver_init()
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode_common.c218 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/
H A Dradeon_drm_winsys.c582 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL || in do_winsys_init()
583 strstr(debug_get_option("AMD_DEBUG", ""), "check_vm") != NULL; in do_winsys_init()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp39 std::string extra_opts = debug_get_option(p_debug, ""); in build_options()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c531 option = debug_get_option("GALLIUM_DDEBUG", NULL); in ddebug_screen_create()
H A 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/auxiliary/hud/
H A Dhud_context.c1828 const char *share_env = debug_get_option("GALLIUM_HUD_SHARE", NULL); in hud_create()
1859 const char *env = debug_get_option("GALLIUM_HUD", NULL); in hud_create()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c716 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/auxiliary/driver_trace/
H A Dtr_screen.c1374 const char *driver = debug_get_option("MESA_LOADER_DRIVER_OVERRIDE", NULL); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c761 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags) in nvc0_program_translate()
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c1345 const char *ib_filename = debug_get_option("AMD_PARSE_IB", NULL); in ac_query_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1390 const char *eqaa = debug_get_option("EQAA", NULL); in radeonsi_screen_create_impl()

Completed in 30 milliseconds