Searched refs:getColorAttachmentNum (Results 1 – 1 of 1) sorted by relevance
86 virtual deUint32 getColorAttachmentNum() const = 0;154 virtual deUint32 getColorAttachmentNum() const in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderColorTestCase187 virtual deUint32 getColorAttachmentNum() const in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderDepthTestCase234 virtual deUint32 getColorAttachmentNum() const in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderStencilTestCase293 deUint32 getColorAttachmentNum() in getColorAttachmentNum() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderTestInstance::RenderSubpass303 …return (getColorAttachmentNum() == getInputAttachmentNum()) ? DE_NULL : &m_attachmentReferences[m_… in getDepthStencilAttachment()1156 if (i >= m_subpasses[subpass].getColorAttachmentNum()) in createRenderPass()1179 subpasses[0].colorAttachmentCount = m_subpasses[0].getColorAttachmentNum(); in createRenderPass()1184 subpasses[1].inputAttachmentCount = m_subpasses[0].getColorAttachmentNum(); in createRenderPass()1186 subpasses[1].colorAttachmentCount = m_subpasses[1].getColorAttachmentNum(); in createRenderPass()[all …]