Searched refs:eExclusive (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_enums.hpp | 1569 eExclusive = VK_SHARING_MODE_EXCLUSIVE, enumerator 3509 eExclusive = VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT enumerator
|
D | vulkansc_to_string.hpp | 2408 case SharingMode::eExclusive : return "Exclusive"; in to_string() 4013 case DiscardRectangleModeEXT::eExclusive : return "Exclusive"; in to_string()
|
D | vulkan_enums.hpp | 2571 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
|
D | vulkan_to_string.hpp | 4518 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()
|