Home | History | Annotate | Download | only in functional

Lines Matching full:matrixorder

1070 static int getBufferTypeSize (glu::DataType type, glu::MatrixOrder order)
1087 static int getBufferVariableSize (const glu::VarType& type, glu::MatrixOrder order)
1110 static int getBufferSize (const glu::InterfaceBlock& block, glu::MatrixOrder blockOrder)
1115 size += getBufferVariableSize(block.variables[ndx].varType, (block.variables[ndx].layout.matrixOrder == glu::MATRIXORDER_LAST) ? (blockOrder) : (block.variables[ndx].layout.matrixOrder));
1126 maxSize = de::max(maxSize, getBufferSize(shader->getDefaultBlock().interfaceBlocks[ndx], shader->getDefaultBlock().interfaceBlocks[ndx].layout.matrixOrder));