Lines Matching refs:FragmentSource
335 sources << FragmentSource(m_fragment);
347 binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), FragmentSource(m_fragment));
1451 FragmentSource("#version 450\n"
1498 m_sources.push_back(FragmentSource(strTexture));
1499 m_sources.push_back(FragmentSource(strTextureProj));
1500 m_sources.push_back(FragmentSource(strTextureGather));
1563 m_sources.push_back(FragmentSource("#version 450\n"
2021 fragmentBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), FragmentSource(m_fragment));
2233 validationClipNegative.shaders.push_back(FragmentSource(clipNegativeFragment));
2249 validationFrag.shaders.push_back(FragmentSource(perVertexFragFragment));
2265 validationPoint.shaders.push_back(FragmentSource(perVertexPointFragment));
2284 validationTessGeom.shaders.push_back(FragmentSource(tessGeomFragment));
2308 validationMultisample.shaders.push_back(FragmentSource(multisampleFragment));
2448 << "FragmentSource: " << program->getShader(SHADERTYPE_FRAGMENT)->getSource() << "\n";
3189 fragmentStage.source = FragmentSource("#version 450\n"
3321 fragmentStageExt.source = FragmentSource("#version 450\n"