Lines Matching refs:blend
59 assert(!"Invalid blend factor: dual source blending not supported.");
61 assert(!"Unknown blend factor.");
67 unreachable("Unknown blend factor.");
81 pipeline->blend.enables = 0;
82 pipeline->blend.color_write_masks = 0; /* All channels enabled */
93 pipeline->blend.needs_color_constants = false;
115 pipeline->blend.enables |= rt_mask;
117 v3dvx_pack(pipeline->blend.cfg[i], BLEND_CFG, config) {
123 &pipeline->blend.needs_color_constants);
126 &pipeline->blend.needs_color_constants);
131 &pipeline->blend.needs_color_constants);
134 &pipeline->blend.needs_color_constants);
138 pipeline->blend.color_write_masks = color_write_masks;
142 * the overall blend enable bit in the CFG_BITS packet.
210 config.blend_enable = pipeline->blend.enables != 0;