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.cpp107 const EmitTestSpec m_emitTestSpec; member in vkt::geometry::__anon0b7b76c00111::EmitTest
112 , m_emitTestSpec (emitTestSpec) in EmitTest()
136 if(m_emitTestSpec.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in initPrograms()
166 … << outputTypeToGLString(m_emitTestSpec.primitiveTopology) << ", max_vertices = " << (m_emitTestSp… in shaderGeometry()
177 for (int i = 0; i < m_emitTestSpec.emitCountA; ++i) in shaderGeometry()
188 for (int i = 0; i < m_emitTestSpec.endCountA; ++i) in shaderGeometry()
191 for (int i = 0; i < m_emitTestSpec.emitCountB; ++i) in shaderGeometry()
195 …src << " gl_Position = gl_in[0].gl_Position + position" << (m_emitTestSpec.emitCountA + i) << ";\n" in shaderGeometry()
202 for (int i = 0; i < m_emitTestSpec.endCountB; ++i) in shaderGeometry()