Searched refs:eColorAttachmentOptimal (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 136 .initialLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in createRenderPass() 137 .finalLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in createRenderPass() 141 .layout = vkhpp::ImageLayout::eColorAttachmentOptimal, in createRenderPass() 496 .newLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in TEST_P() 564 vkhpp::ImageLayout::eColorAttachmentOptimal, dst.data(), in TEST_P() 635 .newLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in TEST_P() 689 vkhpp::ImageLayout::eColorAttachmentOptimal, dst.data(), in TEST_P() 815 .newLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in TEST_P() 908 vkhpp::ImageLayout::eColorAttachmentOptimal, dst.data(), in TEST_P() 1032 .newLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in TEST_P() [all …]
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 812 vkhpp::ImageLayout::eColorAttachmentOptimal)); in CreateFramebuffer() 836 .initialLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in CreateFramebuffer() 837 .finalLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in CreateFramebuffer() 842 .layout = vkhpp::ImageLayout::eColorAttachmentOptimal, in CreateFramebuffer() 855 .initialLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in CreateFramebuffer() 856 .finalLayout = vkhpp::ImageLayout::eColorAttachmentOptimal, in CreateFramebuffer()
|
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 364 vkhpp::ImageLayout::eColorAttachmentOptimal, in CanHandlePrecisionQualifierWithYuvSampler() 365 vkhpp::ImageLayout::eColorAttachmentOptimal)); in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1589 eColorAttachmentOptimal = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, enumerator
|
D | vulkansc_to_string.hpp | 2428 case ImageLayout::eColorAttachmentOptimal : return "ColorAttachmentOptimal"; in to_string()
|
D | vulkan_enums.hpp | 2591 eColorAttachmentOptimal = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, enumerator
|
D | vulkan_to_string.hpp | 4538 case ImageLayout::eColorAttachmentOptimal : return "ColorAttachmentOptimal"; in to_string()
|