Home
last modified time | relevance | path

Searched refs:MinDepth (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp560 unsigned MinDepth = ~0u; in ListScheduleTopDown() local
568 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown()
569 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPostRASchedulerList.cpp626 unsigned MinDepth = ~0u; in ListScheduleTopDown() local
634 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown()
635 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp757 vp.MinDepth = 0.0f; in DX11Operation()