/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 562 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 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()
|
H A D | vktRenderPassTestsUtil.hpp | 268 deUint32 getAttachment (void) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 552 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 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()
|
H A D | vktRenderPassTestsUtil.hpp | 268 deUint32 getAttachment (void) const;
|
/third_party/vk-gl-cts/modules/glshared/ |
H A 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);
|
H A 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/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFramebuffer.cpp | 86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp() 193 ImageView *Framebuffer::getAttachment(uint32_t index) const
|
H A D | VkFramebuffer.hpp | 36 ImageView *getAttachment(uint32_t index) const;
|
H A D | VkRenderPass.hpp | 41 VkAttachmentDescription getAttachment(uint32_t attachmentIndex) const in getAttachment() function in vk::RenderPass
|
H A D | VkCommandBuffer.cpp | 1786 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 D | es3fLifetimeTests.cpp | 219 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 D | Framebuffer.h | 72 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const; 258 const FramebufferAttachment *getAttachment(const Context *context, GLenum attachment) const;
|
H A 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()
|
H A D | validationES.cpp | 1671 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 D | queryutils.cpp | 1132 const FramebufferAttachment *attachmentObject = framebuffer->getAttachment(context, attachment); in QueryFramebufferAttachmentParameteriv()
|
H A D | Context.cpp | 2886 const FramebufferAttachment *backAttachment = framebuffer->getAttachment(this, GL_BACK); in getRenderBuffer()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A 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
|
H A D | sglrReferenceContext.cpp | 736 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 D | SpirvShader.cpp | 57 ? renderPass->getAttachment(attachmentIndex).format in robustBufferAccess()
|