Searched refs:eColorAttachmentOutput (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 876 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput; in CreateFramebuffer() 878 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput; in CreateFramebuffer() 883 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput; in CreateFramebuffer() 885 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput; in CreateFramebuffer()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 512 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput, vkhpp::DependencyFlags(), nullptr, in TEST_P() 651 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput, vkhpp::DependencyFlags(), nullptr, in TEST_P() 831 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput, vkhpp::DependencyFlags(), nullptr, in TEST_P() 1048 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput, vkhpp::DependencyFlags(), nullptr, in TEST_P() 1224 vkhpp::PipelineStageFlagBits::eColorAttachmentOutput, vkhpp::DependencyFlags(), nullptr, in TEST_P()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1303 eColorAttachmentOutput = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, enumerator 1332 | PipelineStageFlagBits::eColorAttachmentOutput 2992 eColorAttachmentOutput = VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT, enumerator 3043 | PipelineStageFlagBits2::eColorAttachmentOutput
|
D | vulkansc_to_string.hpp | 203 … if ( value & PipelineStageFlagBits::eColorAttachmentOutput ) result += "ColorAttachmentOutput | "; in to_string() 917 …if ( value & PipelineStageFlagBits2::eColorAttachmentOutput ) result += "ColorAttachmentOutput | "; in to_string() 2243 case PipelineStageFlagBits::eColorAttachmentOutput : return "ColorAttachmentOutput"; in to_string() 3624 case PipelineStageFlagBits2::eColorAttachmentOutput : return "ColorAttachmentOutput"; in to_string()
|
D | vulkan_enums.hpp | 2176 eColorAttachmentOutput = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, enumerator 2218 | PipelineStageFlagBits::eColorAttachmentOutput 4322 eColorAttachmentOutput = VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT, enumerator 4384 | PipelineStageFlagBits2::eColorAttachmentOutput
|
D | vulkan_to_string.hpp | 245 … if ( value & PipelineStageFlagBits::eColorAttachmentOutput ) result += "ColorAttachmentOutput | "; in to_string() 1153 …if ( value & PipelineStageFlagBits2::eColorAttachmentOutput ) result += "ColorAttachmentOutput | "; in to_string() 4281 case PipelineStageFlagBits::eColorAttachmentOutput : return "ColorAttachmentOutput"; in to_string() 5941 case PipelineStageFlagBits2::eColorAttachmentOutput : return "ColorAttachmentOutput"; in to_string()
|