Searched refs:NonLocal (Results 1 – 9 of 9) sorted by relevance
109 NonLocal = 1, enumerator140 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
43 NonLocal, enumerator
127 PhysDefVector &PhysDefs, bool &NonLocal) const;332 bool &NonLocal) const { in PhysRegDefsReach()366 NonLocal = true; in PhysRegDefsReach()
91 static const MemoryRequirement NonLocal; member in vk::MemoryRequirement
126 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLAG_N… member in vk::MemoryRequirement
84 case MemorySegment::NonLocal: in GetMemorySegmentInfo()
38 return MemorySegment::NonLocal; in GetMemorySegment()
327 device.Get(), kRestrictedBudgetSize * .2, dawn_native::d3d12::MemorySegment::NonLocal); in TEST_P()
1153 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate()1267 …vice, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()