Searched refs:calcOutputVertices (Results 1 – 7 of 7) sorted by relevance
112 std::size_t calcOutputVertices (const vk::VkPrimitiveTopology& inputType);
205 …<< "layout(" << outputTypeToGLString(m_outputType) << ", max_vertices = " << calcOutputVertices(m_… in shaderGeometry()
349 size_t calcOutputVertices (const VkPrimitiveTopology& inputType) in calcOutputVertices() function
216 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;229 … << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType)) in VertexExpanderShader()276 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) const in calcOutputVertices() function in deqp::gles31::Functional::__anon539d9a790111::VertexExpanderShader298 …str << "layout(" << outputTypeToGLString(outputType) << ", max_vertices = " << calcOutputVertices(… in genGeometrySource()