Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp67 int endCountB; //!< member
208 for (int i = 0; i < m_emitTestSpec.endCountB; ++i) in shaderGeometry()
256 …mit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString(emitTests[ndx].endCountB); in createEmitGeometryShaderTests()
257 ….emitCountB) + " vertices, call EndPrimitive " + de::toString(emitTests[ndx].endCountB) + " times"; in createEmitGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp299 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha…
306 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha…
314 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha… in VertexEmitterShader() argument
324 …rySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, endCountB, outputType))) in VertexEmitterShader()
328 , m_endCountB (endCountB) in VertexEmitterShader()
383 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha… in genGeometrySource() argument
423 for (int i = 0; i < endCountB; ++i) in genGeometrySource()
2213 …e, const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, GLenum outputTy…
2229 …e, const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, GLenum outputTy… in EmitTest() argument
2235 , m_endCountB (endCountB) in EmitTest()
[all …]