Searched refs:hostCached (Results 1 – 1 of 1) sorted by relevance
170 bool hostCached = typeInfo.propertyFlags & VK_MEMORY_PROPERTY_HOST_CACHED_BIT; in getStagingMemoryTypeIndex() local172 if (hostVisible && hostCached && allowedInBuffer) { in getStagingMemoryTypeIndex()