Home
last modified time | relevance | path

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

/external/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
/external/deqp-deps/amber/docs/
Dmemory_layout.md109 ### STD140
121 ### STD430
140 ### STD140
152 ### STD430
/external/skia/gm/
Dlocalmatriximagefilter.cpp61 const SkMatrix matrices[] = { variable
Dperspimages.cpp47 SkTDArray<SkMatrix> matrices; in onDraw() local
Ddrawimageset.cpp119 SkMatrix matrices[4]; in onDraw() local
224 SkMatrix matrices[5]; in onDraw() local
Dvertices.cpp226 SkTDArray<SkMatrix> matrices; in draw_batching() local
Dshadowutils.cpp92 SkTDArray<SkMatrix> matrices; in draw_paths() local
Dcirculararcs.cpp279 SkTArray<SkMatrix> matrices; variable
Dbleed.cpp233 std::vector<SkMatrix> matrices; in onDraw() local
Dblurrect.cpp516 std::vector<SkMatrix> matrices; local
Dmesh.cpp556 SkMatrix matrices[] { in onDraw() local
/external/skia/tools/viewer/
DShadowUtilsSlide.cpp130 SkTDArray<SkMatrix> matrices; in draw() local
/external/skia/src/core/
DSkPicturePlayback.cpp415 SkTArray<SkMatrix> matrices(matrixCount); in handleOp() local
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp638 } matrices[] = { { "a_mat2", 2, 2 }, { "a_mat2x3", 2, 3 }, { "a_mat2x4", 2, 4 }, in getDefaultVertexArrays() local
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp562 } matrices[] = in getDefaultVertexArrays() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1781 } matrices[] = in setupDefaultInputs() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1500 float matrices[SVGA3D_TRANSFORM_MAX][16]; member