Home
last modified time | relevance | path

Searched defs:matrices (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ltp/testcases/realtime/func/matrix_mult/
Dmatrix_mult.c50 struct matrices { struct
51 double A[MATRIX_SIZE][MATRIX_SIZE];
52 double B[MATRIX_SIZE][MATRIX_SIZE];
53 double C[MATRIX_SIZE][MATRIX_SIZE];
97 static void matrix_mult(struct matrices *matrices) in matrix_mult()
113 static void matrix_mult_record(struct matrices *matrices, int index) in matrix_mult_record()
152 struct matrices *matrices = (struct matrices *) t->arg; in concurrent_thread() local
179 struct matrices *matrices[numcpus]; in main_thread() local
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DDrawManager.java174 float[][] matrices = { scaleMatrix, rotateMatrix, modelMatrices.get(0), viewMatrix, in drawText() local
209 float[][] matrices = {scale, initRot, modelTranslate, viewMatrix, projectionMatrix, in drawFingerPainting() local
260 float[][] matrices = {viewMatrix, projectionMatrix, in drawPointCloud() local
310 float[][] matrices = {initRot, model, viewMatrix, projectionMatrix, in drawPlanes() local
/third_party/boost/libs/compute/example/
Dbatched_determinant.cpp47 std::vector<Eigen::Matrix4f> matrices(n); in main() local
/third_party/flutter/skia/gm/
Dlocalmatriximagefilter.cpp61 const SkMatrix matrices[] = { variable
Ddrawimageset.cpp117 SkMatrix matrices[4]; in onDraw() local
216 SkMatrix matrices[5]; in onDraw() local
Dperspimages.cpp47 SkTDArray<SkMatrix> matrices; in onDraw() local
Dvertices.cpp223 SkTDArray<SkMatrix> matrices; in draw_batching() local
Dshadowutils.cpp92 SkTDArray<SkMatrix> matrices; in draw_paths() local
/third_party/skia/gm/
Dlocalmatriximagefilter.cpp61 const SkMatrix matrices[] = { variable
Dperspimages.cpp46 SkTDArray<SkMatrix> matrices; in onDraw() local
Ddrawimageset.cpp117 SkMatrix matrices[4]; in onDraw() local
222 SkMatrix matrices[5]; in onDraw() local
Dvertices.cpp228 SkTDArray<SkMatrix> matrices; in draw_batching() local
Dshadowutils.cpp92 SkTDArray<SkMatrix> matrices; in draw_paths() local
Dcirculararcs.cpp279 SkTArray<SkMatrix> matrices; variable
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp82 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
160 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
DSkColorFilterShader.cpp67 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
DSkTransformShader.cpp16 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
DSkImageShader.cpp339 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
667 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
676 const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, in makeProgram()
DSkShader.cpp213 const SkMatrixProvider& matrices, const SkMatrix* localM, in program()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/
DCanvasMatrixUtil.java50 float[][] matrices = {planeStickRotation, model, view, projection, viewPort}; in createPerspectiveMatrix() local
/third_party/skia/src/core/
DSkVMBlitter.h68 const SkMatrixProvider& matrices; member
DSkVMBlitter.cpp222 const SkMatrixProvider& matrices, in EffectiveParams()
532 const SkMatrixProvider& matrices, in SkVMBlitter()
751 const SkMatrixProvider& matrices, in Make()
/third_party/flutter/skia/samplecode/
DSampleShadowUtils.cpp173 SkTDArray<SkMatrix> matrices; in onDrawContent() local
/third_party/skia/samplecode/
DSampleShadowUtils.cpp172 SkTDArray<SkMatrix> matrices; in onDrawContent() local
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp368 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix* matrices, int numMatrices) { in drawPathsAndFlush()
503 SkMatrix matrices[3] = { in onRun() local
755 SkMatrix matrices[2] = { in onRun() local

12