/third_party/ltp/testcases/realtime/func/matrix_mult/ |
D | matrix_mult.c | 50 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/ |
D | DrawManager.java | 174 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/ |
D | batched_determinant.cpp | 47 std::vector<Eigen::Matrix4f> matrices(n); in main() local
|
/third_party/flutter/skia/gm/ |
D | localmatriximagefilter.cpp | 61 const SkMatrix matrices[] = { variable
|
D | drawimageset.cpp | 117 SkMatrix matrices[4]; in onDraw() local 216 SkMatrix matrices[5]; in onDraw() local
|
D | perspimages.cpp | 47 SkTDArray<SkMatrix> matrices; in onDraw() local
|
D | vertices.cpp | 223 SkTDArray<SkMatrix> matrices; in draw_batching() local
|
D | shadowutils.cpp | 92 SkTDArray<SkMatrix> matrices; in draw_paths() local
|
/third_party/skia/gm/ |
D | localmatriximagefilter.cpp | 61 const SkMatrix matrices[] = { variable
|
D | perspimages.cpp | 46 SkTDArray<SkMatrix> matrices; in onDraw() local
|
D | drawimageset.cpp | 117 SkMatrix matrices[4]; in onDraw() local 222 SkMatrix matrices[5]; in onDraw() local
|
D | vertices.cpp | 228 SkTDArray<SkMatrix> matrices; in draw_batching() local
|
D | shadowutils.cpp | 92 SkTDArray<SkMatrix> matrices; in draw_paths() local
|
D | circulararcs.cpp | 279 SkTArray<SkMatrix> matrices; variable
|
/third_party/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 82 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram() 160 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
|
D | SkColorFilterShader.cpp | 67 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
|
D | SkTransformShader.cpp | 16 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
|
D | SkImageShader.cpp | 339 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()
|
D | SkShader.cpp | 213 const SkMatrixProvider& matrices, const SkMatrix* localM, in program()
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/ |
D | CanvasMatrixUtil.java | 50 float[][] matrices = {planeStickRotation, model, view, projection, viewPort}; in createPerspectiveMatrix() local
|
/third_party/skia/src/core/ |
D | SkVMBlitter.h | 68 const SkMatrixProvider& matrices; member
|
D | SkVMBlitter.cpp | 222 const SkMatrixProvider& matrices, in EffectiveParams() 532 const SkMatrixProvider& matrices, in SkVMBlitter() 751 const SkMatrixProvider& matrices, in Make()
|
/third_party/flutter/skia/samplecode/ |
D | SampleShadowUtils.cpp | 173 SkTDArray<SkMatrix> matrices; in onDrawContent() local
|
/third_party/skia/samplecode/ |
D | SampleShadowUtils.cpp | 172 SkTDArray<SkMatrix> matrices; in onDrawContent() local
|
/third_party/flutter/skia/tests/ |
D | GrCCPRTest.cpp | 368 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
|