Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp54 .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()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp48 .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()
DGfxstreamEnd2EndVkTests.cpp81 .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()
DGfxstreamEnd2EndTestUtils.cpp57 .sharingMode = vkhpp::SharingMode::eExclusive, in readImageData()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp97 .sharingMode = vkhpp::SharingMode::eExclusive, in createAndPopulateBuffer()
302 .sharingMode = vkhpp::SharingMode::eExclusive, in createColorAttachment()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp74 .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/
Dvulkansc_to_string.hpp2404 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()
Dvulkan_to_string.hpp4514 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()
Dvulkansc_enums.hpp1567 enum class SharingMode enum
Dvulkan_enums.hpp2569 enum class SharingMode enum