Searched refs:m_blendStates (Results 1 – 1 of 1) sorted by relevance
145 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::BlendTest171 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::DualSourceBlendTest184 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::BlendTestInstance221 VkPipelineColorBlendAttachmentState m_blendStates[DualSourceBlendTest::QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::DualSourceBlendTestInstance425 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT); in BlendTest()434 return new BlendTestInstance(context, m_colorFormat, m_blendStates); in createInstance()448 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in checkSupport()505 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT); in DualSourceBlendTest()528 return new DualSourceBlendTestInstance(context, m_colorFormat, m_blendStates); in createInstance()539 isSrc1BlendFactor(this->m_blendStates[quadNdx].srcColorBlendFactor) || in checkSupport()[all …]