Lines Matching refs:VertexSource
331 sources << VertexSource(m_vertex);
341 binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex));
704 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex));
893 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex));
1115 ShaderBinary vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex));
2020 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex));
2232 validationClipNegative.shaders.push_back(VertexSource(clipNegativeVertex));
2248 validationFrag.shaders.push_back(VertexSource(perVertexFragVertex));
2264 validationPoint.shaders.push_back(VertexSource(perVertexPointVertex));
2280 validationTessGeom.shaders.push_back(VertexSource(tessGeomVertex));
2307 validationMultisample.shaders.push_back(VertexSource(multisampleVertex));
2432 << "VertexSource: " << program->getShader(SHADERTYPE_VERTEX)->getSource() << "\n";
3097 vertexStage.source = VertexSource("#version 450\n"
3311 vertexStageExt.source = VertexSource("#version 450\n"