Home
last modified time | relevance | path

Searched refs:NonLocal (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h109 NonLocal = 1, enumerator
140 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DD3D12Backend.h43 NonLocal, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp127 PhysDefVector &PhysDefs, bool &NonLocal) const;
332 bool &NonLocal) const { in PhysRegDefsReach()
366 NonLocal = true; in PhysRegDefsReach()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp91 static const MemoryRequirement NonLocal; member in vk::MemoryRequirement
DvkMemUtil.cpp116 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLA… member in vk::MemoryRequirement
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_dxcore_screen.cpp149 …oreAdapterMemoryBudgetNodeSegmentGroup nonlocal_node_segment = { 0, DXCoreSegmentGroup::NonLocal }; in dxcore_get_memory_info()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResidencyManagerD3D12.cpp84 case MemorySegment::NonLocal: in GetMemorySegmentInfo()
DResourceAllocatorManagerD3D12.cpp38 return MemorySegment::NonLocal; in GetMemorySegment()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12ResidencyTests.cpp327 device.Get(), kRestrictedBudgetSize * .2, dawn_native::d3d12::MemorySegment::NonLocal); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp1154 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate()
1268 …vice, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp1154 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate()
1268 …vice, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()