Lines Matching refs:curInVec
624 int curInVec = 0;
636 inputs[curInVec].resize(numVertices*numScalars);
648 float* dst = (float*)&inputs[curInVec][0];
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
670 Vec4 f = swizzleVec(Vec4(f0, f1, 1.0f-f0, 1.0f-f1), curInVec);
698 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
700 const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVec);
702 deInt32* dst = (deInt32*)&inputs[curInVec][0];
710 IVec4 c = minVal + step*swizzleVec(IVec4(x, y, ix, iy), curInVec);
734 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, UVec4(0), maxVal) << TestLog::EndMessage;
736 const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVec);
738 deUint32* dst = &inputs[curInVec][0];
748 UVec4 c = step*swizzleVec(IVec4(x, y, ix, iy).asUint(), curInVec);
761 curInVec += 1;
775 int curInVec = 0;
798 gl.vertexAttribPointer(loc, scalarSize, glScalarType, GL_FALSE, 0, &inputs[curInVec][0]);
800 gl.vertexAttribIPointer(loc, scalarSize, glScalarType, 0, &inputs[curInVec][0]);
805 curInVec += 1;