Searched refs:rowLen (Results 1 – 6 of 6) sorted by relevance
1147 …int rowLen = RBBIDataWrapper.NEXTSTATES + fRB.fSetBuilder.getNumCharCategories(); // Row Length …1152 table.fRowLen = rowLen; // Row length in bytes.1156 table.fRowLen = rowLen * 2; // Row length in bytes.1172 int row = state*rowLen;1312 int rowLen = RBBIDataWrapper.NEXTSTATES + numCharCategories;1319 table.fRowLen = rowLen; // Row length in bytes.1323 table.fRowLen = rowLen * 2; // Row length in bytes.1328 int row = state * rowLen;
1132 int rowLen = 4 + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts.1135 table.fRowLen = rowLen * 2; // Row length in bytes.1147 int row = state*rowLen;1277 int rowLen = 4 + numCharCategories;1282 table.fRowLen = rowLen * 2; // Row length in bytes.1286 int row = state * rowLen;
457 const size_t rowLen = info.bytesPerPixel() * info.width(); in DEF_TEST() local463 const bool lineMatches = memcmp(cachedAddr, addr, rowLen) == 0; in DEF_TEST()
71 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); in md5() local73 md5.write(bm.getAddr(0, y), rowLen); in md5()
823 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) in getRowPitch() argument825 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch()
952 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack2DAccess() local953 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); in getUnpack2DAccess()962 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack3DAccess() local964 int rowPitch = deAlign32(rowLen*pixelSize, m_pixelUnpackAlignment); in getUnpack3DAccess()