Searched refs:region_index (Results 1 – 4 of 4) sorted by relevance
298 for (size_t region_index = 0; region_index < stable_regions.size(); in Plan() local299 region_index++) { in Plan()300 const SquashState::Region ®ion = squash->regions()[region_index]; in Plan()301 if (!stable_regions[region_index]) in Plan()
53 bool is_stable(int region_index) const { in is_stable() argument55 regions_[region_index].change_history.none(); in is_stable()
581 for (size_t region_index = 0; region_index < num_regions; region_index++) { in Composite() local582 DrmCompositionRegion ®ion = regions[region_index]; in Composite()
2774 for (unsigned int region_index = 0; in Read() local2775 region_index < region_count; in Read()2776 ++region_index) { in Read()2777 MDMemoryDescriptor* descriptor = &(*descriptors)[region_index]; in Read()2789 " region " << region_index << "/" << region_count << in Read()2795 if (!range_map_->StoreRange(base_address, region_size, region_index)) { in Read()2797 region_index << "/" << region_count << ", " << in Read()2803 (*regions)[region_index].SetDescriptor(descriptor); in Read()2841 unsigned int region_index; in GetMemoryRegionForAddress() local2842 if (!range_map_->RetrieveRange(address, ®ion_index, NULL, NULL)) { in GetMemoryRegionForAddress()[all …]