Searched refs:emitCountB (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryEmitGeometryShaderTests.cpp | 66 int emitCountB; //!< member 172 … << ", max_vertices = " << (m_emitTestSpec.emitCountA + m_emitTestSpec.emitCountB +1) << ") out;\n" in shaderGeometry() 197 for (int i = 0; i < m_emitTestSpec.emitCountB; ++i) in shaderGeometry() 254 if (emitTests[ndx].emitCountB) in createEmitGeometryShaderTests() 256 …emitTests[ndx].name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString… in createEmitGeometryShaderTests() 257 …emitTests[ndx].desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndP… in createEmitGeometryShaderTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 299 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, … 306 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, … 314 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, … in VertexEmitterShader() argument 323 …:GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, outputType, emitCountA + emitCountB) in VertexEmitterShader() 324 …::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, endCountB, outp… in VertexEmitterShader() 327 , m_emitCountB (emitCountB) in VertexEmitterShader() 383 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, … in genGeometrySource() argument 390 … << outputTypeToGLString(outputType) << ", max_vertices = " << (emitCountA+emitCountB) << ") out;"; in genGeometrySource() 416 for (int i = 0; i < emitCountB; ++i) in genGeometrySource() 2213 …const char* name, const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, … [all …]
|