OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endCountB
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryEmitGeometryShaderTests.cpp
67
int
endCountB
; //!<
202
for (int i = 0; i < m_emitTestSpec.
endCountB
; ++i)
250
emitTests[ndx].name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString(emitTests[ndx].
endCountB
);
251
emitTests[ndx].desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndPrimitive " + de::toString(emitTests[ndx].
endCountB
) + " times";
/external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp
299
VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int
endCountB
, rr::GeometryShaderOutputType outputType);
306
std::string genGeometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int
endCountB
, rr::GeometryShaderOutputType outputType) const;
314
VertexEmitterShader::VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int
endCountB
, rr::GeometryShaderOutputType outputType)
324
<< sglr::pdec::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB,
endCountB
, outputType)))
328
, m_endCountB (
endCountB
)
383
std::string VertexEmitterShader::genGeometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int
endCountB
, rr::GeometryShaderOutputType outputType) const
423
for (int i = 0; i <
endCountB
; ++i)
[
all
...]
Completed in 297 milliseconds