/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.c | 56 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/ |
D | u_debug.h | 394 debug_get_option(const char *name, const char *dfault); 415 value = debug_get_option(name, dfault); \ 446 value = debug_get_option(name, dfault); \
|
D | u_debug_refcnt.c | 148 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL); in debug_reference_slowpath()
|
D | u_debug.c | 145 debug_get_option(const char *name, const char *dfault) in debug_get_option() function
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_util.c | 135 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/ |
D | d3d10_gdi.c | 59 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in d3d10_create_screen()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_omx_common.c | 60 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL); in omx_get_screen()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | util.hpp | 82 const std::string path = debug_get_option("CLOVER_DEBUG_FILE", in log()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.c | 250 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()
|
D | tr_screen.c | 1111 const char *driver = debug_get_option("MESA_LOADER_DRIVER_OVERRIDE", NULL); in trace_screen_create()
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_winsys.c | 80 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/ |
D | sw_helper.h | 96 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")), in sw_screen_create_vk()
|
D | inline_sw_helper.h | 92 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")), in sw_screen_create_vk()
|
/third_party/mesa3d/src/etnaviv/drm-shim/ |
D | etnaviv_noop.c | 236 const char *gpu = debug_get_option("ETNA_SHIM_GPU", "GC2000"); in drm_shim_driver_init()
|
/third_party/mesa3d/src/gallium/targets/wgl/ |
D | wgl.c | 138 debug_get_option("GALLIUM_DRIVER", ""), in wgl_screen_create()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | decode_common.c | 175 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/ |
D | radeon_drm_winsys.c | 612 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/ |
D | dd_screen.c | 486 option = debug_get_option("GALLIUM_DDEBUG", NULL); in ddebug_screen_create()
|
D | dd_draw.c | 54 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/ |
D | program.cpp | 39 std::string extra_opts = debug_get_option(p_debug, ""); in build_options()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 1827 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/ |
D | nvc0_program.c | 761 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags) in nvc0_program_translate()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 688 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/ |
D | si_pipe.c | 1362 const char *eqaa = debug_get_option("EQAA", NULL); in radeonsi_screen_create_impl()
|