Lines Matching refs:fragment
354 const string fragment =
382 programCollection.spirvAsmSources.add("fragment") << fragment;
1173 ostringstream fragment;
1175 fragment << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
1209 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions;
1423 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0;
1426 if (fragment)
2031 TCU_THROW(NotSupportedError, "Subgroup basic operation require that the fragment stage be able to write to SSBOs!");