| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | parser_impl_type_decl_test.cc | 712 struct MatrixData { struct 718 inline std::ostream& operator<<(std::ostream& out, MatrixData data) { in operator <<() 723 class MatrixTest : public ParserImplTestWithParam<MatrixData> {}; 742 testing::Values(MatrixData{"mat2x2<f32>", 2, 2, {{1u, 1u}, {1u, 12u}}}, 743 MatrixData{"mat2x3<f32>", 2, 3, {{1u, 1u}, {1u, 12u}}}, 744 MatrixData{"mat2x4<f32>", 2, 4, {{1u, 1u}, {1u, 12u}}}, 745 MatrixData{"mat3x2<f32>", 3, 2, {{1u, 1u}, {1u, 12u}}}, 746 MatrixData{"mat3x3<f32>", 3, 3, {{1u, 1u}, {1u, 12u}}}, 747 MatrixData{"mat3x4<f32>", 3, 4, {{1u, 1u}, {1u, 12u}}}, 748 MatrixData{"mat4x2<f32>", 4, 2, {{1u, 1u}, {1u, 12u}}}, [all …]
|
| /third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
| D | cuda-converter.c | 1481 } MatrixData; typedef 1484 color_matrix_set_identity (MatrixData * m) in color_matrix_set_identity() 1496 color_matrix_copy (MatrixData * d, const MatrixData * s) in color_matrix_copy() 1510 color_matrix_multiply (MatrixData * dst, MatrixData * a, MatrixData * b) in color_matrix_multiply() 1512 MatrixData tmp; in color_matrix_multiply() 1528 color_matrix_offset_components (MatrixData * m, gdouble a1, gdouble a2, in color_matrix_offset_components() 1531 MatrixData a; in color_matrix_offset_components() 1541 color_matrix_scale_components (MatrixData * m, gdouble a1, gdouble a2, in color_matrix_scale_components() 1544 MatrixData a; in color_matrix_scale_components() 1554 color_matrix_debug (const MatrixData * s) in color_matrix_debug() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | UniformsPerf.cpp | 151 using MatrixData = std::array<std::vector<Matrix4>, 2>; typedef in __anon3eefd9ac0111::UniformsBenchmark 152 MatrixData mMatrixData; 412 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() 423 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() 434 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() 445 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
|
| /third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
| D | gstd3d11converter.cpp | 472 } MatrixData; typedef 475 color_matrix_set_identity (MatrixData * m) in color_matrix_set_identity() 487 color_matrix_copy (MatrixData * d, const MatrixData * s) in color_matrix_copy() 501 color_matrix_multiply (MatrixData * dst, MatrixData * a, MatrixData * b) in color_matrix_multiply() 503 MatrixData tmp; in color_matrix_multiply() 519 color_matrix_offset_components (MatrixData * m, gfloat a1, gfloat a2, gfloat a3) in color_matrix_offset_components() 521 MatrixData a; in color_matrix_offset_components() 531 color_matrix_scale_components (MatrixData * m, gfloat a1, gfloat a2, gfloat a3) in color_matrix_scale_components() 533 MatrixData a; in color_matrix_scale_components() 543 color_matrix_debug (GstD3D11Converter * self, const MatrixData * s) in color_matrix_debug() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | UniformsPerf.cpp | 146 using MatrixData = std::array<std::vector<Matrix4>, 2>; typedef in __anond5a1f1b70111::UniformsBenchmark 147 MatrixData mMatrixData; 415 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() 426 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() 437 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() 448 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
| D | video-converter.c | 293 typedef struct _MatrixData MatrixData; typedef 308 void (*matrix_func) (MatrixData * data, gpointer pixels); 401 MatrixData to_RGB_matrix; 418 MatrixData convert_matrix; 430 MatrixData to_YUV_matrix; 899 color_matrix_set_identity (MatrixData * m) in color_matrix_set_identity() 911 color_matrix_copy (MatrixData * d, const MatrixData * s) in color_matrix_copy() 925 color_matrix_multiply (MatrixData * dst, MatrixData * a, MatrixData * b) in color_matrix_multiply() 927 MatrixData tmp; in color_matrix_multiply() 943 color_matrix_invert (MatrixData * d, MatrixData * s) in color_matrix_invert() [all …]
|