Searched refs:roundUpIfNeeded (Results 1 – 2 of 2) sorted by relevance
35 size_t roundUpIfNeeded(size_t raw) const { in roundUpIfNeeded() function55 return this->roundUpIfNeeded(vector_alignment(this->size(type.componentType()), in alignment()58 return this->roundUpIfNeeded(this->alignment(type.componentType())); in alignment()67 return this->roundUpIfNeeded(result); in alignment()82 return this->roundUpIfNeeded(base); in stride()88 return this->roundUpIfNeeded(stride); in stride()
37 size_t roundUpIfNeeded(size_t raw) const { in roundUpIfNeeded() function57 return this->roundUpIfNeeded(vector_alignment(this->size(type.componentType()), in alignment()60 return this->roundUpIfNeeded(this->alignment(type.componentType())); in alignment()69 return this->roundUpIfNeeded(result); in alignment()84 return this->roundUpIfNeeded(base); in stride()92 stride = this->roundUpIfNeeded(stride); in stride()