Home
last modified time | relevance | path

Searched refs:eExclusive (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_enums.hpp1569 eExclusive = VK_SHARING_MODE_EXCLUSIVE, enumerator
3509 eExclusive = VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT enumerator
Dvulkansc_to_string.hpp2408 case SharingMode::eExclusive : return "Exclusive"; in to_string()
4013 case DiscardRectangleModeEXT::eExclusive : return "Exclusive"; in to_string()
Dvulkan_enums.hpp2571 eExclusive = VK_SHARING_MODE_EXCLUSIVE, enumerator
5742 eExclusive = VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT enumerator
7223 eExclusive = VK_DIRECT_DRIVER_LOADING_MODE_EXCLUSIVE_LUNARG, enumerator
Dvulkan_to_string.hpp4518 case SharingMode::eExclusive : return "Exclusive"; in to_string()
6932 case DiscardRectangleModeEXT::eExclusive : return "Exclusive"; in to_string()
8350 case DirectDriverLoadingModeLUNARG::eExclusive : return "Exclusive"; in to_string()