Lines Matching defs:getInputAttachmentNum
82 virtual deUint32 getInputAttachmentNum() const = 0;
174 virtual deUint32 getInputAttachmentNum() const
207 virtual deUint32 getInputAttachmentNum() const
254 virtual deUint32 getInputAttachmentNum() const
322 deUint32 getInputAttachmentNum()
328 return (getColorAttachmentNum() == getInputAttachmentNum()) ? DE_NULL : &m_attachmentReferences[m_colorAttNum];
864 if (getInputAttachmentNum() > getColorAttachmentNum())
1209 deUint32 attNum = m_testCase->getInputAttachmentNum();
1249 for (deUint32 i = 0 ; i < m_subpasses[subpass].getInputAttachmentNum(); i++)
1274 subpasses[0].inputAttachmentCount = m_subpasses[0].getInputAttachmentNum();
1403 m_descSetLayout = makeDescriptorSetLayout(m_vk, device, m_testCase->getInputAttachmentNum());
1405 m_descPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, m_testCase->getInputAttachmentNum())
1413 m_subpasses[0].createAttachments( 0, m_testCase->getInputAttachmentNum(), m_testCase->getColorAttachmentNum(), m_testCase->m_sampleCount,
1527 for (deUint32 j=m_subpasses[i].getColorAttachmentNum(); j < m_subpasses[i].getInputAttachmentNum(); j++)
1575 for (deUint32 j = m_subpasses[0].getColorAttachmentNum(); m_testCase->m_explicitSync && i != 0 && j < m_subpasses[0].getInputAttachmentNum(); j++)