Home
last modified time | relevance | path

Searched refs:eColorAttachmentWrite (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp498 vkhpp::AccessFlagBits::eColorAttachmentWrite, in TEST_P()
637 vkhpp::AccessFlagBits::eColorAttachmentWrite, in TEST_P()
817 vkhpp::AccessFlagBits::eColorAttachmentWrite, in TEST_P()
1034 vkhpp::AccessFlagBits::eColorAttachmentWrite, in TEST_P()
1210 vkhpp::AccessFlagBits::eColorAttachmentWrite, in TEST_P()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp879 dependency.srcAccessMask |= vkhpp::AccessFlagBits::eColorAttachmentWrite; in CreateFramebuffer()
886 dependency.srcAccessMask |= vkhpp::AccessFlagBits::eColorAttachmentWrite; in CreateFramebuffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2222 eColorAttachmentWrite = VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, enumerator
2252 | AccessFlagBits::eColorAttachmentWrite
3079 eColorAttachmentWrite = VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT, enumerator
3125 | AccessFlagBits2::eColorAttachmentWrite
Dvulkansc_to_string.hpp532 if ( value & AccessFlagBits::eColorAttachmentWrite ) result += "ColorAttachmentWrite | "; in to_string()
958 if ( value & AccessFlagBits2::eColorAttachmentWrite ) result += "ColorAttachmentWrite | "; in to_string()
3019 case AccessFlagBits::eColorAttachmentWrite : return "ColorAttachmentWrite"; in to_string()
3666 case AccessFlagBits2::eColorAttachmentWrite : return "ColorAttachmentWrite"; in to_string()
Dvulkan_enums.hpp3440 eColorAttachmentWrite = VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, enumerator
3482 | AccessFlagBits::eColorAttachmentWrite
4430 eColorAttachmentWrite = VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT, enumerator
4489 | AccessFlagBits2::eColorAttachmentWrite
Dvulkan_to_string.hpp717 if ( value & AccessFlagBits::eColorAttachmentWrite ) result += "ColorAttachmentWrite | "; in to_string()
1204 if ( value & AccessFlagBits2::eColorAttachmentWrite ) result += "ColorAttachmentWrite | "; in to_string()
5265 case AccessFlagBits::eColorAttachmentWrite : return "ColorAttachmentWrite"; in to_string()
5993 case AccessFlagBits2::eColorAttachmentWrite : return "ColorAttachmentWrite"; in to_string()