Home
last modified time | relevance | path

Searched refs:checkedWidth (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A Dformatutils.cpp732 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
733 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * pixelBytes; in computeRowPitch()
768 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
775 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dformatutils.cpp1290 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1300 return CheckedMathResult(checkedWidth, resultOut); in computeBufferRowLength()
1331 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1332 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1382 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1391 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.cpp1290 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1300 return CheckedMathResult(checkedWidth, resultOut); in computeBufferRowLength()
1331 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1332 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1382 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1391 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.cpp1290 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1300 return CheckedMathResult(checkedWidth, resultOut); in computeBufferRowLength()
1331 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1332 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1382 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1391 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.cpp1290 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1300 return CheckedMathResult(checkedWidth, resultOut); in computeBufferRowLength()
1331 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1332 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1382 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1391 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.cpp1290 CheckedNumeric<GLuint> checkedWidth(width); in computeBufferRowLength() local
1300 return CheckedMathResult(checkedWidth, resultOut); in computeBufferRowLength()
1331 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1332 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1382 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1391 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * pixelBytes; in computeRowPitch()
1119 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1126 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dformatutils.cpp1083 CheckedNumeric<GLuint> checkedWidth(rowLength > 0 ? rowLength : width); in computeRowPitch() local
1084 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1120 CheckedNumeric<GLuint> checkedWidth(size.width); in computeCompressedImageSize() local
1127 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()

12