Lines Matching defs:vkblend
676 const VkPipelineColorBlendStateCreateInfo *vkblend = pCreateInfo->pColorBlendState;
682 if (!vkblend)
690 if (vkblend->logicOpEnable)
691 blend.cb_color_control |= S_028808_ROP3(si_translate_blend_logic_op(vkblend->logicOp));
707 for (i = 0; i < vkblend->attachmentCount; i++) {
708 const VkPipelineColorBlendAttachmentState *att = &vkblend->pAttachments[i];
815 for (i = vkblend->attachmentCount; i < 8; i++) {
833 if (blend.mrt0_is_dual_src || vkblend->logicOpEnable ||
2603 const VkPipelineColorBlendStateCreateInfo *vkblend = pCreateInfo->pColorBlendState;
2604 if (vkblend) {
2606 if (!vkblend->pAttachments[i].colorWriteMask)