Searched refs:memoryPropertyFlags (Results 1 – 2 of 2) sorted by relevance
365 const auto memoryPropertyFlags = memoryProperties.memoryTypes[i].propertyFlags; in TEST_P() local366 EXPECT_THAT(memoryPropertyFlags & vkhpp::MemoryPropertyFlagBits::eHostVisible, in TEST_P()
4366 VkMemoryPropertyFlags memoryPropertyFlags; in on_vkAllocateMemory() local4393 memoryPropertyFlags = hostMemoryInfo.memoryType.propertyFlags; in on_vkAllocateMemory()4419 bool hostVisible = memoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in on_vkAllocateMemory()4554 if (memoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_CACHED_BIT) { in on_vkAllocateMemory()4556 } else if (memoryPropertyFlags & VK_MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD) { in on_vkAllocateMemory()4558 } else if (memoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT) { in on_vkAllocateMemory()