Searched refs:activeInputAttachmentCount (Results 1 – 1 of 1) sorted by relevance
77 deUint32 activeInputAttachmentCount; member217 …erateInputAttachmentParams(m_testParams.activeInputAttachmentCount, 2u * m_testParams.activeInputA… in initPrograms()251 if( 2u * m_testParams.activeInputAttachmentCount > limits.maxPerStageDescriptorInputAttachments ) in checkSupport()254 if ( 2u * m_testParams.activeInputAttachmentCount > limits.maxPerStageResources) in checkSupport()303 for (deUint32 imageNdx = 0; imageNdx < m_testParams.activeInputAttachmentCount; ++imageNdx) in InputAttachmentSparseFillingTestInstance()427 for (deUint32 imageNdx = 0; imageNdx < m_testParams.activeInputAttachmentCount; ++imageNdx) in InputAttachmentSparseFillingTestInstance()449 .addType(VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, m_testParams.activeInputAttachmentCount) in InputAttachmentSparseFillingTestInstance()674 …erateInputAttachmentParams(m_testParams.activeInputAttachmentCount, 2u * m_testParams.activeInputA… in createRenderPass()676 for (deUint32 i = 0; i < m_testParams.activeInputAttachmentCount; ++i) in createRenderPass()780 if( color.x() != m_testParams.activeInputAttachmentCount) in verifyImage()[all …]