Searched refs:SharingMode (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 54 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 136 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 182 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 257 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 302 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 369 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 420 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 48 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 92 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 161 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 233 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 81 .sharingMode = vkhpp::SharingMode::eExclusive, in DoAcquireImageAndroidWithSync() 161 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 186 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 280 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P() 336 .sharingMode = vkhpp::SharingMode::eExclusive, in TEST_P()
|
D | GfxstreamEnd2EndTestUtils.cpp | 57 .sharingMode = vkhpp::SharingMode::eExclusive, in readImageData()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 97 .sharingMode = vkhpp::SharingMode::eExclusive, in createAndPopulateBuffer() 302 .sharingMode = vkhpp::SharingMode::eExclusive, in createColorAttachment()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 74 .sharingMode = vkhpp::SharingMode::eExclusive, in DoCreateBuffer() 320 .sharingMode = vkhpp::SharingMode::eExclusive, in CreateImage() 567 .sharingMode = vkhpp::SharingMode::eExclusive, in CreateYuvImage()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_to_string.hpp | 2404 VULKAN_HPP_INLINE std::string to_string( SharingMode value ) in to_string() 2408 case SharingMode::eExclusive : return "Exclusive"; in to_string() 2409 case SharingMode::eConcurrent : return "Concurrent"; in to_string()
|
D | vulkan_to_string.hpp | 4514 VULKAN_HPP_INLINE std::string to_string( SharingMode value ) in to_string() 4518 case SharingMode::eExclusive : return "Exclusive"; in to_string() 4519 case SharingMode::eConcurrent : return "Concurrent"; in to_string()
|
D | vulkansc_enums.hpp | 1567 enum class SharingMode enum
|
D | vulkan_enums.hpp | 2569 enum class SharingMode enum
|