Searched refs:AttachmentLoadOp (Results 1 – 6 of 6) sorted by relevance
832 .loadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()834 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()851 .loadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()853 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
3048 VULKAN_HPP_INLINE std::string to_string( AttachmentLoadOp value ) in to_string()3052 case AttachmentLoadOp::eLoad : return "Load"; in to_string()3053 case AttachmentLoadOp::eClear : return "Clear"; in to_string()3054 case AttachmentLoadOp::eDontCare : return "DontCare"; in to_string()
5303 VULKAN_HPP_INLINE std::string to_string( AttachmentLoadOp value ) in to_string()5307 case AttachmentLoadOp::eLoad : return "Load"; in to_string()5308 case AttachmentLoadOp::eClear : return "Clear"; in to_string()5309 case AttachmentLoadOp::eDontCare : return "DontCare"; in to_string()5310 case AttachmentLoadOp::eNoneEXT : return "NoneEXT"; in to_string()
2281 enum class AttachmentLoadOp enum
3520 enum class AttachmentLoadOp enum
134 .loadOp = vkhpp::AttachmentLoadOp::eLoad, in createRenderPass()