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