Lines Matching defs:writeout
1547 ins.writeout = depth_only ? 0 : PAN_WRITEOUT_C;
1565 ins.writeout |= PAN_WRITEOUT_Z;
1571 ins.writeout |= PAN_WRITEOUT_S;
1885 /* Dual-source blend writeout is done by leaving the
1915 unsigned writeout = nir_intrinsic_component(instr);
1916 if (writeout & PAN_WRITEOUT_Z)
1918 if (writeout & PAN_WRITEOUT_S)
2777 ins.writeout = br->writeout;
2997 /* For each fragment writeout instruction, generate a writeout loop to
3062 /* We have to split writeout in 128 bit chunks */