/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_matrix.c | 56 rsMatrixLoad(rs_matrix4x4 *m, const float *f) { in rsMatrixLoad() function 75 rsMatrixLoad(rs_matrix3x3 *m, const float *f) { in rsMatrixLoad() function 87 rsMatrixLoad(rs_matrix2x2 *m, const float *f) { in rsMatrixLoad() function 95 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix4x4 *s) { in rsMatrixLoad() function 114 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix3x3 *v) { in rsMatrixLoad() function 133 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix2x2 *v) { in rsMatrixLoad() function 152 rsMatrixLoad(rs_matrix3x3 *m, const rs_matrix3x3 *s) { in rsMatrixLoad() function 164 rsMatrixLoad(rs_matrix2x2 *m, const rs_matrix2x2 *s) { in rsMatrixLoad() function 261 rsMatrixLoad(ret, &result); in rsMatrixLoadMultiply() 288 rsMatrixLoad(ret, &result); in rsMatrixLoadMultiply() [all …]
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_matrix.rsh | 220 * rsMatrixLoad: Load or copy a matrix 244 rsMatrixLoad(rs_matrix4x4* destination, const float* array); 247 rsMatrixLoad(rs_matrix3x3* destination, const float* array); 250 rsMatrixLoad(rs_matrix2x2* destination, const float* array); 253 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix4x4* source); 256 rsMatrixLoad(rs_matrix3x3* destination, const rs_matrix3x3* source); 259 rsMatrixLoad(rs_matrix2x2* destination, const rs_matrix2x2* source); 262 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix3x3* source); 265 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix2x2* source);
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 1222 rsMatrixLoad(&m4x4, fa); 1223 rsMatrixLoad(&m3x3, fa); 1224 rsMatrixLoad(&m2x2, fa); 1225 rsMatrixLoad(&m4x4, &m4x4); 1226 rsMatrixLoad(&m4x4, &m3x3); 1227 rsMatrixLoad(&m4x4, &m2x2); 1228 rsMatrixLoad(&m3x3, &m3x3); 1229 rsMatrixLoad(&m2x2, &m2x2);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 1237 rsMatrixLoad(&m4x4, fa); 1238 rsMatrixLoad(&m3x3, fa); 1239 rsMatrixLoad(&m2x2, fa); 1240 rsMatrixLoad(&m4x4, &m4x4); 1241 rsMatrixLoad(&m4x4, &m3x3); 1242 rsMatrixLoad(&m4x4, &m2x2); 1243 rsMatrixLoad(&m3x3, &m3x3); 1244 rsMatrixLoad(&m2x2, &m2x2);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 1239 rsMatrixLoad(&m4x4, fa); 1240 rsMatrixLoad(&m3x3, fa); 1241 rsMatrixLoad(&m2x2, fa); 1242 rsMatrixLoad(&m4x4, &m4x4); 1243 rsMatrixLoad(&m4x4, &m3x3); 1244 rsMatrixLoad(&m4x4, &m2x2); 1245 rsMatrixLoad(&m3x3, &m3x3); 1246 rsMatrixLoad(&m2x2, &m2x2);
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_matrix.spec | 38 rsMatrixLoad<i>Transformation</i> and rsMatrix<i>Transformation</i>. The former 212 function: rsMatrixLoad 237 function: rsMatrixLoad 245 function: rsMatrixLoad
|
/aosp12/frameworks/compile/slang/tests/P_all_api_11/ |
H A D | all11.rscript | 3061 rsMatrixLoad((rs_matrix4x4*) buf1882, (const float*) buf1883); 3062 rsMatrixLoad((rs_matrix3x3*) buf1884, (const float*) buf1885); 3063 rsMatrixLoad((rs_matrix2x2*) buf1886, (const float*) buf1887); 3064 rsMatrixLoad((rs_matrix4x4*) buf1888, (const rs_matrix4x4*) buf1889); 3065 rsMatrixLoad((rs_matrix3x3*) buf1890, (const rs_matrix3x3*) buf1891); 3066 rsMatrixLoad((rs_matrix2x2*) buf1892, (const rs_matrix2x2*) buf1893); 3067 rsMatrixLoad((rs_matrix4x4*) buf1894, (const rs_matrix3x3*) buf1895); 3068 rsMatrixLoad((rs_matrix4x4*) buf1896, (const rs_matrix2x2*) buf1897);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_12/ |
H A D | all12.rscript | 3061 rsMatrixLoad((rs_matrix4x4*) buf1882, (const float*) buf1883); 3062 rsMatrixLoad((rs_matrix3x3*) buf1884, (const float*) buf1885); 3063 rsMatrixLoad((rs_matrix2x2*) buf1886, (const float*) buf1887); 3064 rsMatrixLoad((rs_matrix4x4*) buf1888, (const rs_matrix4x4*) buf1889); 3065 rsMatrixLoad((rs_matrix3x3*) buf1890, (const rs_matrix3x3*) buf1891); 3066 rsMatrixLoad((rs_matrix2x2*) buf1892, (const rs_matrix2x2*) buf1893); 3067 rsMatrixLoad((rs_matrix4x4*) buf1894, (const rs_matrix3x3*) buf1895); 3068 rsMatrixLoad((rs_matrix4x4*) buf1896, (const rs_matrix2x2*) buf1897);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_13/ |
H A D | all13.rscript | 3061 rsMatrixLoad((rs_matrix4x4*) buf1882, (const float*) buf1883); 3062 rsMatrixLoad((rs_matrix3x3*) buf1884, (const float*) buf1885); 3063 rsMatrixLoad((rs_matrix2x2*) buf1886, (const float*) buf1887); 3064 rsMatrixLoad((rs_matrix4x4*) buf1888, (const rs_matrix4x4*) buf1889); 3065 rsMatrixLoad((rs_matrix3x3*) buf1890, (const rs_matrix3x3*) buf1891); 3066 rsMatrixLoad((rs_matrix2x2*) buf1892, (const rs_matrix2x2*) buf1893); 3067 rsMatrixLoad((rs_matrix4x4*) buf1894, (const rs_matrix3x3*) buf1895); 3068 rsMatrixLoad((rs_matrix4x4*) buf1896, (const rs_matrix2x2*) buf1897);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_14/ |
H A D | all14.rscript | 3147 rsMatrixLoad((rs_matrix4x4*) buf1945, (const float*) buf1946); 3148 rsMatrixLoad((rs_matrix3x3*) buf1947, (const float*) buf1948); 3149 rsMatrixLoad((rs_matrix2x2*) buf1949, (const float*) buf1950); 3150 rsMatrixLoad((rs_matrix4x4*) buf1951, (const rs_matrix4x4*) buf1952); 3151 rsMatrixLoad((rs_matrix3x3*) buf1953, (const rs_matrix3x3*) buf1954); 3152 rsMatrixLoad((rs_matrix2x2*) buf1955, (const rs_matrix2x2*) buf1956); 3153 rsMatrixLoad((rs_matrix4x4*) buf1957, (const rs_matrix3x3*) buf1958); 3154 rsMatrixLoad((rs_matrix4x4*) buf1959, (const rs_matrix2x2*) buf1960);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_15/ |
H A D | all15.rscript | 3147 rsMatrixLoad((rs_matrix4x4*) buf1945, (const float*) buf1946); 3148 rsMatrixLoad((rs_matrix3x3*) buf1947, (const float*) buf1948); 3149 rsMatrixLoad((rs_matrix2x2*) buf1949, (const float*) buf1950); 3150 rsMatrixLoad((rs_matrix4x4*) buf1951, (const rs_matrix4x4*) buf1952); 3151 rsMatrixLoad((rs_matrix3x3*) buf1953, (const rs_matrix3x3*) buf1954); 3152 rsMatrixLoad((rs_matrix2x2*) buf1955, (const rs_matrix2x2*) buf1956); 3153 rsMatrixLoad((rs_matrix4x4*) buf1957, (const rs_matrix3x3*) buf1958); 3154 rsMatrixLoad((rs_matrix4x4*) buf1959, (const rs_matrix2x2*) buf1960);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_16/ |
H A D | all16.rscript | 3251 rsMatrixLoad((rs_matrix4x4*) buf1974, (const float*) buf1975); 3252 rsMatrixLoad((rs_matrix3x3*) buf1976, (const float*) buf1977); 3253 rsMatrixLoad((rs_matrix2x2*) buf1978, (const float*) buf1979); 3254 rsMatrixLoad((rs_matrix4x4*) buf1980, (const rs_matrix4x4*) buf1981); 3255 rsMatrixLoad((rs_matrix3x3*) buf1982, (const rs_matrix3x3*) buf1983); 3256 rsMatrixLoad((rs_matrix2x2*) buf1984, (const rs_matrix2x2*) buf1985); 3257 rsMatrixLoad((rs_matrix4x4*) buf1986, (const rs_matrix3x3*) buf1987); 3258 rsMatrixLoad((rs_matrix4x4*) buf1988, (const rs_matrix2x2*) buf1989);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_17/ |
H A D | all17.rscript | 3411 rsMatrixLoad((rs_matrix4x4*) buf2082, (const float*) buf2083); 3412 rsMatrixLoad((rs_matrix3x3*) buf2084, (const float*) buf2085); 3413 rsMatrixLoad((rs_matrix2x2*) buf2086, (const float*) buf2087); 3414 rsMatrixLoad((rs_matrix4x4*) buf2088, (const rs_matrix4x4*) buf2089); 3415 rsMatrixLoad((rs_matrix3x3*) buf2090, (const rs_matrix3x3*) buf2091); 3416 rsMatrixLoad((rs_matrix2x2*) buf2092, (const rs_matrix2x2*) buf2093); 3417 rsMatrixLoad((rs_matrix4x4*) buf2094, (const rs_matrix3x3*) buf2095); 3418 rsMatrixLoad((rs_matrix4x4*) buf2096, (const rs_matrix2x2*) buf2097);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_18/ |
H A D | all18.rscript | 4001 rsMatrixLoad((rs_matrix4x4*) buf2154, (const float*) buf2155); 4002 rsMatrixLoad((rs_matrix3x3*) buf2156, (const float*) buf2157); 4003 rsMatrixLoad((rs_matrix2x2*) buf2158, (const float*) buf2159); 4004 rsMatrixLoad((rs_matrix4x4*) buf2160, (const rs_matrix4x4*) buf2161); 4005 rsMatrixLoad((rs_matrix3x3*) buf2162, (const rs_matrix3x3*) buf2163); 4006 rsMatrixLoad((rs_matrix2x2*) buf2164, (const rs_matrix2x2*) buf2165); 4007 rsMatrixLoad((rs_matrix4x4*) buf2166, (const rs_matrix3x3*) buf2167); 4008 rsMatrixLoad((rs_matrix4x4*) buf2168, (const rs_matrix2x2*) buf2169);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_19/ |
H A D | all19.rscript | 4281 rsMatrixLoad((rs_matrix4x4*) buf2378, (const float*) buf2379); 4282 rsMatrixLoad((rs_matrix3x3*) buf2380, (const float*) buf2381); 4283 rsMatrixLoad((rs_matrix2x2*) buf2382, (const float*) buf2383); 4284 rsMatrixLoad((rs_matrix4x4*) buf2384, (const rs_matrix4x4*) buf2385); 4285 rsMatrixLoad((rs_matrix3x3*) buf2386, (const rs_matrix3x3*) buf2387); 4286 rsMatrixLoad((rs_matrix2x2*) buf2388, (const rs_matrix2x2*) buf2389); 4287 rsMatrixLoad((rs_matrix4x4*) buf2390, (const rs_matrix3x3*) buf2391); 4288 rsMatrixLoad((rs_matrix4x4*) buf2392, (const rs_matrix2x2*) buf2393);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_20/ |
H A D | all20.rscript | 4307 rsMatrixLoad((rs_matrix4x4*) buf2397, (const float*) buf2398); 4308 rsMatrixLoad((rs_matrix3x3*) buf2399, (const float*) buf2400); 4309 rsMatrixLoad((rs_matrix2x2*) buf2401, (const float*) buf2402); 4310 rsMatrixLoad((rs_matrix4x4*) buf2403, (const rs_matrix4x4*) buf2404); 4311 rsMatrixLoad((rs_matrix3x3*) buf2405, (const rs_matrix3x3*) buf2406); 4312 rsMatrixLoad((rs_matrix2x2*) buf2407, (const rs_matrix2x2*) buf2408); 4313 rsMatrixLoad((rs_matrix4x4*) buf2409, (const rs_matrix3x3*) buf2410); 4314 rsMatrixLoad((rs_matrix4x4*) buf2411, (const rs_matrix2x2*) buf2412);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_21/ |
H A D | all21.rscript | 5250 rsMatrixLoad((rs_matrix4x4*) buf3032, (const float*) buf3033); 5251 rsMatrixLoad((rs_matrix3x3*) buf3034, (const float*) buf3035); 5252 rsMatrixLoad((rs_matrix2x2*) buf3036, (const float*) buf3037); 5253 rsMatrixLoad((rs_matrix4x4*) buf3038, (const rs_matrix4x4*) buf3039); 5254 rsMatrixLoad((rs_matrix3x3*) buf3040, (const rs_matrix3x3*) buf3041); 5255 rsMatrixLoad((rs_matrix2x2*) buf3042, (const rs_matrix2x2*) buf3043); 5256 rsMatrixLoad((rs_matrix4x4*) buf3044, (const rs_matrix3x3*) buf3045); 5257 rsMatrixLoad((rs_matrix4x4*) buf3046, (const rs_matrix2x2*) buf3047);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_22/ |
H A D | all22.rscript | 6150 rsMatrixLoad((rs_matrix4x4*) buf3752, (const float*) buf3753); 6151 rsMatrixLoad((rs_matrix3x3*) buf3754, (const float*) buf3755); 6152 rsMatrixLoad((rs_matrix2x2*) buf3756, (const float*) buf3757); 6153 rsMatrixLoad((rs_matrix4x4*) buf3758, (const rs_matrix4x4*) buf3759); 6154 rsMatrixLoad((rs_matrix3x3*) buf3760, (const rs_matrix3x3*) buf3761); 6155 rsMatrixLoad((rs_matrix2x2*) buf3762, (const rs_matrix2x2*) buf3763); 6156 rsMatrixLoad((rs_matrix4x4*) buf3764, (const rs_matrix3x3*) buf3765); 6157 rsMatrixLoad((rs_matrix4x4*) buf3766, (const rs_matrix2x2*) buf3767);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_23/ |
H A D | all23.rscript | 6094 rsMatrixLoad((rs_matrix4x4*) buf3803, (const float*) buf3804); 6095 rsMatrixLoad((rs_matrix3x3*) buf3805, (const float*) buf3806); 6096 rsMatrixLoad((rs_matrix2x2*) buf3807, (const float*) buf3808); 6097 rsMatrixLoad((rs_matrix4x4*) buf3809, (const rs_matrix4x4*) buf3810); 6098 rsMatrixLoad((rs_matrix3x3*) buf3811, (const rs_matrix3x3*) buf3812); 6099 rsMatrixLoad((rs_matrix2x2*) buf3813, (const rs_matrix2x2*) buf3814); 6100 rsMatrixLoad((rs_matrix4x4*) buf3815, (const rs_matrix3x3*) buf3816); 6101 rsMatrixLoad((rs_matrix4x4*) buf3817, (const rs_matrix2x2*) buf3818);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_24/ |
H A D | all24.rscript | 8503 rsMatrixLoad((rs_matrix4x4*) buf5435, (const float*) buf5436); 8504 rsMatrixLoad((rs_matrix3x3*) buf5437, (const float*) buf5438); 8505 rsMatrixLoad((rs_matrix2x2*) buf5439, (const float*) buf5440); 8506 rsMatrixLoad((rs_matrix4x4*) buf5441, (const rs_matrix4x4*) buf5442); 8507 rsMatrixLoad((rs_matrix3x3*) buf5443, (const rs_matrix3x3*) buf5444); 8508 rsMatrixLoad((rs_matrix2x2*) buf5445, (const rs_matrix2x2*) buf5446); 8509 rsMatrixLoad((rs_matrix4x4*) buf5447, (const rs_matrix3x3*) buf5448); 8510 rsMatrixLoad((rs_matrix4x4*) buf5449, (const rs_matrix2x2*) buf5450);
|