Searched refs:gui_busy (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_gpu_load.c86 bool gui_busy, sdma_busy = false; local in function:r600_update_mmio_counters
105 gui_busy = GUI_ACTIVE(value);
107 value = gui_busy || sdma_busy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c84 bool gui_busy, sdma_busy = false; local in function:si_update_mmio_counters
103 gui_busy = GUI_ACTIVE(value);
125 value = gui_busy || sdma_busy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_gpu_load.c86 bool gui_busy, sdma_busy = false; local in function:r600_update_mmio_counters
105 gui_busy = GUI_ACTIVE(value);
107 value = gui_busy || sdma_busy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c83 bool gui_busy, sdma_busy = false; local in function:si_update_mmio_counters
102 gui_busy = GUI_ACTIVE(value);
124 value = gui_busy || sdma_busy;

Completed in 3 milliseconds