Lines Matching refs:AtomicInt
114 AtomicInt data;
120 AtomicInt reference;
236 AtomicInt type;
237 AtomicInt primitiveUnit;
238 AtomicInt pixelCluster;
252 AtomicInt drawCall;
253 AtomicInt firstPrimitive;
254 AtomicInt primitiveCount;
255 AtomicInt visible;
256 AtomicInt references;
268 AtomicInt drawCall;
269 AtomicInt processedPrimitives;
270 AtomicInt executing;
410 AtomicInt exitThreads;
411 AtomicInt threadsAwake;
428 AtomicInt currentDraw;
429 AtomicInt nextDraw;
436 AtomicInt qHead;
437 AtomicInt qSize;
439 static AtomicInt unitCount;
440 static AtomicInt clusterCount;
472 AtomicInt drawType;
473 AtomicInt batchSize;
506 AtomicInt clipFlags;
508 AtomicInt primitive; // Current primitive to enter pipeline
509 AtomicInt count; // Number of primitives to render
510 …AtomicInt references; // Remaining references to this draw call, 0 when done drawing, -1 when re…