Home
last modified time | relevance | path

Searched defs:memory_priority (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/threading/
Dplatform_thread_win.cc233 void AssertMemoryPriority(HANDLE thread, int memory_priority) { in AssertMemoryPriority()
/external/rust/crates/ash/src/vk/
Ddefinitions.rs34149 pub memory_priority: Bool32, field
34189 pub fn memory_priority(mut self, memory_priority: bool) -> Self { in memory_priority() method