Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h396 debug_get_option(const char *name, const char *dfault);
417 value = debug_get_option(name, dfault); \
Du_debug_refcnt.c159 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL); in debug_reference_slowpath()
Du_debug.c151 debug_get_option(const char *name, const char *dfault) in debug_get_option() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp182 debug_get_option("CLOVER_EXTRA_BUILD_OPTIONS", ""); in clBuildProgram()
208 debug_get_option("CLOVER_EXTRA_COMPILE_OPTIONS", ""); in clCompileProgram()
280 debug_get_option("CLOVER_EXTRA_LINK_OPTIONS", ""); in clLinkProgram()
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Dsw_helper.h80 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in sw_screen_create()
Dinline_sw_helper.h78 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in sw_screen_create()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_util.h55 snprintf(dir, sizeof(dir), "%s/"DD_DIR, debug_get_option("HOME", ".")); in dd_get_debug_filename_and_mkdir()
Ddd_screen.c436 option = debug_get_option("GALLIUM_DDEBUG", NULL); in ddebug_screen_create()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c69 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL; in do_winsys_init()
71 ws->reserve_vmid = strstr(debug_get_option("R600_DEBUG", ""), "reserve_vmid") != NULL; in do_winsys_init()
/external/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()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dentrypoint.c88 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL); in omx_get_screen()
/external/mesa3d/src/gallium/targets/libgl-gdi/
Dlibgl_gdi.c81 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in gdi_screen_create()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dutil.hpp124 const std::string path = debug_get_option("CLOVER_DEBUG_FILE", in log()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h369 debug_get_option(const char *name, const char *dfault);
Du_debug.c135 debug_get_option(const char *name, const char *dfault) in debug_get_option() function
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.c207 filename = debug_get_option("GALLIUM_TRACE", NULL); in trace_dump_trace_begin()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1737 const char *share_env = debug_get_option("GALLIUM_HUD_SHARE", NULL); in hud_create()
1768 const char *env = debug_get_option("GALLIUM_HUD", NULL); in hud_create()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c530 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL; in do_winsys_init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c560 const char *family = debug_get_option("SI_FORCE_FAMILY", NULL); in si_handle_env_var_force_family()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c695 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags) in nvc0_program_translate()