Home
last modified time | relevance | path

Searched refs:m_maxGeometryOutputVertices (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveCounter.cpp453 , m_maxGeometryOutputVertices(0) in GeometryShaderPrimitiveCounter()
478 unsigned int nEmittedValuesPerPrimitive = m_maxGeometryOutputVertices * m_nrVaryings; in checkResult()
487 m_maxGeometryOutputVertices * m_nrVaryings) in checkResult()
530 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_OUTPUT_VERTICES, &m_maxGeometryOutputVertices); in createAndBuildProgramWithFeedback()
533 m_maxGeometryOutputVertices = m_maxGeometryOutputVertices / (m_n_components + m_nrVaryings); in createAndBuildProgramWithFeedback()
535 max_vertices_sstream << m_maxGeometryOutputVertices; in createAndBuildProgramWithFeedback()
540 m_maxGeometryOutputVertices / m_testConfiguration.m_numberOfVerticesPerOneOutputPrimitive; in createAndBuildProgramWithFeedback()
543m_maxGeometryOutputVertices = n_loop_iterations * m_testConfiguration.m_numberOfVerticesPerOneOutp… in createAndBuildProgramWithFeedback()
853 m_maxGeometryOutputVertices * m_nrVaryings * sizeof(glw::GLint)); in prepareBufferObjects()
DesextcGeometryShaderPrimitiveCounter.hpp132 glw::GLint m_maxGeometryOutputVertices; member in glcts::GeometryShaderPrimitiveCounter