Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DFrameBuffer.cpp173 const int sStride = state.sourceStride; in copyRoutine() local
184 Pointer<Byte> s = src + y * sStride; in copyRoutine()
199 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
208 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
301 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
310 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
458 Pointer<Byte> s = src + y * sStride + x0 * sBytes; in copyRoutine()
/external/swiftshader/src/Main/
DFrameBuffer.cpp173 const int sStride = state.sourceStride; in copyRoutine() local
184 Pointer<Byte> s = src + y * sStride; in copyRoutine()
201 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
211 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
309 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
319 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
513 Pointer<Byte> s = src + y * sStride + x0 * sBytes; in copyRoutine()