Searched refs:colorBlendOp (Results 1 – 17 of 17) sorted by relevance
202 …tor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor … argument208 res.colorBlendOp = colorBlendOp;
739 VkBlendOp colorBlendOp; member
2385 s << "\tcolorBlendOp = " << value.colorBlendOp << '\n';
930 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()1004 …rtBlendFactorNames[blendState.dstColorBlendFactor] << "_" << blendOpNames[blendState.colorBlendOp]; in getBlendStateName()
364 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation); in setup_color_blend_state()
380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
943 colorBlendOp = _colorBlendOp; in Attachment()
949 colorBlendOp = _colorBlendOp; in Attachment()
382 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
942 colorBlendOp = _colorBlendOp; in Attachment()
327 blend_attachment.colorBlendOp = VK_BLEND_OP_ADD; in create_pipeline()
826 blendAttachment.colorBlendOp = VK_BLEND_OP_ADD; in generateWork()
3185 … if (pCreateInfos->pColorBlendState->pAttachments->colorBlendOp < VK_BLEND_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()3186 … pCreateInfos->pColorBlendState->pAttachments->colorBlendOp > VK_BLEND_OP_END_RANGE) { in PreCreateGraphicsPipelines()
3041 (pAttachments[0].colorBlendOp != pAttachments[i].colorBlendOp) || in verifyPipelineCreateState()
1793 VkBlendOp colorBlendOp; member
1802 VkBlendOp colorBlendOp; member