Home
last modified time | relevance | path

Searched refs:m_blendStates (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp114 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; member in vkt::pipeline::__anon50c208670111::BlendTest
129 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT]; member in vkt::pipeline::__anon50c208670111::BlendTestInstance
254 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()