Home
last modified time | relevance | path

Searched refs:getAttachment (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp562 deUint32 getAttachment (void) const { return m_attachment; } in getAttachment() function in vkt::__anon28599::AttachmentReference
909 log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
916 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in logRenderPassInfo()
921 log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
934 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
948 log << TestLog::Message << "Attachment: " << resolveAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
1167 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
1616 return (colorAttachments[ndx].getAttachment() == VK_ATTACHMENT_UNUSED) ? (deUint32)ndx : colorAttachments[ndx].getAttachment(); in getAttachmentNdx()
1739 if (renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment() ! in SubpassRenderInfo()
[all...]
H A DvktRenderPassTestsUtil.cpp381 deUint32 AttachmentReference::getAttachment (void) const in getAttachment() function in vkt::renderpass::AttachmentReference
642 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
H A DvktRenderPassTestsUtil.hpp268 deUint32 getAttachment (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp552 deUint32 getAttachment (void) const { return m_attachment; } in getAttachment() function in vkt::__anon29778::AttachmentReference
899 log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
906 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in logRenderPassInfo()
911 log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
924 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
938 log << TestLog::Message << "Attachment: " << resolveAttachment.getAttachment() << TestLog::EndMessage; in logRenderPassInfo()
1155 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
1604 return (colorAttachments[ndx].getAttachment() == VK_ATTACHMENT_UNUSED) ? (deUint32)ndx : colorAttachments[ndx].getAttachment(); in getAttachmentNdx()
1727 if (renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment() ! in SubpassRenderInfo()
[all...]
H A DvktRenderPassTestsUtil.cpp381 deUint32 AttachmentReference::getAttachment (void) const in getAttachment() function in vkt::renderpass::AttachmentReference
642 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
H A DvktRenderPassTestsUtil.hpp268 deUint32 getAttachment (void) const;
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.hpp215 virtual GLuint getAttachment (GLuint container) = 0;
316 GLuint getAttachment (GLuint container);
328 GLuint getAttachment (GLuint container);
341 GLuint getAttachment (GLuint container);
H A DglsLifetimeTests.cpp358 GLuint TextureFboAttacher::getAttachment (GLuint fbo) in getAttachment() function in deqp::gls::LifetimeTests::details::TextureFboAttacher
565 GLuint RboFboAttacher::getAttachment (GLuint fbo) in getAttachment() function in deqp::gls::LifetimeTests::details::RboFboAttacher
619 GLuint ShaderProgramAttacher::getAttachment (GLuint program) in getAttachment() function in deqp::gls::LifetimeTests::details::ShaderProgramAttacher
1066 GLuint getAttachment (Attacher& attacher, GLuint container) in getAttachment() function
1068 const GLuint queriedAttachment = attacher.getAttachment(container); in getAttachment()
1090 errors.check(getAttachment(m_attacher, *container) == elementId, in testDeletedNames()
1100 errors.check(getAttachment(m_attacher, *container) == elementId, in testDeletedNames()
1111 errors.check(getAttachment(m_attacher, *container) == 0, in testDeletedNames()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp()
193 ImageView *Framebuffer::getAttachment(uint32_t index) const
H A DVkFramebuffer.hpp36 ImageView *getAttachment(uint32_t index) const;
H A DVkRenderPass.hpp41 VkAttachmentDescription getAttachment(uint32_t attachmentIndex) const in getAttachment() function in vk::RenderPass
H A DVkCommandBuffer.cpp1786 attachments->colorBuffer[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment); in bindAttachments()
1793 auto attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp219 GLuint getAttachment (GLuint container);
278 GLuint BufferVAOAttacher::getAttachment (GLuint varr) in getAttachment() function in deqp::gles3::Functional::__anon30571::BufferVAOAttacher
316 GLuint getAttachment (GLuint tf);
343 GLuint BufferTfAttacher::getAttachment (GLuint tf) in getAttachment() function in deqp::gles3::Functional::__anon30571::BufferTfAttacher
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.h72 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const;
258 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const;
H A DFramebuffer.cpp404 const FramebufferAttachment *FramebufferState::getAttachment(const Context *context, in getAttachment() function in gl::FramebufferState
1032 const FramebufferAttachment *Framebuffer::getAttachment(const Context *context, in getAttachment() function in gl::Framebuffer
1035 return mState.getAttachment(context, attachment); in getAttachment()
H A DvalidationES.cpp1671 readFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferParameters()
1673 drawFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferParameters()
5440 const FramebufferAttachment *attachmentObject = framebuffer->getAttachment(context, attachment); in ValidateGetFramebufferAttachmentParameterivBase()
H A Dqueryutils.cpp1132 const FramebufferAttachment *attachmentObject = framebuffer->getAttachment(context, attachment); in QueryFramebufferAttachmentParameteriv()
H A DContext.cpp2886 const FramebufferAttachment *backAttachment = framebuffer->getAttachment(this, GL_BACK); in getRenderBuffer()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; } in getAttachment() function in sglr::rc::Framebuffer
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; } in getAttachment() function in sglr::rc::Framebuffer
H A DsglrReferenceContext.cpp736 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); in deleteTexture()
783 releaseFboAttachmentReference(binding->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer()
794 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer()
878 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); in deleteRenderbuffer()
2033 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2100 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2155 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2192 const Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
2352 const Framebuffer::Attachment& attachment = framebuffer.getAttachment(point);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp57 ? renderPass->getAttachment(attachmentIndex).format in robustBufferAccess()

Completed in 76 milliseconds