Searched refs:getColorAttachments (Results 1 – 13 of 13) sorted by relevance
69 const auto &colorAttachments = mState.getColorAttachments(); in markAttachmentsDirty()295 const auto &colorAttachments = mState.getColorAttachments(); in blitImpl()
459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer()
1982 const auto &colorAttachments = mFramebuffer11->getState().getColorAttachments(); in syncFramebuffer()
436 const std::vector<AttachmentReference>& Subpass::getColorAttachments (void) const in getColorAttachments() function in vkt::renderpass::Subpass660 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx… in createSubpassDescription()661 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmen… in createSubpassDescription()
607 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments() function in vkt::__anond197478b0111::Subpass905 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo()1192 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx… in createSubpassDescription()1193 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmen… in createSubpassDescription()1740 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo()3112 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in renderReferenceValues()3174 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues()3224 …for (size_t attachmentRefNdx = drawStartNdx; attachmentRefNdx < subpass.getColorAttachments().size… in renderReferenceValues()3226 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues()3293 …for (size_t attachmentRefNdx = 0; attachmentRefNdx < subpass.getColorAttachments().size(); attachm… in renderReferenceValues()[all …]
304 const std::vector<AttachmentReference>& getColorAttachments (void) const;
89 const std::vector<FramebufferAttachment> &getColorAttachments() const in getColorAttachments() function251 const std::vector<FramebufferAttachment> &getColorAttachments() const in getColorAttachments() function
326 const auto &colorAttachments = mState.getColorAttachments(); in getColorAttachmentsForRender()
196 for (const FramebufferAttachment &colorAttachment : state.getColorAttachments()) in RequiresMultiviewClear()1389 for (const auto &attachment : mState.getColorAttachments()) in syncClearState()1419 const auto &colorAttachments = mState.getColorAttachments(); in syncClearBufferState()
360 framebuffer->getState().getColorAttachments().size())) in ReadPixelsFromAttachment()416 framebuffer->getState().getColorAttachments().size())) in SerializeFramebufferAttachment()458 framebufferState.getColorAttachments(); in SerializeFramebufferState()
3069 for (const gl::FramebufferAttachment &colorAttachment : framebuffer->getColorAttachments()) in CaptureMidExecutionSetup()
970 uint32_t maxColorAttachments = static_cast<uint32_t>(mState.getColorAttachments().size());
1672 renderTarget && mState.getColorAttachments()[colorIndexGL].isAttached(); in updateColorAttachment()