HomeSort by relevance Sort by last modified time
    Searched refs:assignedWork (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 111 bool assignedWork; // only used by main; worker uses assignCond & quit
120 Worker() : assignedWork(false), quit(false), thread(0)
raster.cpp 108 assert(args->assignedWork);
287 args.assignedWork = true;
328 if (args.assignedWork)
331 args.assignedWork = false;

Completed in 56 milliseconds