Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp365 const auto memoryPropertyFlags = memoryProperties.memoryTypes[i].propertyFlags; in TEST_P() local
366 EXPECT_THAT(memoryPropertyFlags & vkhpp::MemoryPropertyFlagBits::eHostVisible, in TEST_P()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4366 VkMemoryPropertyFlags memoryPropertyFlags; in on_vkAllocateMemory() local
4393 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()