Home
last modified time | relevance | path

Searched refs:i16vec4 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dwiden_load-2.ll82 %i16vec4 = type <4 x i16>
83 define void @add4i16(%i16vec4* nocapture sret %ret, %i16vec4* %ap, %i16vec4* %bp) nounwind {
87 %a = load %i16vec4* %ap, align 16
88 %b = load %i16vec4* %bp, align 16
89 %x = add %i16vec4 %a, %b
90 store %i16vec4 %x, %i16vec4* %ret, align 16
/external/llvm/test/CodeGen/X86/
Dwiden_load-2.ll106 %i16vec4 = type <4 x i16>
107 define void @add4i16(%i16vec4* nocapture sret %ret, %i16vec4* %ap, %i16vec4* %bp) nounwind {
116 %a = load %i16vec4, %i16vec4* %ap, align 16
117 %b = load %i16vec4, %i16vec4* %bp, align 16
118 %x = add %i16vec4 %a, %b
119 store %i16vec4 %x, %i16vec4* %ret, align 16
/external/vulkan-validation-layers/libs/glm/gtc/
Dpacking.inl315 i16vec4 Topack = static_cast<i16vec4>(round(clamp(v ,-1.0f, 1.0f) * 32767.0f));
322 i16vec4* Unpack(reinterpret_cast<i16vec4*>(const_cast<uint64*>(&p)));
343 i16vec4 Unpack(
355 i16vec4* p = reinterpret_cast<i16vec4*>(const_cast<uint64*>(&v));
356 i16vec4 Unpack(*p);
Dtype_precision.hpp298 typedef detail::tvec4<i16, defaultp> i16vec4; typedef
/external/vulkan-validation-layers/libs/glm/
Dfwd.hpp459 typedef lowp_i16vec4 i16vec4; typedef
464 typedef mediump_i16vec4 i16vec4; typedef
480 typedef highp_i16vec4 i16vec4; typedef