Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DVulkan.cpp833 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
835 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
852 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
854 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp3061 VULKAN_HPP_INLINE std::string to_string( AttachmentStoreOp value ) in to_string()
3065 case AttachmentStoreOp::eStore : return "Store"; in to_string()
3066 case AttachmentStoreOp::eDontCare : return "DontCare"; in to_string()
3067 case AttachmentStoreOp::eNone : return "None"; in to_string()
Dvulkan_to_string.hpp5317 VULKAN_HPP_INLINE std::string to_string( AttachmentStoreOp value ) in to_string()
5321 case AttachmentStoreOp::eStore : return "Store"; in to_string()
5322 case AttachmentStoreOp::eDontCare : return "DontCare"; in to_string()
5323 case AttachmentStoreOp::eNone : return "None"; in to_string()
Dvulkansc_enums.hpp2288 enum class AttachmentStoreOp enum
Dvulkan_enums.hpp3528 enum class AttachmentStoreOp enum
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp135 .storeOp = vkhpp::AttachmentStoreOp::eStore, in createRenderPass()