Home
last modified time | relevance | path

Searched refs:eColorAttachmentRead (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp497 .dstAccessMask = vkhpp::AccessFlagBits::eColorAttachmentRead | in TEST_P()
636 .dstAccessMask = vkhpp::AccessFlagBits::eColorAttachmentRead | in TEST_P()
816 .dstAccessMask = vkhpp::AccessFlagBits::eColorAttachmentRead | in TEST_P()
1033 .dstAccessMask = vkhpp::AccessFlagBits::eColorAttachmentRead | in TEST_P()
1209 .dstAccessMask = vkhpp::AccessFlagBits::eColorAttachmentRead | in TEST_P()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2221 eColorAttachmentRead = VK_ACCESS_COLOR_ATTACHMENT_READ_BIT, enumerator
2251 | AccessFlagBits::eColorAttachmentRead
3078 eColorAttachmentRead = VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT, enumerator
3124 | AccessFlagBits2::eColorAttachmentRead
Dvulkansc_to_string.hpp531 if ( value & AccessFlagBits::eColorAttachmentRead ) result += "ColorAttachmentRead | "; in to_string()
957 if ( value & AccessFlagBits2::eColorAttachmentRead ) result += "ColorAttachmentRead | "; in to_string()
3018 case AccessFlagBits::eColorAttachmentRead : return "ColorAttachmentRead"; in to_string()
3665 case AccessFlagBits2::eColorAttachmentRead : return "ColorAttachmentRead"; in to_string()
Dvulkan_enums.hpp3439 eColorAttachmentRead = VK_ACCESS_COLOR_ATTACHMENT_READ_BIT, enumerator
3481 | AccessFlagBits::eColorAttachmentRead
4429 eColorAttachmentRead = VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT, enumerator
4488 | AccessFlagBits2::eColorAttachmentRead
Dvulkan_to_string.hpp716 if ( value & AccessFlagBits::eColorAttachmentRead ) result += "ColorAttachmentRead | "; in to_string()
1203 if ( value & AccessFlagBits2::eColorAttachmentRead ) result += "ColorAttachmentRead | "; in to_string()
5264 case AccessFlagBits::eColorAttachmentRead : return "ColorAttachmentRead"; in to_string()
5992 case AccessFlagBits2::eColorAttachmentRead : return "ColorAttachmentRead"; in to_string()