Searched refs:computeInterfaceBlockMemberAlignment (Results 1 – 1 of 1) sorted by relevance
426 int computeInterfaceBlockMemberAlignment (const VarType& type) in computeInterfaceBlockMemberAlignment() function446 return computeInterfaceBlockMemberAlignment(type.getElementType()); in computeInterfaceBlockMemberAlignment()453 … maxAlignment = de::max(maxAlignment, computeInterfaceBlockMemberAlignment(memberIter->getType())); in computeInterfaceBlockMemberAlignment()537 baseAlignment = std::max(baseAlignment, computeInterfaceBlockMemberAlignment(member.getType())); in computeInterfaceBlockAlignment()560 int baseAlignment = computeInterfaceBlockMemberAlignment(type); in computeXfbLayout()