Lines Matching defs:posIncrement
1725 const float posIncrement = 1.0f / (float)m_numInstances * float(instanceSize);
1734 pVertices[0] = { tcu::Vec4(posIncrement, -posIncrement, 0.0f, 1.0f), vertexColor };
1735 pVertices[1] = { tcu::Vec4(-posIncrement, -posIncrement, 0.0f, 1.0f), vertexColor };
1736 pVertices[2] = { tcu::Vec4(-posIncrement, posIncrement, 0.0f, 1.0f), vertexColor };
1737 pVertices[3] = { tcu::Vec4(-posIncrement, posIncrement, 1.0f, 1.0f), vertexColor };
1738 pVertices[4] = { tcu::Vec4(posIncrement, posIncrement, 1.0f, 1.0f), vertexColor };
1739 pVertices[5] = { tcu::Vec4(posIncrement, -posIncrement, 1.0f, 1.0f), vertexColor };
1787 float columnOffset = posIncrement;
1788 float rowOffset = -1.0f + posIncrement;
1794 columnOffset += 2 * posIncrement;
1800 columnOffset = posIncrement;
1801 rowOffset += 2 * posIncrement;