Searched refs:blendStates (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp107 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]);
120 BlendTestInstance (Context& context, const VkFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]);
250 const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT])
254 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT);
297 const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT])
308 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * BlendTest::QUAD_COUNT);
982 std::string getBlendStateSetName (const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]) argument
988 name << getBlendStateName(blendStates[quadNdx]);
997 std::string getBlendStateSetDescription (const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]) argument
1004 description << blendStates[quadNd local
246 BlendTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const VkFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[QUAD_COUNT]) argument
295 BlendTestInstance(Context& context, const VkFormat colorFormat, const VkPipelineColorBlendAttachmentState blendStates[BlendTest::QUAD_COUNT]) argument
[all...]

Completed in 65 milliseconds