Home
last modified time | relevance | path

Searched refs:eHostCoherent (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()
DGfxstreamEnd2EndTestUtils.cpp67 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in readImageData()
DGfxstreamEnd2EndVkTests.cpp196 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
887 vkhpp::MemoryPropertyFlagBits::eHostVisible | vkhpp::MemoryPropertyFlagBits::eHostCoherent); in TEST_P()
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.cpp244 vkhpp::MemoryPropertyFlagBits::eHostCoherent)); in Load()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1177 eHostCoherent = VK_MEMORY_PROPERTY_HOST_COHERENT_BIT, enumerator
1192 | MemoryPropertyFlagBits::eHostCoherent
Dvulkansc_to_string.hpp132 if ( value & MemoryPropertyFlagBits::eHostCoherent ) result += "HostCoherent | "; in to_string()
2141 case MemoryPropertyFlagBits::eHostCoherent : return "HostCoherent"; in to_string()
Dvulkan_enums.hpp2032 eHostCoherent = VK_MEMORY_PROPERTY_HOST_COHERENT_BIT, enumerator
2050 | MemoryPropertyFlagBits::eHostCoherent
Dvulkan_to_string.hpp165 if ( value & MemoryPropertyFlagBits::eHostCoherent ) result += "HostCoherent | "; in to_string()
4170 case MemoryPropertyFlagBits::eHostCoherent : return "HostCoherent"; in to_string()