Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSurface.cpp2663 int qxwords = bytes / 64; in memfill4() local
2664 bytes -= qxwords * 64; in memfill4()
2666 while(qxwords--) in memfill4()
/external/swiftshader/src/Renderer/
DSurface.cpp3262 int qxwords = bytes / 64; in memfill4() local
3263 bytes -= qxwords * 64; in memfill4()
3265 while(qxwords--) in memfill4()