Home
last modified time | relevance | path

Searched refs:getColorAttachments (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp69 const auto &colorAttachments = mState.getColorAttachments(); in markAttachmentsDirty()
295 const auto &colorAttachments = mState.getColorAttachments(); in blitImpl()
DClear11.cpp459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer()
DStateManager11.cpp1982 const auto &colorAttachments = mFramebuffer11->getState().getColorAttachments(); in syncFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp436 const std::vector<AttachmentReference>& Subpass::getColorAttachments (void) const in getColorAttachments() function in vkt::renderpass::Subpass
660 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx… in createSubpassDescription()
661 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmen… in createSubpassDescription()
DvktRenderPassTests.cpp607 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments() function in vkt::__anond197478b0111::Subpass
905 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 …]
DvktRenderPassTestsUtil.hpp304 const std::vector<AttachmentReference>& getColorAttachments (void) const;
/external/angle/src/libANGLE/
DFramebuffer.h89 const std::vector<FramebufferAttachment> &getColorAttachments() const in getColorAttachments() function
251 const std::vector<FramebufferAttachment> &getColorAttachments() const in getColorAttachments() function
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp326 const auto &colorAttachments = mState.getColorAttachments(); in getColorAttachmentsForRender()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp196 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()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp360 framebuffer->getState().getColorAttachments().size())) in ReadPixelsFromAttachment()
416 framebuffer->getState().getColorAttachments().size())) in SerializeFramebufferAttachment()
458 framebufferState.getColorAttachments(); in SerializeFramebufferState()
DFrameCapture.cpp3069 for (const gl::FramebufferAttachment &colorAttachment : framebuffer->getColorAttachments()) in CaptureMidExecutionSetup()
/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm970 uint32_t maxColorAttachments = static_cast<uint32_t>(mState.getColorAttachments().size());
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1672 renderTarget && mState.getColorAttachments()[colorIndexGL].isAttached(); in updateColorAttachment()