Searched refs:getAttachment (Results 1 – 10 of 10) sorted by relevance
215 virtual GLuint getAttachment (GLuint container) = 0;316 GLuint getAttachment (GLuint container);328 GLuint getAttachment (GLuint container);341 GLuint getAttachment (GLuint container);
358 GLuint TextureFboAttacher::getAttachment (GLuint fbo) in getAttachment() function in deqp::gls::LifetimeTests::details::TextureFboAttacher565 GLuint RboFboAttacher::getAttachment (GLuint fbo) in getAttachment() function in deqp::gls::LifetimeTests::details::RboFboAttacher619 GLuint ShaderProgramAttacher::getAttachment (GLuint program) in getAttachment() function in deqp::gls::LifetimeTests::details::ShaderProgramAttacher1066 GLuint getAttachment (Attacher& attacher, GLuint container) in getAttachment() function1068 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()
529 deUint32 getAttachment (void) const { return m_attachment; } in getAttachment() function in vkt::__anonc29f8a2d0111::AttachmentReference856 …log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessag… in logRenderPassInfo()863 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in logRenderPassInfo()868 …log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::En… in logRenderPassInfo()881 …log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessag… in logRenderPassInfo()895 …log << TestLog::Message << "Attachment: " << resolveAttachment.getAttachment() << TestLog::EndMess… in logRenderPassInfo()1112 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()1563 …eturn (colorAttachments[ndx].getAttachment() == VK_ATTACHMENT_UNUSED) ? (deUint32)ndx : colorAttac… in getAttachmentNdx()1686 …if (renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment() != VK_ATTA… in SubpassRenderInfo()1689 …ttachments()[renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment()]); in SubpassRenderInfo()[all …]
382 deUint32 AttachmentReference::getAttachment (void) const in getAttachment() function in vkt::renderpass::AttachmentReference643 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
272 deUint32 getAttachment (void) const;
219 GLuint getAttachment (GLuint container);278 GLuint BufferVAOAttacher::getAttachment (GLuint varr) in getAttachment() function in deqp::gles3::Functional::__anona0fbcc2e0111::BufferVAOAttacher316 GLuint getAttachment (GLuint tf);343 GLuint BufferTfAttacher::getAttachment (GLuint tf) in getAttachment() function in deqp::gles3::Functional::__anona0fbcc2e0111::BufferTfAttacher
41 VkAttachmentDescription getAttachment(uint32_t i) const in getAttachment() function in vk::RenderPass
48 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in clear()
383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; } in getAttachment() function in sglr::rc::Framebuffer384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; } in getAttachment() function in sglr::rc::Framebuffer
716 …Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPo… in deleteTexture()763 releaseFboAttachmentReference(binding->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer()774 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer()858 …Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPo… in deleteRenderbuffer()2013 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point); in framebufferTexture2D()2080 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point); in framebufferTextureLayer()2135 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point); in framebufferRenderbuffer()2172 …const Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::Atta… in checkFramebufferStatus()2332 const Framebuffer::Attachment& attachment = framebuffer.getAttachment(point); in getFboAttachment()