Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp170 bool hostCached = typeInfo.propertyFlags & VK_MEMORY_PROPERTY_HOST_CACHED_BIT; in getStagingMemoryTypeIndex() local
172 if (hostVisible && hostCached && allowedInBuffer) { in getStagingMemoryTypeIndex()