Lines Matching refs:timeVal
1116 u64 timeVal = gDemoGfxTimeVal; in DEMOGfxBeginGPUTask() local
1122 pTask->timeVal = timeVal; in DEMOGfxBeginGPUTask()
1126 GX2SubmitUserTimeStamp(gpDemoGfxGPUTs, timeVal, GX2_PIPE_EVENT_TOP, GX2_FALSE); in DEMOGfxBeginGPUTask()
1133 u64 timeVal = gDemoGfxTimeVal | DEMO_GPU_TASK_END_TS; in DEMOGfxEndGPUTask() local
1134 GX2SubmitUserTimeStamp(gpDemoGfxGPUTs, timeVal, GX2_PIPE_EVENT_TOP, GX2_FALSE); in DEMOGfxEndGPUTask()
1144 u64 timeVal; in DEMOGfxInsertGPUTask() local
1150 timeVal = GX2ReadUserTimeStamp(gpDemoGfxGPUTs); in DEMOGfxInsertGPUTask()
1153 if ((timeVal & DEMO_GPU_TASK_END_TS) == 0) in DEMOGfxInsertGPUTask()
1156 timeVal++; in DEMOGfxInsertGPUTask()
1161 timeVal = (timeVal & (~DEMO_GPU_TASK_END_TS)) + 2ull; in DEMOGfxInsertGPUTask()
1166 if (pTask->timeVal == timeVal) in DEMOGfxInsertGPUTask()