HomeSort by relevance Sort by last modified time
    Searched refs:debug_get_option (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/auxiliary/target-helpers/
inline_sw_helper.h 78 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
sw_helper.h 80 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_util.h 55 snprintf(dir, sizeof(dir), "%s/"DD_DIR, debug_get_option("HOME", "."));
dd_screen.c 303 option = debug_get_option("GALLIUM_DDEBUG", NULL);
  /external/mesa3d/src/gallium/state_trackers/omx/
entrypoint.c 82 omx_render_node = debug_get_option("OMX_RENDER_NODE", NULL);
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_winsys.c 80 idws->dump_raw_file = debug_get_option("I915_DUMP_RAW_FILE", NULL);
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 81 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 171 const char *filename = debug_get_option("GALLIUM_REFCNT_LOG", NULL);
u_debug.h 396 debug_get_option(const char *name, const char *dfault);
417 value = debug_get_option(name, dfault); \
u_debug.c 150 debug_get_option(const char *name, const char *dfault) function
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 182 debug_get_option("CLOVER_EXTRA_BUILD_OPTIONS", "");
208 debug_get_option("CLOVER_EXTRA_COMPILE_OPTIONS", "");
280 debug_get_option("CLOVER_EXTRA_LINK_OPTIONS", "");
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.c 365 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 536 ws->check_vm = strstr(debug_get_option("R600_DEBUG", ""), "check_vm") != NULL;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 689 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags)
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 749 const char *family = debug_get_option("SI_FORCE_FAMILY", NULL);
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c     [all...]

Completed in 313 milliseconds