OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_LOCAL
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.hpp
115
FLAG_LOCAL
= 1u << 4u,
vkMemUtil.cpp
119
const MemoryRequirement MemoryRequirement::Local = MemoryRequirement(MemoryRequirement::
FLAG_LOCAL
);
150
if ((m_flags &
FLAG_LOCAL
) && !(heapFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT))
Completed in 1256 milliseconds