Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/amber/src/docs/
Dmemory_layout.md109 ### STD140
121 ### STD430
140 ### STD140
152 ### STD430
/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/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
Dbleed.cpp225 std::vector<SkMatrix> matrices; in onDraw() local
Dblurrect.cpp516 std::vector<SkMatrix> matrices; local
/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()
DSkPictureShader.cpp298 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
/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()
DSkDraw_vertices.cpp122 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
DSkPicturePlayback.cpp384 SkTArray<SkMatrix> matrices(matrixCount); in handleOp() local
DSkRuntimeEffect.cpp1023 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
/third_party/skia/samplecode/
DSampleShadowUtils.cpp172 SkTDArray<SkMatrix> matrices; in onDrawContent() local
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkcolorconvert.c696 struct ColorMatrices matrices; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp638 } matrices[] = { { "a_mat2", 2, 2 }, { "a_mat2x3", 2, 3 }, { "a_mat2x4", 2, 4 }, in getDefaultVertexArrays() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp562 } matrices[] = in getDefaultVertexArrays() local

12