Searched refs:blendState (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 923 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage() local 928 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage() 929 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage() 930 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage() 931 renderState.fragOps.blendAState.srcFunc = mapVkBlendFactor(blendState.srcAlphaBlendFactor); in verifyImage() 932 renderState.fragOps.blendAState.dstFunc = mapVkBlendFactor(blendState.dstAlphaBlendFactor); in verifyImage() 933 renderState.fragOps.blendAState.equation = mapVkBlendOp(blendState.alphaBlendOp); in verifyImage() 972 std::string getBlendStateName (const VkPipelineColorBlendAttachmentState& blendState) in getBlendStateName() argument 1004 …FactorNames[blendState.srcColorBlendFactor] << "_" << shortBlendFactorNames[blendState.dstColorBle… in getBlendStateName() 1005 …FactorNames[blendState.srcAlphaBlendFactor] << "_" << shortBlendFactorNames[blendState.dstAlphaBle… in getBlendStateName()
|
D | vktPipelineMultisampleTests.cpp | 96 const VkPipelineColorBlendAttachmentState& blendState, 236 const VkPipelineColorBlendAttachmentState& blendState); 248 const VkPipelineColorBlendAttachmentState& blendState); 308 const VkPipelineColorBlendAttachmentState& blendState, 333 const VkPipelineColorBlendAttachmentState& blendState); 357 const VkPipelineColorBlendAttachmentState& blendState); 381 const VkPipelineColorBlendAttachmentState& blendState); 404 const VkPipelineColorBlendAttachmentState& blendState, 690 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleTest() argument 694 , m_colorBlendState (blendState) in MultisampleTest() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 278 const BlendState& blendState, 293 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const… in DrawBufferInfo() argument 297 , m_blendState (blendState) in DrawBufferInfo() 1258 void genRandomBlendState (de::Random& rng, BlendState& blendState) in genRandomBlendState() argument 1261 blendState.enableBlend = rng.getBool(); in genRandomBlendState() 1266 blendState.blendEq = getRandomBlendEq(rng); in genRandomBlendState() 1272 blendState.blendEq = SeparateBlendEq(rgb, alpha); in genRandomBlendState() 1279 blendState.blendFunc = getRandomBlendFunc(rng); in genRandomBlendState() 1285 blendState.blendFunc = SeparateBlendFunc(rgb, alpha); in genRandomBlendState() 1296 blendState.colorMask = BVec4(red, blue, green, alpha); in genRandomBlendState() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 663 VkPipelineColorBlendStateCreateInfo blendState; in generateWork() local 835 deMemset(&blendState, 0xcd, sizeof(blendState)); in generateWork() 836 blendState.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; in generateWork() 837 blendState.pNext = DE_NULL; in generateWork() 838 blendState.flags = 0; in generateWork() 839 blendState.logicOpEnable = VK_FALSE; in generateWork() 840 blendState.logicOp = VK_LOGIC_OP_COPY; in generateWork() 841 blendState.attachmentCount = 1; in generateWork() 842 blendState.pAttachments = &blendAttachment; in generateWork() 867 pipelineState.pColorBlendState = &blendState; in generateWork()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 683 const vk::VkPipelineColorBlendStateCreateInfo blendState = in createPipeline() local 722 &blendState, in createPipeline()
|
D | vktWsiIncrementalPresentTests.cpp | 808 const vk::VkPipelineColorBlendStateCreateInfo blendState = in createPipeline() local 847 &blendState, in createPipeline()
|
D | vktWsiDisplayTimingTests.cpp | 737 const vk::VkPipelineColorBlendStateCreateInfo blendState = in createPipeline() local 772 &blendState, in createPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 1775 const VkPipelineColorBlendStateCreateInfo blendState = in createSubpassPipeline() local 1802 &blendState, // pColorBlendState in createSubpassPipeline()
|