Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp145 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::BlendTest
171 VkPipelineColorBlendAttachmentState m_blendStates[QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::DualSourceBlendTest
184 VkPipelineColorBlendAttachmentState m_blendStates[BlendTest::QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::BlendTestInstance
221 VkPipelineColorBlendAttachmentState m_blendStates[DualSourceBlendTest::QUAD_COUNT]; member in vkt::pipeline::__anona62908060111::DualSourceBlendTestInstance
425 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 …]