Lines Matching defs:after
180 std::ostringstream after;
199 // Prepare output color statement to be used before or after SSBO write.
217 after << " discard;\n";
221 after << " demote;\n";
225 after << " terminateInvocation;\n";
231 after << " gl_SampleMask[0] = 0;\n";
237 after << " outColor.a = float(" << drawColor.w() << ");\n";
261 << after.str()
699 // OpKill after SSBO write
704 // OpDemoteToHelperInvocation after SSBO write
709 // OpTerminateInvocation after SSBO write
719 // Set sample mask to zero after SSBO write
741 // Enable alpha coverage and draw with alpha zero after SSBO write