/third_party/vk-gl-cts/external/amber/src/docs/ |
D | memory_layout.md | 109 ### STD140 121 ### STD430 140 ### STD140 152 ### STD430
|
/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/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
|
D | bleed.cpp | 225 std::vector<SkMatrix> matrices; in onDraw() local
|
D | blurrect.cpp | 516 std::vector<SkMatrix> matrices; local
|
/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()
|
D | SkPictureShader.cpp | 298 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
|
/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()
|
D | SkDraw_vertices.cpp | 122 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
|
D | SkPicturePlayback.cpp | 384 SkTArray<SkMatrix> matrices(matrixCount); in handleOp() local
|
D | SkRuntimeEffect.cpp | 1023 const SkMatrixProvider& matrices, const SkMatrix* localM, in onProgram()
|
/third_party/skia/samplecode/ |
D | SampleShadowUtils.cpp | 172 SkTDArray<SkMatrix> matrices; in onDrawContent() local
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkcolorconvert.c | 696 struct ColorMatrices matrices; member
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 638 } matrices[] = { { "a_mat2", 2, 2 }, { "a_mat2x3", 2, 3 }, { "a_mat2x4", 2, 4 }, in getDefaultVertexArrays() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 562 } matrices[] = in getDefaultVertexArrays() local
|