Lines Matching defs:blended
273 * return the blended color
396 nir_ssa_def *blended = src;
399 blended = nir_blend_logicop(b, options, rt, src, dst);
402 blended = nir_blend(b, options, rt, src, options->src1, dst);
406 blended = nir_color_mask(b, options->rt[rt].colormask, blended, dst);
411 blended = nir_trim_vector(b, blended, num_components);
421 nir_instr_rewrite_src_ssa(&store->instr, &store->src[1], blended);
498 /* Re-type any blended output variables to have the same number of