Home
last modified time | relevance | path

Searched refs:GUI_ACTIVE (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_gpu_load.c31 * whether the GUI_ACTIVE bit is set or not.
59 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro
104 UPDATE_COUNTER(gui, GUI_ACTIVE); in r600_update_mmio_counters()
105 gui_busy = GUI_ACTIVE(value); in r600_update_mmio_counters()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c29 * whether the GUI_ACTIVE bit is set or not.
57 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro
101 UPDATE_COUNTER(gui, GUI_ACTIVE); in si_update_mmio_counters()
102 gui_busy = GUI_ACTIVE(value); in si_update_mmio_counters()

Completed in 2 milliseconds