Lines Matching refs:isRowMajor
243 , isRowMajor (false) in UniformLayoutEntry()
254 bool isRowMajor; member
265 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false") in operator <<()
419 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
420 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment()
482 …bool isRowMajor = !!(((type.getFlags() & (LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR) ? type.getFlags(… in computeStd140Layout() local
484 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140Layout()
486 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeStd140Layout()
492 entry.isRowMajor = isRowMajor; in computeStd140Layout()
533 …bool isRowMajor = !!(((elemType.getFlags() & (LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR) ? elemTy… in computeStd140Layout() local
534 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout()
536 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout()
548 entry.isRowMajor = isRowMajor; in computeStd140Layout()
630 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue()
968 … const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx*entry.matrixStride + colNdx*compSize in generateValueSrc()
1264 entry.isRowMajor = rowMajorFlags[uniformNdx] != GL_FALSE; in getGLUniformLayout()
1295 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyUniformData()
1297 …const deUint8* srcCompPtr = srcElemPtr + (srcEntry.isRowMajor ? rowNdx*srcEntry.matrixStride + col… in copyUniformData()
1643 refEntry.isRowMajor != cmpEntry.isRowMajor) in compareStd140Blocks()
1646 …x stride = " << refEntry.matrixStride << ", row major = " << (refEntry.isRowMajor ? "true" : "fals… in compareStd140Blocks()
1647 …x stride = " << cmpEntry.matrixStride << ", row major = " << (cmpEntry.isRowMajor ? "true" : "fals… in compareStd140Blocks()
1717 refEntry.isRowMajor != cmpEntry.isRowMajor) in compareSharedBlocks()
1720 …type) << ", size = " << refEntry.size << ", row major = " << (refEntry.isRowMajor ? "true" : "fals… in compareSharedBlocks()
1721 …type) << ", size = " << cmpEntry.size << ", row major = " << (cmpEntry.isRowMajor ? "true" : "fals… in compareSharedBlocks()
1840 …int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type)… in checkLayoutBounds()
1841 …int numComps = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumColumns(uniform.ty… in checkLayoutBounds()