Home | History | Annotate | Download | only in functional

Lines Matching full:ivec4

57 using tcu::IVec4;
67 static void genTestRects (vector<IVec4>& rects, int width, int height)
75 rects.push_back(IVec4(width-curWidth, height-curHeight, curWidth, curHeight));
89 static void rectsToTriangles (const vector<IVec4>& rects, int width, int height, vector<Vec2>& positions, vector<deUint16>& indices)
138 vector<IVec4> rects;
168 vector<IVec4> rects;
172 tcu::clear(dst, IVec4(0));
176 for (vector<IVec4>::const_iterator rectIter = rects.begin(); rectIter != rects.end(); ++rectIter)
598 tcu::clear(levelAccess, IVec4(0, 0, 0, levelNdx));
684 tcu::clear(texData.getLevelFace(0, face), IVec4(0, 0, 0, stencilVal));
721 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8));
848 tcu::clear(tcu::getSubregion(reference.getAccess(), x, y, clearW, clearH), IVec4(0, 0, 0, stencil));