Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DFrameBuffer.cpp169 const int sStride = state.sourceStride; in copyRoutine() local
180 Pointer<Byte> s = src + y * sStride; in copyRoutine()
197 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
207 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
305 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
315 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
509 Pointer<Byte> s = src + y * sStride + x0 * sBytes; in copyRoutine()