Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h1392 angle::CheckedNumeric<T> checkedAlignment(alignment);
1393 return roundUp(checkedValue, checkedAlignment);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1670 CheckedNumeric<GLuint> checkedAlignment(alignment); in computeRowPitch() local
1671 auto aligned = rx::roundUp(checkedRowBytes, checkedAlignment); in computeRowPitch()