Home
last modified time | relevance | path

Searched refs:roundUpIfNeeded (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLMemoryLayout.h35 size_t roundUpIfNeeded(size_t raw) const { in roundUpIfNeeded() function
55 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()
/third_party/skia/src/sksl/
DSkSLMemoryLayout.h37 size_t roundUpIfNeeded(size_t raw) const { in roundUpIfNeeded() function
57 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()