Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp855 UChar bufferU[1024]; in TestCollators() local
865 int32_t buflen = u_parseString(buffer, bufferU, 1024, &first, &status); in TestCollators()
867 u_memcpy(lines[lineNum].buff, bufferU, buflen); in TestCollators()
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1771 …Pointer<Byte> bufferU = *Pointer<Pointer<Byte>>(mipmap + 1 * sizeof(Mipmap) + OFFSET(Mipmap, buffe… in sampleTexel() local
1791 c0 = Int(bufferU[index[0]]); in sampleTexel()
1792 c1 = Int(bufferU[index[1]]); in sampleTexel()
1793 c2 = Int(bufferU[index[2]]); in sampleTexel()
1794 c3 = Int(bufferU[index[3]]); in sampleTexel()
1808 UV = Insert(UV, Pointer<Short>(bufferU)[index[0]], 0); // TODO: Insert(UShort4, UShort) in sampleTexel()
1809 UV = Insert(UV, Pointer<Short>(bufferU)[index[1]], 1); in sampleTexel()
1810 UV = Insert(UV, Pointer<Short>(bufferU)[index[2]], 2); in sampleTexel()
1811 UV = Insert(UV, Pointer<Short>(bufferU)[index[3]], 3); in sampleTexel()