Lines Matching defs:completion
287 int completion = 0;
289 while (completion != 8 && deGetMicroseconds() < shLoopStart + 1000000)
291 completion = 0;
297 completion++;
300 if (completion != 8)
303 "Failed reading completion status for parallel shader compiling");
329 int completion = 0;
331 while (completion != 8 && deGetMicroseconds() < prLoopStart + 1000000)
333 completion = 0;
339 completion++;
342 if (completion != 8)
345 "Failed reading completion status for parallel program linking");