Home
last modified time | relevance | path

Searched defs:rhs_ij (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/
DrsMatrix2x2.cpp51 const float rhs_ij = ((const Matrix2x2 *)rhs)->get(i, j); in loadMultiply() local
DrsMatrix3x3.cpp57 const float rhs_ij = ((const Matrix3x3 *)rhs)->get(i, j); in loadMultiply() local
DrsMatrix4x4.cpp262 const float rhs_ij = ((const Matrix4x4 *)rhs)->get(i,j); in loadMultiply() local
/frameworks/rs/driver/runtime/
Drs_matrix.c250 const float rhs_ij = rsMatrixGet(rhs, i, j); in rsMatrixLoadMultiply() local
279 const float rhs_ij = rsMatrixGet(rhs, i, j); in rsMatrixLoadMultiply() local
305 const float rhs_ij = rsMatrixGet(rhs, i, j); in rsMatrixLoadMultiply() local
/frameworks/base/rs/java/android/renderscript/
DMatrix2f.java138 float rhs_ij = rhs.get(i,j); in loadMultiply() local
DMatrix3f.java213 float rhs_ij = rhs.get(i,j); in loadMultiply() local
DMatrix4f.java232 float rhs_ij = rhs.get(i,j); in loadMultiply() local
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DMatrix2f.java141 float rhs_ij = rhs.get(i,j); in loadMultiply() local
DMatrix3f.java216 float rhs_ij = rhs.get(i,j); in loadMultiply() local
DMatrix4f.java233 float rhs_ij = rhs.get(i,j); in loadMultiply() local
/frameworks/native/opengl/libagl/
Dmatrix.cpp261 const float rhs_ij = rhs.m[ I(i,j) ]; in multiply() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp554 const float rhs_ij = rhs[ I(i,j) ]; in multiplyMM() local