Home
last modified time | relevance | path

Searched refs:i16vec3 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dwiden_load-2.ll69 %i16vec3 = type <3 x i16>
70 define void @add3i16(%i16vec3* nocapture sret %ret, %i16vec3* %ap, %i16vec3* %bp) nounwind {
75 %a = load %i16vec3* %ap, align 16
76 %b = load %i16vec3* %bp, align 16
77 %x = add %i16vec3 %a, %b
78 store %i16vec3 %x, %i16vec3* %ret, align 16
/external/llvm/test/CodeGen/X86/
Dwiden_load-2.ll86 %i16vec3 = type <3 x i16>
87 define void @add3i16(%i16vec3* nocapture sret %ret, %i16vec3* %ap, %i16vec3* %bp) nounwind {
99 %a = load %i16vec3, %i16vec3* %ap, align 16
100 %b = load %i16vec3, %i16vec3* %bp, align 16
101 %x = add %i16vec3 %a, %b
102 store %i16vec3 %x, %i16vec3* %ret, align 16
/external/vulkan-validation-layers/libs/glm/
Dfwd.hpp458 typedef lowp_i16vec3 i16vec3; typedef
463 typedef mediump_i16vec3 i16vec3; typedef
476 typedef highp_i16vec3 i16vec3; typedef
/external/vulkan-validation-layers/libs/glm/gtc/
Dtype_precision.hpp294 typedef detail::tvec3<i16, defaultp> i16vec3; typedef