Searched refs:debug_get_option (Results 1 – 9 of 9) sorted by relevance
20 driver = debug_get_option("GALLIUM_DRIVER", "native"); in sw_screen_wrap()
56 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in sw_screen_create()
68 idws->dump_raw_file = debug_get_option("I915_DUMP_RAW_FILE", NULL); in i915_drm_winsys_create()
75 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in gdi_screen_create()
132 const char* filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL); in debug_reference_slowpath()
354 debug_get_option(const char *name, const char *dfault);
104 debug_get_option(const char *name, const char *dfault) in debug_get_option() function
233 filename = debug_get_option("GALLIUM_TRACE", NULL); in trace_dump_trace_begin()
144 float feature_level_number = atof(debug_get_option("D3D11_FEATURE_LEVEL", default_level_name)); in GalliumD3D11ScreenImpl()