Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp58 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
171 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
243 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
DGfxstreamEnd2EndVkTests.cpp196 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
366 EXPECT_THAT(memoryPropertyFlags & vkhpp::MemoryPropertyFlagBits::eHostVisible, in TEST_P()
367 Ne(vkhpp::MemoryPropertyFlagBits::eHostVisible)); in TEST_P()
398 if (memoryType.propertyFlags & vkhpp::MemoryPropertyFlagBits::eHostVisible) { in TEST_P()
887 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
DGfxstreamEnd2EndTestUtils.cpp67 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in readImageData()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp379 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp106 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in createAndPopulateBuffer()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp243 vkhpp::MemoryPropertyFlagBits::eHostVisible | in Load()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1176 eHostVisible = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, enumerator
1191 | MemoryPropertyFlagBits::eHostVisible
Dvulkansc_to_string.hpp131 if ( value & MemoryPropertyFlagBits::eHostVisible ) result += "HostVisible | "; in to_string()
2140 case MemoryPropertyFlagBits::eHostVisible : return "HostVisible"; in to_string()
Dvulkan_enums.hpp2031 eHostVisible = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, enumerator
2049 | MemoryPropertyFlagBits::eHostVisible
Dvulkan_to_string.hpp164 if ( value & MemoryPropertyFlagBits::eHostVisible ) result += "HostVisible | "; in to_string()
4169 case MemoryPropertyFlagBits::eHostVisible : return "HostVisible"; in to_string()