Lines Matching refs:vert
1640 std::ostringstream vert;
1641 vert
1655 programCollection.glslSources.add("checkDepth-vert") << glu::VertexSource(vert.str());
2665 const tcu::Vec4 refColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match "checkDepth-vert".
4787 const auto vertModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("checkDepth-vert"));
4910 programCollection.glslSources.add("vert") << glu::VertexSource(vertSrc.str());
5171 const auto vertModule = ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("vert"), 0u);
5607 std::ostringstream vert;
5608 vert
5619 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str());
5883 const auto vertShader = ShaderWrapper(ctx.vkd, ctx.device, binaries.get("vert"));