Lines Matching refs:fragment
256 programCollection.add("fragment") << glu::FragmentSource(fragmentGLSL);
472 std::ostringstream fragment;
473 fragment << "${VERSION_DECL}\n"
507 programCollection.add("fragment") << glu::FragmentSource(fragment.str());
879 std::ostringstream fragment;
880 fragment << "${VERSION_DECL}\n"
901 programCollection.add("fragment") << glu::FragmentSource(fragment.str());
1167 std::ostringstream fragment;
1168 fragment <<
1198 programCollection.add("fragment") << glu::FragmentSource(fragment.str());
1365 TCU_THROW(NotSupportedError, "Subgroup basic operation require that the fragment stage be able to write to SSBOs!");