Home
last modified time | relevance | path

Searched refs:short4 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp32 short4 uHalf;
33 short4 vHalf;
34 short4 wHalf;
38 short4 onePitchP;
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DTypes.hpp65 typedef ALIGN(8, short) short4[4]; member
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DTypes.hpp214 using short4 = vec4<short>;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp544 mipmap.uHalf = sw::short4(halfTexelU);
545 mipmap.vHalf = sw::short4(halfTexelV);
546 mipmap.wHalf = sw::short4(halfTexelW);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp2029 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value(); in Short4() local
2031 storeValue(short4); in Short4()
H A DSubzeroReactor.cpp2540 Value *short4 = Nucleus::createBitCast(int2, Short4::type());
2542 storeValue(short4);

Completed in 14 milliseconds