Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp108 const EmitTestSpec m_emitTestSpec; member in vkt::geometry::__anon0b7b76c00111::EmitTest
113 , m_emitTestSpec (emitTestSpec) in EmitTest()
142 if(m_emitTestSpec.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in initPrograms()
172 … << outputTypeToGLString(m_emitTestSpec.primitiveTopology) << ", max_vertices = " << (m_emitTestSp… in shaderGeometry()
183 for (int i = 0; i < m_emitTestSpec.emitCountA; ++i) in shaderGeometry()
194 for (int i = 0; i < m_emitTestSpec.endCountA; ++i) in shaderGeometry()
197 for (int i = 0; i < m_emitTestSpec.emitCountB; ++i) in shaderGeometry()
201 …src << " gl_Position = gl_in[0].gl_Position + position" << (m_emitTestSpec.emitCountA + i) << ";\n" in shaderGeometry()
208 for (int i = 0; i < m_emitTestSpec.endCountB; ++i) in shaderGeometry()