Lines Matching defs:rts
610 const struct pan_blend_rt_state *rts = &blend->rts[rt];
614 if (!blend->rt_count || !rts->equation.color_mask) {
620 cfg.srgb = util_format_is_srgb(rts->format);
621 cfg.load_destination = pan_blend_reads_dest(blend->rts[rt].equation);
626 util_format_description(rts->format);
631 pan_blend_to_fixed_function_equation(blend->rts[rt].equation,
636 pan_blend_get_constant(pan_blend_constant_mask(blend->rts[rt].equation),
642 if (pan_blend_is_opaque(blend->rts[rt].equation)) {
648 pan_blend_alpha_zero_nop(blend->rts[rt].equation);
650 pan_blend_alpha_one_store(blend->rts[rt].equation);
658 panfrost_format_to_bifrost_blend(pdev, rts->format, dithered);