Home
last modified time | relevance | path

Searched refs:disable_throttling (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c376 return screen->driconf.disable_throttling ? 0 : 1; in crocus_get_param()
763 screen->driconf.disable_throttling = in crocus_screen_create()
764 driQueryOptionb(config->options, "disable_throttling"); in crocus_screen_create()
H A Dcrocus_screen.h200 bool disable_throttling; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.h182 bool disable_throttling; member
H A Diris_screen.c380 return screen->driconf.disable_throttling ? 0 : 1; in iris_get_param()
838 screen->driconf.disable_throttling = in iris_screen_create()
839 driQueryOptionb(config->options, "disable_throttling"); in iris_screen_create()
/third_party/mesa3d/src/util/
H A Ddriconf.h144 DRI_CONF_OPT_B(disable_throttling, def, \

Completed in 6 milliseconds