Searched refs:m_commandSize (Results 1 – 1 of 1) sorted by relevance
1019 const int m_commandSize; member in deqp::gles31::Functional::__anon2b15ba460111::ComputeShaderGeneratedCase1037 …, m_commandSize ((method==DRAWMETHOD_DRAWARRAYS) ? (sizeof(DrawArraysCommand)) : (sizeof(DrawElem… in ComputeShaderGeneratedCase()1079 const int commandBufferSize = m_commandSize * m_numDrawCmds; in init()1363 DE_ASSERT((int)(sizeof(DrawArraysCommand)*cmds.size()) == m_numDrawCmds * m_commandSize); in createDrawCommand()1386 DE_ASSERT((int)(sizeof(DrawElementsCommand)*cmds.size()) == m_numDrawCmds * m_commandSize); in createDrawCommand()1527 const void* offset = ((deUint8*)DE_NULL) + drawCmdNdx*m_commandSize; in renderTo()1644 const int bufferSize = m_commandSize * m_numDrawCmds; in runComputeShader()1806 const int bufferSize = m_commandSize * m_numDrawCmds; in runComputeShader()