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

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 266 if (!intel->disable_throttling)
554 if (driQueryOptionb(&intel->optionCache, "disable_throttling")) {
556 intel->disable_throttling = 1;
intel_context.h 215 bool disable_throttling; member in struct:intel_context
  /external/mesa3d/src/util/xmlpool/
t_options.h 79 DRI_CONF_OPT_BEGIN_B(disable_throttling, def) \
  /external/mesa3d/prebuilt-intermediates/xmlpool/
options.h 108 DRI_CONF_OPT_BEGIN_B(disable_throttling, def) \
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 829 bool disable_throttling; member in struct:brw_context
    [all...]
brw_context.c 799 if (driQueryOptionb(options, "disable_throttling")) {
801 brw->disable_throttling = true;
    [all...]
intel_batchbuffer.c 809 if (!brw->disable_throttling) {
    [all...]

Completed in 249 milliseconds