Searched refs:GUI_ACTIVE (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64io.c | 99 pATI->EngineIsBusy = GetBits(IOValue, GUI_ACTIVE);
|
| H A D | atiregs.h | 1657 #define GUI_ACTIVE 0x00000001ul macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 31 * whether the GUI_ACTIVE bit is set or not. 59 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro 104 UPDATE_COUNTER(gui, GUI_ACTIVE); 105 gui_busy = GUI_ACTIVE(value);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 29 * whether the GUI_ACTIVE bit is set or not. 57 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro 102 UPDATE_COUNTER(gui, GUI_ACTIVE); 103 gui_busy = GUI_ACTIVE(value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 31 * whether the GUI_ACTIVE bit is set or not. 59 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro 104 UPDATE_COUNTER(gui, GUI_ACTIVE); 105 gui_busy = GUI_ACTIVE(value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 29 * whether the GUI_ACTIVE bit is set or not. 57 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro 101 UPDATE_COUNTER(gui, GUI_ACTIVE); 102 gui_busy = GUI_ACTIVE(value);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| H A D | gfx7.json | 10310 {"bits": [31, 31], "name": "GUI_ACTIVE"}
|
| H A D | gfx6.json | 8979 {"bits": [31, 31], "name": "GUI_ACTIVE"}
|
| H A D | gfx8.json | 10624 {"bits": [31, 31], "name": "GUI_ACTIVE"}
|
| H A D | gfx81.json | 10731 {"bits": [31, 31], "name": "GUI_ACTIVE"}
|
| H A D | gfx9.json | 11718 {"bits": [31, 31], "name": "GUI_ACTIVE"}
|
| H A D | gfx10.json | 13281 {"bits": [31, 31], "name": "GUI_ACTIVE"}
|
| H A D | gfx103.json | 13151 {"bits": [31, 31], "name": "GUI_ACTIVE"}
|
Completed in 555 milliseconds