Lines Matching defs:posIncrement
441 const float posIncrement = 1.0f / (float)m_numInstances * (float)instanceSize;
448 pVertices[0] = { tcu::Vec4( posIncrement, -posIncrement, 0.0f, 1.0f), vertexColor };
449 pVertices[1] = { tcu::Vec4(-posIncrement, -posIncrement, 0.0f, 1.0f), vertexColor };
450 pVertices[2] = { tcu::Vec4(-posIncrement, posIncrement, 0.0f, 1.0f), vertexColor };
451 pVertices[3] = { tcu::Vec4(-posIncrement, posIncrement, 1.0f, 1.0f), vertexColor };
452 pVertices[4] = { tcu::Vec4( posIncrement, posIncrement, 1.0f, 1.0f), vertexColor };
453 pVertices[5] = { tcu::Vec4( posIncrement, -posIncrement, 1.0f, 1.0f), vertexColor };