Lines Matching defs:writeout
1633 ins.writeout = depth_only ? 0 : PAN_WRITEOUT_C;
1651 ins.writeout |= PAN_WRITEOUT_Z;
1657 ins.writeout |= PAN_WRITEOUT_S;
1967 unsigned writeout = PAN_WRITEOUT_C;
1969 writeout = nir_intrinsic_component(instr);
1970 if (writeout & PAN_WRITEOUT_Z)
1972 if (writeout & PAN_WRITEOUT_S)
1974 if (writeout & PAN_WRITEOUT_2)
1978 if (writeout & PAN_WRITEOUT_C) {
1992 /* Dual-source blend writeout is done by leaving the
2864 ins.writeout = br->writeout;
3084 /* For each fragment writeout instruction, generate a writeout loop to
3151 /* We have to split writeout in 128 bit chunks */