Lines Matching refs:drawIndex
327 << " highp uint drawIndex;\n"
333 << " uint globalPatchIndex = drawIndex * patchCountPerDraw + localPatchIndex;\n"
359 << " highp uint drawIndex;\n"
484 << " highp uint drawIndex;\n"
597 << " highp uint drawIndex;\n"
673 << " highp uint drawIndex;\n"
739 << " highp uint drawIndex;\n"
1826 for (deUint32 drawIndex = 0; drawIndex < getDrawCallCount(m_testParam); drawIndex++)
1829 if (drawIndex == 1 && isHelperClassTest(m_testParam->testType))
1842 &drawIndex);
1844 const VkDeviceSize vertexBufferOffset = (vertexCount * drawIndex) * sizeof(tcu::Vec2);