Home
last modified time | relevance | path

Searched refs:_combineSparseMatrixRowsInFull (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DcatmarkPatchBuilder.cpp1534 _combineSparseMatrixRowsInFull(B, 0, G, 9, pIndices[0], wCorner); in convertFromGregory()
1535 _combineSparseMatrixRowsInFull(B, 1, G, 6, epIndices[0], wBoundary); in convertFromGregory()
1536 _combineSparseMatrixRowsInFull(B, 2, G, 6, emIndices[1], wBoundary); in convertFromGregory()
1537 _combineSparseMatrixRowsInFull(B, 3, G, 9, pIndices[1], wCorner); in convertFromGregory()
1539 _combineSparseMatrixRowsInFull(B, 4, G, 6, emIndices[0], wBoundary); in convertFromGregory()
1540 _combineSparseMatrixRowsInFull(B, 5, G, 4, fIndices[0], wInterior); in convertFromGregory()
1541 _combineSparseMatrixRowsInFull(B, 6, G, 4, fIndices[1], wInterior); in convertFromGregory()
1542 _combineSparseMatrixRowsInFull(B, 7, G, 6, epIndices[1], wBoundary); in convertFromGregory()
1544 _combineSparseMatrixRowsInFull(B, 8, G, 6, epIndices[3], wBoundary); in convertFromGregory()
1549 _combineSparseMatrixRowsInFull(B, 12, G, 9, pIndices[3], wCorner); in convertFromGregory()
[all …]
H A DloopPatchBuilder.cpp439 _combineSparseMatrixRowsInFull(SparseMatrix<REAL> & dstMatrix, int dstRowIndex, in _combineSparseMatrixRowsInFull() function
1807 _combineSparseMatrixRowsInFull(matrix, i, G, 15, gRowIndices, gRowWeights); in convertToLoop()