Searched refs:m_blendStates (Results 1 – 1 of 1) sorted by relevance
114 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; member in vkt::pipeline::__anon50c208670111::BlendTest129 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT]; member in vkt::pipeline::__anon50c208670111::BlendTestInstance254 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT); in BlendTest()263 return new BlendTestInstance(context, m_colorFormat, m_blendStates); in createInstance()308 …deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * BlendTest::QUAD… in BlendTestInstance()645 colorBlendStateParams.pAttachments = &m_blendStates[quadNdx]; in BlendTestInstance()923 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage()