Searched defs:m_blendStates (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp114 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; member in class:vkt::pipeline::__anon3834::BlendTest
129 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT]; member in class:vkt::pipeline::__anon3834::BlendTestInstance
254 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT);
263 return new BlendTestInstance(context, m_colorFormat, m_blendStates);
308 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * BlendTest::QUAD_COUNT);
645 colorBlendStateParams.pAttachments = &m_blendStates[quadNdx];
923 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx];

Completed in 34 milliseconds