| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/ |
| H A D | d3d10_gdi.c | 59 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | inline_sw_helper.h | 78 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
|
| H A D | sw_helper.h | 80 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| H A D | vid_omx_common.c | 60 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_winsys.c | 80 idws->dump_raw_file = debug_get_option("I915_DUMP_RAW_FILE", NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | util.hpp | 82 const std::string path = debug_get_option("CLOVER_DEBUG_FILE",
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | vid_omx_common.c | 60 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_winsys.c | 80 idws->dump_raw_file = debug_get_option("I915_DUMP_RAW_FILE", NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.c | 56 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 D | lima_util.c | 135 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 D | platform.cpp | 63 debug_get_option("CLOVER_PLATFORM_VERSION_OVERRIDE", "1.1");
|
| H A D | program.cpp | 182 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 D | libgl_gdi.c | 81 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.c | 56 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 D | inline_sw_helper.h | 92 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")),
|
| H A D | sw_helper.h | 96 (sw_vk ? "" : debug_get_option("GALLIUM_DRIVER", "")),
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A 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); \
|
| H A D | u_debug_refcnt.c | 148 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_refcnt.c | 159 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 D | device.cpp | 266 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 D | u_debug.h | 390 debug_get_option(const char *name, const char *dfault); 411 value = debug_get_option(name, dfault); \
|
| H A D | u_debug.c | 146 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 D | wgl.c | 138 debug_get_option("GALLIUM_DRIVER", ""),
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode_common.c | 175 const char *dump_file_base = debug_get_option("PANDECODE_DUMP_FILE", "pandecode.dump");
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/ |
| H A D | etnaviv_noop.c | 236 const char *gpu = debug_get_option("ETNA_SHIM_GPU", "GC2000");
|