/third_party/vk-gl-cts/modules/glshared/ |
D | glsLifetimeTests.hpp | 215 virtual GLuint getAttachment (GLuint container) = 0; 316 GLuint getAttachment (GLuint container); 328 GLuint getAttachment (GLuint container); 341 GLuint getAttachment (GLuint container);
|
D | glsLifetimeTests.cpp | 358 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/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 541 deUint32 getAttachment (void) const { return m_attachment; } in getAttachment() function in vkt::__anon25fe11250111::AttachmentReference 888 …log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessag… in logRenderPassInfo() 895 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in logRenderPassInfo() 900 …log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::En… in logRenderPassInfo() 913 …log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessag… in logRenderPassInfo() 927 …log << TestLog::Message << "Attachment: " << resolveAttachment.getAttachment() << TestLog::EndMess… in logRenderPassInfo() 1144 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference() 1593 …eturn (colorAttachments[ndx].getAttachment() == VK_ATTACHMENT_UNUSED) ? (deUint32)ndx : colorAttac… in getAttachmentNdx() 1716 …if (renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment() != VK_ATTA… in SubpassRenderInfo() 1719 …ttachments()[renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment()]); in SubpassRenderInfo() [all …]
|
D | vktRenderPassTestsUtil.cpp | 381 deUint32 AttachmentReference::getAttachment (void) const in getAttachment() function in vkt::renderpass::AttachmentReference 642 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
|
D | vktRenderPassTestsUtil.hpp | 279 deUint32 getAttachment (void) const;
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 219 GLuint getAttachment (GLuint container); 278 GLuint BufferVAOAttacher::getAttachment (GLuint varr) in getAttachment() function in deqp::gles3::Functional::__anon3f8b28260111::BufferVAOAttacher 316 GLuint getAttachment (GLuint tf); 343 GLuint BufferTfAttacher::getAttachment (GLuint tf) in getAttachment() function in deqp::gles3::Functional::__anon3f8b28260111::BufferTfAttacher
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFramebuffer.cpp | 86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp() 193 ImageView *Framebuffer::getAttachment(uint32_t index) const in getAttachment() function in vk::Framebuffer
|
D | VkFramebuffer.hpp | 36 ImageView *getAttachment(uint32_t index) const;
|
D | VkRenderPass.hpp | 41 VkAttachmentDescription getAttachment(uint32_t attachmentIndex) const in getAttachment() function in vk::RenderPass
|
D | VkCommandBuffer.cpp | 1786 …attachments->colorBuffer[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment); in bindAttachments() 1793 auto attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.h | 62 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const; 201 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const;
|
D | Framebuffer.cpp | 305 const FramebufferAttachment *FramebufferState::getAttachment(const Context *context, in getAttachment() function in gl::FramebufferState 829 const FramebufferAttachment *Framebuffer::getAttachment(const Context *context, in getAttachment() function in gl::Framebuffer 832 return mState.getAttachment(context, attachment); in getAttachment()
|
D | validationES.cpp | 1446 readFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferParameters() 1448 drawFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferParameters() 4017 const FramebufferAttachment *attachmentObject = framebuffer->getAttachment(context, attachment); in ValidateGetFramebufferAttachmentParameterivBase()
|
D | queryutils.cpp | 991 const FramebufferAttachment *attachmentObject = framebuffer->getAttachment(context, attachment); in QueryFramebufferAttachmentParameteriv()
|
D | validationES2.cpp | 2735 readFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferANGLE() 2737 drawFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferANGLE()
|
D | Context.cpp | 2728 const FramebufferAttachment *backAttachment = framebuffer->getAttachment(this, GL_BACK); in getRenderBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.h | 72 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const; 258 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const;
|
D | Framebuffer.cpp | 404 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()
|
D | validationES.cpp | 1671 readFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferParameters() 1673 drawFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferParameters() 5431 const FramebufferAttachment *attachmentObject = framebuffer->getAttachment(context, attachment); in ValidateGetFramebufferAttachmentParameterivBase()
|
D | validationES2.cpp | 2508 readFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferANGLE() 2510 drawFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferANGLE()
|
D | queryutils.cpp | 1132 const FramebufferAttachment *attachmentObject = framebuffer->getAttachment(context, attachment); in QueryFramebufferAttachmentParameteriv()
|
D | Context.cpp | 2886 const FramebufferAttachment *backAttachment = framebuffer->getAttachment(this, GL_BACK); in getRenderBuffer()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 383 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
|
D | sglrReferenceContext.cpp | 734 …Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPo… in deleteTexture() 781 releaseFboAttachmentReference(binding->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer() 792 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer() 876 …Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPo… in deleteRenderbuffer() 2031 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point); in framebufferTexture2D() 2098 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point); in framebufferTextureLayer() 2153 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point); in framebufferRenderbuffer() 2190 …const Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::Atta… in checkFramebufferStatus() 2350 const Framebuffer::Attachment& attachment = framebuffer.getAttachment(point); in getFboAttachment()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 57 ? renderPass->getAttachment(attachmentIndex).format
|