Searched refs:DEMO_GPU_TASK_END_TS (Results 1 – 3 of 3) sorted by relevance
443 #define DEMO_GPU_TASK_END_TS (1ull << 63ull) macro
1133 u64 timeVal = gDemoGfxTimeVal | DEMO_GPU_TASK_END_TS; in DEMOGfxEndGPUTask()1153 if ((timeVal & DEMO_GPU_TASK_END_TS) == 0) in DEMOGfxInsertGPUTask()1161 timeVal = (timeVal & (~DEMO_GPU_TASK_END_TS)) + 2ull; in DEMOGfxInsertGPUTask()