Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eClear

4343     eClear = VK_ATTACHMENT_LOAD_OP_CLEAR,
4915 eClear = VK_LOGIC_OP_CLEAR,
10569 PipelineColorBlendStateCreateInfo( PipelineColorBlendStateCreateFlags flags_ = PipelineColorBlendStateCreateFlags(), Bool32 logicOpEnable_ = 0, LogicOp logicOp_ = LogicOp::eClear, uint32_t attachmentCount_ = 0, const PipelineColorBlendAttachmentState* pAttachments_ = nullptr, std::array<float,4> const& blendConstants_ = { { 0, 0, 0, 0 } } )
19121 case AttachmentLoadOp::eClear: return "Clear";
19454 case LogicOp::eClear: return "Clear";