Searched refs:jointVecPtr3 (Results 1 – 1 of 1) sorted by relevance
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/ |
H A D | Simd_AltiVec.cpp | 4974 float *jointVecPtr3 = (float*)( jointPtr3 + 4 ); in BlendJoints() local 4985 v4 = vec_ld( 0, jointVecPtr3 ); in BlendJoints() 4986 v5 = vec_ld( 11, jointVecPtr3 ); in BlendJoints() 4987 …vector float vecLd3 = vec_perm( v4, v5, vec_add( vec_lvsl( -1, jointVecPtr3 ), (vector unsigned ch… in BlendJoints() 5066 storePerm3 = vec_lvsr( 0, jointVecPtr3 ); in BlendJoints() 5083 vec_ste( vecWork3, 0, (float*) jointVecPtr3 ); in BlendJoints() 5084 vec_ste( vecWork3, 4, (float*) jointVecPtr3 ); in BlendJoints() 5085 vec_ste( vecWork3, 8, (float*) jointVecPtr3 ); in BlendJoints()
|