Searched refs:blend_output (Results 1 – 1 of 1) sorted by relevance
545 nir_def *blend_output; in vc4_nir_lower_blend_instr() local552 blend_output = nir_vec4(b, in vc4_nir_lower_blend_instr()556 blend_output = vc4_nir_blend_pipeline(c, b, frag_color, 0); in vc4_nir_lower_blend_instr()559 nir_src_rewrite(&intr->src[0], blend_output); in vc4_nir_lower_blend_instr()560 if (intr->num_components != blend_output->num_components) { in vc4_nir_lower_blend_instr()561 unsigned component_mask = BITFIELD_MASK(blend_output->num_components); in vc4_nir_lower_blend_instr()563 intr->num_components = blend_output->num_components; in vc4_nir_lower_blend_instr()