Home
last modified time | relevance | path

Searched refs:colRegs (Results 1 – 4 of 4) sorted by relevance

/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/legacy/
H A Dtrsm_img.c623 unsigned int colRegs) in genReorderSolution() argument
641 for (i = 0; i < colRegs; i++) { in genReorderSolution()
642 unsigned int k = (unsigned int)(subdims[1].y - 1) * colRegs + i; in genReorderSolution()
650 k, subdims[1].y - 2, colRegs, i, colRegs, i, i); in genReorderSolution()
725 unsigned int nrRegs, colRegs; in generator() local
850 colRegs = (unsigned int)subdims[1].x; in generator()
853 colRegs = (unsigned int)fl4RowWidth(subdims[1].x, tsize); in generator()
857 genReorderSolution(ctx, subdims, outTypeName, colRegs); in generator()
/dports/emulators/ppsspp/ppsspp-1.12.3/unittest/
H A DUnitTest.cpp396 u8 colRegs[4]; in TestGetMatrix() local
398 GetVectorRegs(colRegs, vsz, colName); in TestGetMatrix()
407 b << (int)colRegs[j] << " "; in TestGetMatrix()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/unittest/
H A DUnitTest.cpp396 u8 colRegs[4]; in TestGetMatrix() local
398 GetVectorRegs(colRegs, vsz, colName); in TestGetMatrix()
407 b << (int)colRegs[j] << " "; in TestGetMatrix()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/unittest/
H A DUnitTest.cpp396 u8 colRegs[4]; in TestGetMatrix() local
398 GetVectorRegs(colRegs, vsz, colName); in TestGetMatrix()
407 b << (int)colRegs[j] << " "; in TestGetMatrix()