Home
last modified time | relevance | path

Searched refs:short8 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DTypes.hpp67 typedef ALIGN(16, short) short8[8]; member
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DTypes.hpp221 using short8 = vec8<short>;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp2026 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local
2028 Value *packed = Nucleus::createShuffleVector(short8, short8, select); in Short4()
H A DSubzeroReactor.cpp2536 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type());
2537 Value *packed = Nucleus::createShuffleVector(short8, short8, select);

Completed in 13 milliseconds