Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1019 const int m_commandSize; member in deqp::gles31::Functional::__anonfdb18f050111::ComputeShaderGeneratedCase
1037 …, m_commandSize ((method==DRAWMETHOD_DRAWARRAYS) ? ((int)sizeof(DrawArraysCommand)) : ((int)sizeo… 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()