Searched refs:debug_get_option (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/
H A Dd3d10_gdi.c59 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/
H A Dinline_sw_helper.h78 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
H A Dsw_helper.h80 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_omx_common.c60 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.c80 idws->dump_raw_file = debug_get_option("I915_DUMP_RAW_FILE", NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
H A Dutil.hpp82 const std::string path = debug_get_option("CLOVER_DEBUG_FILE",
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_omx_common.c60 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.c80 idws->dump_raw_file = debug_get_option("I915_DUMP_RAW_FILE", NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c56 const char *family = debug_get_option("SI_FORCE_FAMILY", NULL);
111 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL ||
112 strstr(debug_get_option("AMD_DEBUG", ""), "check_vm") != NULL;
117 ws->reserve_vmid = strstr(debug_get_option("R600_DEBUG", ""), "reserve_vmid") != NULL ||
118 strstr(debug_get_option("AMD_DEBUG", ""), "reserve_vmid") != NULL;
119 ws->zero_all_vram_allocs = strstr(debug_get_option("R600_DEBUG", ""), "zerovram") != NULL ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_util.c135 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump");
164 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dplatform.cpp63 debug_get_option("CLOVER_PLATFORM_VERSION_OVERRIDE", "1.1");
H A Dprogram.cpp182 debug_get_option("CLOVER_EXTRA_BUILD_OPTIONS", "");
215 debug_get_option("CLOVER_EXTRA_COMPILE_OPTIONS", "");
337 debug_get_option("CLOVER_EXTRA_LINK_OPTIONS", "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c81 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c56 const char *family = debug_get_option("SI_FORCE_FAMILY", NULL);
107 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL;
109 ws->reserve_vmid = strstr(debug_get_option("R600_DEBUG", ""), "reserve_vmid") != NULL;
110 ws->zero_all_vram_allocs = strstr(debug_get_option("R600_DEBUG", ""), "zerovram") != NULL ||
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/target-helpers/
H A Dinline_sw_helper.h92 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")),
H A Dsw_helper.h96 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")),
/xsrc/external/mit/MesaLib/dist/src/util/
H A 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); \
H A Du_debug_refcnt.c148 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c159 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Ddevice.cpp266 debug_get_option("CLOVER_DEVICE_VERSION_OVERRIDE", "1.1");
273 debug_get_option("CLOVER_DEVICE_CLC_VERSION_OVERRIDE", "1.1");
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_debug.h390 debug_get_option(const char *name, const char *dfault);
411 value = debug_get_option(name, dfault); \
H A Du_debug.c146 debug_get_option(const char *name, const char *dfault) function in typeref:typename:const char *
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/wgl/
H A Dwgl.c138 debug_get_option("GALLIUM_DRIVER", ""),
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode_common.c175 const char *dump_file_base = debug_get_option("PANDECODE_DUMP_FILE", "pandecode.dump");
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
H A Detnaviv_noop.c236 const char *gpu = debug_get_option("ETNA_SHIM_GPU", "GC2000");

Completed in 24 milliseconds

12