• Home
  • Raw
  • Download

Lines Matching refs:m_numDrawCmds

1020 	const int			m_numDrawCmds;  member in deqp::gles31::Functional::__anonfdb18f050111::ComputeShaderGeneratedCase
1038 , m_numDrawCmds (drawCallCount) in ComputeShaderGeneratedCase()
1049 DE_ASSERT(triangleCount % m_numDrawCmds == 0); in ComputeShaderGeneratedCase()
1079 const int commandBufferSize = m_commandSize * m_numDrawCmds; in init()
1173 …m_testCtx.getLog() << tcu::TestLog::Message << "Drawing from buffers with " << m_numDrawCmds << " … in iterate()
1247 …<< " if (gl_GlobalInvocationID.x < " << m_numDrawCmds << "u && gl_GlobalInvocationID.y == 0u &&… in genComputeSource()
1248 << " const uint numDrawCallTris = triangleCount / " << m_numDrawCmds << "u;\n" in genComputeSource()
1344 const deUint32 numDrawCallTris = triangleCount / m_numDrawCmds; in createDrawCommand()
1350 for (int ndx = 0; ndx < m_numDrawCmds; ++ndx) in createDrawCommand()
1363 DE_ASSERT((int)(sizeof(DrawArraysCommand)*cmds.size()) == m_numDrawCmds * m_commandSize); in createDrawCommand()
1372 for (int ndx = 0; ndx < m_numDrawCmds; ++ndx) in createDrawCommand()
1386 DE_ASSERT((int)(sizeof(DrawElementsCommand)*cmds.size()) == m_numDrawCmds * m_commandSize); in createDrawCommand()
1525 for (int drawCmdNdx = 0; drawCmdNdx < m_numDrawCmds; ++drawCmdNdx) in renderTo()
1628 …const tcu::IVec3 commandDispatchSize = (m_computeCmd) ? (tcu::IVec3(m_numDrawCmds, 1, 1)) … in runComputeShader()
1644 const int bufferSize = m_commandSize * m_numDrawCmds; in runComputeShader()
1805 const tcu::IVec3 commandDispatchSize (m_numDrawCmds, 1, 1); in runComputeShader()
1806 const int bufferSize = m_commandSize * m_numDrawCmds; in runComputeShader()