Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp612 TEST_P(VertexFormatTest, Short4) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp1769 Short4::Short4(RValue<Int> cast) in Short4() function in rr::Short4
1783 Short4::Short4(short xyzw) in Short4() function in rr::Short4
1789 Short4::Short4(short x, short y, short z, short w) in Short4() function in rr::Short4
1795 Short4::Short4(RValue<Short4> rhs) in Short4() function in rr::Short4
1800 Short4::Short4(const Short4 &rhs) in Short4() function in rr::Short4
1805 Short4::Short4(const Reference<Short4> &rhs) in Short4() function in rr::Short4
1810 Short4::Short4(RValue<UShort4> rhs) in Short4() function in rr::Short4
1815 Short4::Short4(const UShort4 &rhs) in Short4() function in rr::Short4
1820 Short4::Short4(const Reference<UShort4> &rhs) in Short4() function in rr::Short4
DLLVMReactor.cpp2022 Short4::Short4(RValue<Int4> cast) in Short4() function in rr::Short4
2038 Short4::Short4(RValue<Float4> cast) in Short4() function in rr::Short4
DSubzeroReactor.cpp2533 Short4::Short4(RValue<Int4> cast) in Short4() function in rr::Short4
2549 Short4::Short4(RValue<Float4> cast) in Short4() function in rr::Short4
DReactor.hpp877 class Short4 : public LValue<Short4> class