Searched refs:calcOutputVertices (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp195 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
208 << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType))
255 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) const function in class:deqp::gles31::Functional::__anon3571::VertexExpanderShader
277 str << "layout(" << outputTypeToGLString(outputType) << ", max_vertices = " << calcOutputVertices(inputType) << ") out;";

Completed in 78 milliseconds