Searched refs:computeScalarBlockAlignment (Results 1 – 2 of 2) sorted by relevance
444 int computeScalarBlockAlignment(const VarType &type, uint32_t layoutFlags) in computeScalarBlockAlignment() function451 return computeScalarBlockAlignment(type.getElementType(), layoutFlags); in computeScalarBlockAlignment()460 … de::max(maxBaseAlignment, computeScalarBlockAlignment(memberIter->getType(), layoutFlags)); in computeScalarBlockAlignment()485 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(typ… in computeReferenceLayout()635 … (blockLayoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(varType, combinedFlags) : in computeReferenceLayout()
519 int computeScalarBlockAlignment(const VarType &type, uint32_t layoutFlags) in computeScalarBlockAlignment() function526 return computeScalarBlockAlignment(type.getElementType(), layoutFlags); in computeScalarBlockAlignment()535 … de::max(maxBaseAlignment, computeScalarBlockAlignment(memberIter->getType(), layoutFlags)); in computeScalarBlockAlignment()562 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(typ… in computeReferenceLayout()