Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInputGeometryShaderTests.cpp190 …<< "layout(" << outputTypeToGLString(m_outputType) << ", max_vertices = " << calcOutputVertices(m_… in shaderGeometry()
DvktGeometryTestsUtil.hpp167 std::size_t calcOutputVertices (const vk::VkPrimitiveTopology& inputType);
DvktGeometryTestsUtil.cpp349 size_t calcOutputVertices (const VkPrimitiveTopology& inputType) in calcOutputVertices() function
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp207 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
220 … << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType)) in VertexExpanderShader()
267 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) const in calcOutputVertices() function in deqp::gles31::Functional::__anon38a6d29b0111::VertexExpanderShader
289 …str << "layout(" << outputTypeToGLString(outputType) << ", max_vertices = " << calcOutputVertices(… in genGeometrySource()