Home
last modified time | relevance | path

Searched defs:UInt4 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp3507 UInt4::UInt4() in UInt4() function in rr::UInt4
3512 UInt4::UInt4(int xyzw) in UInt4() function in rr::UInt4
3518 UInt4::UInt4(int x, int yzw) in UInt4() function in rr::UInt4
3524 UInt4::UInt4(int x, int y, int zw) in UInt4() function in rr::UInt4
3530 UInt4::UInt4(int x, int y, int z, int w) in UInt4() function in rr::UInt4
3542 UInt4::UInt4(RValue<UInt4> rhs) in UInt4() function in rr::UInt4
3548 UInt4::UInt4(const UInt4 &rhs) in UInt4() function in rr::UInt4
3554 UInt4::UInt4(const Reference<UInt4> &rhs) in UInt4() function in rr::UInt4
3560 UInt4::UInt4(RValue<Int4> rhs) in UInt4() function in rr::UInt4
3566 UInt4::UInt4(const Int4 &rhs) in UInt4() function in rr::UInt4
[all …]
DLLVMReactor.cpp2814 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4
2822 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
DSubzeroReactor.cpp3712 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in rr::UInt4
3730 UInt4::UInt4(RValue<UInt> rhs) in UInt4() function in rr::UInt4
DReactor.hpp2029 class UInt4 : public LValue<UInt4>, public XYZW<UInt4> class
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp757 TEST_P(VertexFormatTest, UInt4) { in TEST_P() argument