Searched refs:CORE_ATTACHMENT_LOAD_OP_CLEAR (Results 1 – 6 of 6) sorted by relevance
129 attRef.loadOp = AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR; in UpdateCustomCameraLoadStore()141 attRef.loadOp = AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR; in UpdateCustomCameraLoadStore()
570 AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR, in CreateRenderPass()585 AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR, in CreateRenderPass()
638 CORE_ATTACHMENT_LOAD_OP_CLEAR = 1, enumerator
73 { AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR, "clear" },
1268 if (ref.loadOp == AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR) { in HandleColorAttachments()1292 const bool clearDepth = (ref.loadOp == AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR); in HandleDepthAttachment()1293 … const bool clearStencil = (ref.stencilLoadOp == AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR); in HandleDepthAttachment()
1364 if (ref.loadOp == AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR || in RenderCommand()1365 ref.stencilLoadOp == AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_CLEAR) { in RenderCommand()