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