HomeSort by relevance Sort by last modified time
    Searched refs:calcOutputVertices (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInputGeometryShaderTests.cpp 190 << "layout(" << outputTypeToGLString(m_outputType) << ", max_vertices = " << calcOutputVertices(m_primitiveType) << ") out;\n"
vktGeometryTestsUtil.hpp 167 std::size_t calcOutputVertices (const vk::VkPrimitiveTopology& inputType);
vktGeometryTestsUtil.cpp 355 size_t calcOutputVertices (const VkPrimitiveTopology& inputType)
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 207 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
220 << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType))
267 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) const
289 str << "layout(" << outputTypeToGLString(outputType) << ", max_vertices = " << calcOutputVertices(inputType) << ") out;";
    [all...]

Completed in 404 milliseconds