Home | History | Annotate | Download | only in functional

Lines Matching full:matrixorder

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