Home | History | Annotate | Download | only in transforms

Lines Matching refs:_mm_set1_pd

1171     __m128d otherMatrixFirstParam = _mm_set1_pd(mat.m_matrix[0][0]);
1172 __m128d otherMatrixSecondParam = _mm_set1_pd(mat.m_matrix[0][1]);
1173 __m128d otherMatrixThirdParam = _mm_set1_pd(mat.m_matrix[0][2]);
1174 __m128d otherMatrixFourthParam = _mm_set1_pd(mat.m_matrix[0][3]);
1204 otherMatrixFirstParam = _mm_set1_pd(mat.m_matrix[1][0]);
1205 otherMatrixSecondParam = _mm_set1_pd(mat.m_matrix[1][1]);
1206 otherMatrixThirdParam = _mm_set1_pd(mat.m_matrix[1][2]);
1207 otherMatrixFourthParam = _mm_set1_pd(mat.m_matrix[1][3]);
1232 otherMatrixFirstParam = _mm_set1_pd(mat.m_matrix[2][0]);
1233 otherMatrixSecondParam = _mm_set1_pd(mat.m_matrix[2][1]);
1234 otherMatrixThirdParam = _mm_set1_pd(mat.m_matrix[2][2]);
1235 otherMatrixFourthParam = _mm_set1_pd(mat.m_matrix[2][3]);
1260 otherMatrixFirstParam = _mm_set1_pd(mat.m_matrix[3][0]);
1261 otherMatrixSecondParam = _mm_set1_pd(mat.m_matrix[3][1]);
1262 otherMatrixThirdParam = _mm_set1_pd(mat.m_matrix[3][2]);
1263 otherMatrixFourthParam = _mm_set1_pd(mat.m_matrix[3][3]);