Searched defs:commandDispatchSize (Results 1 – 1 of 1) sorted by relevance
1663 …const tcu::IVec3 commandDispatchSize = (m_computeCmd) ? (tcu::IVec3(m_numDrawCmds, 1, 1)) : (nullS… in runComputeShader() local1863 const tcu::IVec3 commandDispatchSize(m_numDrawCmds, 1, 1); in runComputeShader() local