Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DReactor.hpp48 class UInt2;
1255 class UInt2 : public LValue<UInt2> class
1258 UInt2() = default;
1259 UInt2(unsigned int x, unsigned int y);
1260 UInt2(RValue<UInt2> rhs);
1261 UInt2(const UInt2 &rhs);
1262 UInt2(const Reference<UInt2> &rhs);
1264 RValue<UInt2> operator=(RValue<UInt2> rhs);
1265 RValue<UInt2> operator=(const UInt2 &rhs);
1266 RValue<UInt2> operator=(const Reference<UInt2> &rhs);
[all …]
DLLVMReactor.cpp4293 UInt2::UInt2(unsigned int x, unsigned int y) in UInt2() function in sw::UInt2
4299 UInt2::UInt2(RValue<UInt2> rhs) in UInt2() function in sw::UInt2
4304 UInt2::UInt2(const UInt2 &rhs) in UInt2() function in sw::UInt2
4310 UInt2::UInt2(const Reference<UInt2> &rhs) in UInt2() function in sw::UInt2
4316 RValue<UInt2> UInt2::operator=(RValue<UInt2> rhs) in operator =()
4323 RValue<UInt2> UInt2::operator=(const UInt2 &rhs) in operator =()
4328 return RValue<UInt2>(value); in operator =()
4331 RValue<UInt2> UInt2::operator=(const Reference<UInt2> &rhs) in operator =()
4336 return RValue<UInt2>(value); in operator =()
4339 RValue<UInt2> operator+(RValue<UInt2> lhs, RValue<UInt2> rhs) in operator +()
[all …]
DSubzeroReactor.cpp5345 UInt2::UInt2(unsigned int x, unsigned int y) in UInt2() function in sw::UInt2
5351 UInt2::UInt2(RValue<UInt2> rhs) in UInt2() function in sw::UInt2
5356 UInt2::UInt2(const UInt2 &rhs) in UInt2() function in sw::UInt2
5362 UInt2::UInt2(const Reference<UInt2> &rhs) in UInt2() function in sw::UInt2
5368 RValue<UInt2> UInt2::operator=(RValue<UInt2> rhs) in operator =()
5375 RValue<UInt2> UInt2::operator=(const UInt2 &rhs) in operator =()
5380 return RValue<UInt2>(value); in operator =()
5383 RValue<UInt2> UInt2::operator=(const Reference<UInt2> &rhs) in operator =()
5388 return RValue<UInt2>(value); in operator =()
5391 RValue<UInt2> operator+(RValue<UInt2> lhs, RValue<UInt2> rhs) in operator +()
[all …]
Dx86.hpp83 RValue<UInt2> psrld(RValue<UInt2> x, unsigned char y);
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1745 UInt2 mergedMask = *Pointer<UInt2>(constants + OFFSET(Constants, maskW4Q) + xMask * 8); in writeColor()
1749 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor()
1753 packedCol = As<Int2>((As<UInt2>(packedCol) & mergedMask) | (As<UInt2>(value) & ~mergedMask)); in writeColor()
2438 UInt2 rgbaMask; in writeColor()
2441 UInt2 mergedMask = *Pointer<UInt2>(constants + OFFSET(Constants, maskD01Q) + xMask * 8); in writeColor()
2445 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor()
2448 … *Pointer<UInt2>(buffer) = (As<UInt2>(packedCol) & mergedMask) | (As<UInt2>(value) & ~mergedMask); in writeColor()
2454 mergedMask = *Pointer<UInt2>(constants + OFFSET(Constants, maskD23Q) + xMask * 8); in writeColor()
2459 … *Pointer<UInt2>(buffer) = (As<UInt2>(packedCol) & mergedMask) | (As<UInt2>(value) & ~mergedMask); in writeColor()
2483 UInt2 mergedMask = *Pointer<UInt2>(constants + OFFSET(Constants, maskW4Q) + xMask * 8); in writeColor()
[all …]
DSamplerCore.cpp1700 UInt4 uv(As<UInt2>(uuuu), As<UInt2>(uuu2)); in computeIndices()
/external/skia/src/sksl/
DSkSLCompiler.cpp86 ADD_TYPE(UInt2); in Compiler()
/external/skqp/src/sksl/
DSkSLCompiler.cpp86 ADD_TYPE(UInt2); in Compiler()