Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DSurface.cpp3266 int qxwords = bytes / 64; in memfill4() local
3267 bytes -= qxwords * 64; in memfill4()
3269 while(qxwords--) in memfill4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DSurface.cpp3071 int qxwords = bytes / 64; in memfill4() local
3072 bytes -= qxwords * 64; in memfill4()
3074 while(qxwords--) in memfill4()