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/ |
D | MemoryDependenceAnalysis.h | 109 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/ |
D | D3D12Backend.h | 43 NonLocal, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 127 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/ |
D | vkMemUtil.hpp | 91 static const MemoryRequirement NonLocal; member in vk::MemoryRequirement
|
D | vkMemUtil.cpp | 116 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLA… member in vk::MemoryRequirement
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_dxcore_screen.cpp | 149 …oreAdapterMemoryBudgetNodeSegmentGroup nonlocal_node_segment = { 0, DXCoreSegmentGroup::NonLocal }; in dxcore_get_memory_info()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ResidencyManagerD3D12.cpp | 84 case MemorySegment::NonLocal: in GetMemorySegmentInfo()
|
D | ResourceAllocatorManagerD3D12.cpp | 38 return MemorySegment::NonLocal; in GetMemorySegment()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | D3D12ResidencyTests.cpp | 327 device.Get(), kRestrictedBudgetSize * .2, dawn_native::d3d12::MemorySegment::NonLocal); in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelMessagePassing.cpp | 1154 (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/ |
D | vktMemoryModelMessagePassing.cpp | 1154 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate() 1268 …vice, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()
|