Searched refs:kNumSets (Results 1 – 3 of 3) sorted by relevance
34 static const int kNumSets = NUMBER_OF_REMEMBERED_SET_TYPES;51 FIELD(SlotSet* [kNumSets], SlotSet),55 FIELD(TypedSlotsSet* [kNumSets], TypedSlotSet),56 FIELD(void* [kNumSets], InvalidatedSlots),
1035 const uint32 kNumSets = 3; in FixClusteredPixel() local1038 static const int32 kOffset [kNumSets] [kSetSize] [2] = in FixClusteredPixel()1066 for (uint32 set = 0; set < kNumSets; set++) in FixClusteredPixel()1544 const uint32 kNumSets = 8; in FixClusteredRect() local1547 static const int32 kOffset [kNumSets] [kSetSize] [2] = in FixClusteredRect()1645 for (uint32 set = 0; set < kNumSets && !didFixPixel; set++) in FixClusteredRect()
23 work_queue_sets_.reset(new WorkQueueSets(kNumSets, "test")); in SetUp()35 kNumSets = 5 // An arbitary choice. enumerator