Lines Matching refs:pAttachments
1477 !memcmp(&in_blend->pAttachments[i - 1], &in_blend->pAttachments[i],
1478 sizeof(*in_blend->pAttachments)))
1482 in_blend->pAttachments[i].blendEnable;
1484 in_blend->pAttachments[i].colorWriteMask;
1491 translate_blend_factor(in_blend->pAttachments[i].srcColorBlendFactor, false);
1493 translate_blend_factor(in_blend->pAttachments[i].dstColorBlendFactor, false);
1495 translate_blend_op(in_blend->pAttachments[i].colorBlendOp);
1497 translate_blend_factor(in_blend->pAttachments[i].srcAlphaBlendFactor, true);
1499 translate_blend_factor(in_blend->pAttachments[i].dstAlphaBlendFactor, true);
1501 translate_blend_op(in_blend->pAttachments[i].alphaBlendOp);