Home
last modified time | relevance | path

Searched refs:getColorAttachments (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A 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 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmentNdx])); in createSubpassDescription()
H A DvktRenderPassTests.cpp598 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; } in getColorAttachments() function in vkt::__anon28599::Subpass
896 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo()
1185 for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx++) in createSubpassDescription()
1186 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmentNdx])); in createSubpassDescription()
1733 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo()
2153 const vector<AttachmentReference>& colorAttachmentsInfo = subpassInfo.getColorAttachments(); in beginDynamicRendering()
2968 const vector<AttachmentReference>& colorAttachmentsInfo = subpassInfo.getColorAttachments(); in pushDynamicRenderingCommands()
3589 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments();
3651 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment();
3701 for (size_t attachmentRefNdx = drawStartNdx; attachmentRefNdx < subpass.getColorAttachments()
[all...]
H A DvktRenderPassTestsUtil.hpp294 const std::vector<AttachmentReference>& getColorAttachments (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A 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 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmentNdx])); in createSubpassDescription()
H A DvktRenderPassTests.cpp588 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; } in getColorAttachments() function in vkt::__anon29778::Subpass
886 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo()
1173 for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx++) in createSubpassDescription()
1174 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmentNdx])); in createSubpassDescription()
1721 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo()
2139 const vector<AttachmentReference>& colorAttachmentsInfo = subpassInfo.getColorAttachments(); in beginDynamicRendering()
2954 const vector<AttachmentReference>& colorAttachmentsInfo = subpassInfo.getColorAttachments(); in pushDynamicRenderingCommands()
3575 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments();
3637 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment();
3687 for (size_t attachmentRefNdx = drawStartNdx; attachmentRefNdx < subpass.getColorAttachments()
[all...]
H A DvktRenderPassTestsUtil.hpp294 const std::vector<AttachmentReference>& getColorAttachments (void) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp69 const auto &colorAttachments = mState.getColorAttachments(); in markAttachmentsDirty()
295 const auto &colorAttachments = mState.getColorAttachments(); in blitImpl()
H A DClear11.cpp459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer()
H A DStateManager11.cpp2012 const auto &colorAttachments = mFramebuffer11->getState().getColorAttachments();
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.h87 const std::vector<FramebufferAttachment> &getColorAttachments() const in getColorAttachments() function in gl::final
251 const std::vector<FramebufferAttachment> &getColorAttachments() const in getColorAttachments() function in gl::final
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp325 const auto &colorAttachments = mState.getColorAttachments(); in getColorAttachmentsForRender()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp196 for (const FramebufferAttachment &colorAttachment : state.getColorAttachments()) in RequiresMultiviewClear()
1390 for (const auto &attachment : mState.getColorAttachments()) in syncClearState()
1420 const auto &colorAttachments = mState.getColorAttachments(); in syncClearBufferState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp250 framebuffer->getState().getColorAttachments().size())) in ReadPixelsFromAttachment()
307 framebuffer->getState().getColorAttachments().size())) in SerializeFramebufferAttachment()
351 framebufferState.getColorAttachments(); in SerializeFramebufferState()
H A DFrameCapture.cpp3342 for (const gl::FramebufferAttachment &colorAttachment : framebuffer->getColorAttachments()) in CaptureMidExecutionSetup()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp1677 renderTarget && mState.getColorAttachments()[colorIndexGL].isAttached(); in updateColorAttachment()

Completed in 44 milliseconds