Searched refs:Vec0 (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_matrix.inl | 335 __m128 Vec0 = _mm_shuffle_ps(Temp0, Temp0, _MM_SHUFFLE(2, 2, 2, 0)); local 371 // - (Vec0[0] * Fac0[0] - Vec2[0] * Fac3[0] + Vec3[0] * Fac4[0]), 372 // + (Vec0[0] * Fac0[1] - Vec2[1] * Fac3[1] + Vec3[1] * Fac4[1]), 373 // - (Vec0[0] * Fac0[2] - Vec2[2] * Fac3[2] + Vec3[2] * Fac4[2]), 374 // + (Vec0[0] * Fac0[3] - Vec2[3] * Fac3[3] + Vec3[3] * Fac4[3]), 375 __m128 Mul03 = _mm_mul_ps(Vec0, Fac0); 383 // + (Vec0[0] * Fac1[0] - Vec1[0] * Fac3[0] + Vec3[0] * Fac5[0]), 384 // - (Vec0[0] * Fac1[1] - Vec1[1] * Fac3[1] + Vec3[1] * Fac5[1]), 385 // + (Vec0[0] * Fac1[2] - Vec1[2] * Fac3[2] + Vec3[2] * Fac5[2]), 386 // - (Vec0[0] * Fac1[3] - Vec1[3] * Fac3[3] + Vec3[3] * Fac5[3]), [all …]
|
D | type_mat4x4.inl | 512 detail::tvec4<T, P> Vec0(m[1][0], m[0][0], m[0][0], m[0][0]); local 518 detail::tvec4<T, P> Inv1(Vec0 * Fac0 - Vec2 * Fac3 + Vec3 * Fac4); 519 detail::tvec4<T, P> Inv2(Vec0 * Fac1 - Vec1 * Fac3 + Vec3 * Fac5); 520 detail::tvec4<T, P> Inv3(Vec0 * Fac2 - Vec1 * Fac4 + Vec2 * Fac5);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2351 SDValue Vec0 = Op.getOperand(0); in LowerCONCAT_VECTORS() local 2352 EVT VecVT = Vec0.getValueType(); in LowerCONCAT_VECTORS() 2360 return DAG.getNode(HexagonISD::COMBINE, dl, VT, Op.getOperand(1), Vec0); in LowerCONCAT_VECTORS() 2368 SDValue B0 = DAG.getNode(ISD::BITCAST, dl, OpTy, Vec0); in LowerCONCAT_VECTORS()
|