Home
last modified time | relevance | path

Searched full:operate (Results 1 – 25 of 5172) sorted by relevance

12345678910>>...207

/aosp_15_r20/external/skia/resources/sksl/errors/
H A DInvalidAtomicOperations.compute76 type mismatch: '=' cannot operate on 'atomicUint', 'int'
78 '+' cannot operate on 'atomicUint'
79 '-' cannot operate on 'atomicUint'
80 '!' cannot operate on 'atomicUint'
81 '~' cannot operate on 'atomicUint'
82 '++' cannot operate on 'atomicUint'
83 '--' cannot operate on 'atomicUint'
84 '++' cannot operate on 'atomicUint'
85 '--' cannot operate on 'atomicUint'
86 '-' cannot operate on 'atomicUint'
[all …]
H A DMismatchedNumbersES3.sksl48 type mismatch: '=' cannot operate on 'uint', 'float'
49 type mismatch: '=' cannot operate on 'int', 'uint'
50 type mismatch: '=' cannot operate on 'float', 'uint'
51 type mismatch: '=' cannot operate on 'uint', 'int'
52 type mismatch: '=' cannot operate on 'uint', 'float'
53 type mismatch: '+' cannot operate on 'uint', 'float'
54 type mismatch: '-' cannot operate on 'uint', 'float'
55 type mismatch: '*' cannot operate on 'uint', 'float'
56 type mismatch: '/' cannot operate on 'uint', 'float'
57 type mismatch: '+' cannot operate on 'float', 'uint'
[all …]
H A DBooleanArithmetic.sksl29 type mismatch: '+' cannot operate on 'bool', 'bool'
30 type mismatch: '-' cannot operate on 'bool', 'bool'
31 type mismatch: '*' cannot operate on 'bool', 'bool'
32 type mismatch: '/' cannot operate on 'bool', 'bool'
33 type mismatch: '%' cannot operate on 'bool', 'bool'
34 type mismatch: '<<' cannot operate on 'bool', 'bool'
35 type mismatch: '>>' cannot operate on 'bool', 'bool'
36 '-' cannot operate on 'bool'
37 '~' cannot operate on 'bool'
38 type mismatch: '&' cannot operate on 'bool', 'bool'
[all …]
H A DBinaryTypeCoercion.sksl58 type mismatch: '=' cannot operate on 'half', 'float'
59 type mismatch: '=' cannot operate on 'half', 'float'
60 type mismatch: '*=' cannot operate on 'half', 'float'
61 type mismatch: '=' cannot operate on 'half4', 'float4'
62 type mismatch: '=' cannot operate on 'half4', 'float4'
63 type mismatch: '*=' cannot operate on 'half4', 'float4'
64 type mismatch: '=' cannot operate on 'half4', 'float4'
65 type mismatch: '=' cannot operate on 'half4', 'float4'
66 type mismatch: '=' cannot operate on 'half4', 'float4'
67 type mismatch: '=' cannot operate on 'half4', 'float4'
[all …]
H A DMismatchedNumbers.rts45 type mismatch: '=' cannot operate on 'int', 'float'
46 type mismatch: '=' cannot operate on 'int', 'float'
47 type mismatch: '=' cannot operate on 'float', 'int'
48 type mismatch: '+' cannot operate on 'int', 'float'
49 type mismatch: '-' cannot operate on 'int', 'float'
50 type mismatch: '*' cannot operate on 'int', 'float'
51 type mismatch: '/' cannot operate on 'int', 'float'
52 type mismatch: '+' cannot operate on 'float', 'int'
53 type mismatch: '-' cannot operate on 'float', 'int'
54 type mismatch: '*' cannot operate on 'float', 'int'
[all …]
H A DComparisonDimensional.rts23 type mismatch: '==' cannot operate on 'float2', 'float'
24 type mismatch: '==' cannot operate on 'float2', 'float2x2'
25 type mismatch: '==' cannot operate on 'float2x2', 'float'
26 type mismatch: '==' cannot operate on 'float', 'float2'
27 type mismatch: '==' cannot operate on 'float2x2', 'float2'
28 type mismatch: '==' cannot operate on 'float', 'float2x2'
29 type mismatch: '!=' cannot operate on 'float2', 'float'
30 type mismatch: '!=' cannot operate on 'float2', 'float2x2'
31 type mismatch: '!=' cannot operate on 'float2x2', 'float'
32 type mismatch: '!=' cannot operate on 'float', 'float2'
[all …]
H A DBinaryInvalidType.rts58 type mismatch: '*' cannot operate on '<INVALID>', 'int'
59 type mismatch: '*' cannot operate on 'int', '<INVALID>'
60 type mismatch: '*' cannot operate on '<INVALID>', '<INVALID>'
61 type mismatch: '*' cannot operate on 'S', 'int'
62 type mismatch: '*' cannot operate on 'int', 'S'
63 type mismatch: '*' cannot operate on 'S', 'S'
64 type mismatch: '*' cannot operate on 'shader', 'int'
65 type mismatch: '*' cannot operate on 'int', 'shader'
66 type mismatch: '*' cannot operate on 'shader', 'shader'
67 type mismatch: '*' cannot operate on 'int[1]', 'int'
[all …]
H A DBitShiftFloat.rts18 type mismatch: '>>=' cannot operate on 'float', 'int'
19 type mismatch: '<<=' cannot operate on 'float', 'int'
20 type mismatch: '&=' cannot operate on 'float', 'int'
21 type mismatch: '|=' cannot operate on 'float', 'int'
22 type mismatch: '^=' cannot operate on 'float', 'int'
23 type mismatch: '>>' cannot operate on 'float', 'int'
24 type mismatch: '<<' cannot operate on 'float', 'int'
25 type mismatch: '&' cannot operate on 'float', 'int'
26 type mismatch: '|' cannot operate on 'float', 'int'
27 type mismatch: '^' cannot operate on 'float', 'int'
H A DBitShiftFloatMatrix.rts18 type mismatch: '>>=' cannot operate on 'float2x2', 'int'
19 type mismatch: '<<=' cannot operate on 'float2x2', 'int'
20 type mismatch: '&=' cannot operate on 'float2x2', 'int'
21 type mismatch: '|=' cannot operate on 'float2x2', 'int'
22 type mismatch: '^=' cannot operate on 'float2x2', 'int'
23 type mismatch: '>>' cannot operate on 'float2x2', 'int'
24 type mismatch: '<<' cannot operate on 'float2x2', 'int'
25 type mismatch: '&' cannot operate on 'float2x2', 'int'
26 type mismatch: '|' cannot operate on 'float2x2', 'int'
27 type mismatch: '^' cannot operate on 'float2x2', 'int'
H A DBitShiftFloatVector.rts18 type mismatch: '>>=' cannot operate on 'float2', 'int'
19 type mismatch: '<<=' cannot operate on 'float2', 'int'
20 type mismatch: '&=' cannot operate on 'float2', 'int'
21 type mismatch: '|=' cannot operate on 'float2', 'int'
22 type mismatch: '^=' cannot operate on 'float2', 'int'
23 type mismatch: '>>' cannot operate on 'float2', 'int'
24 type mismatch: '<<' cannot operate on 'float2', 'int'
25 type mismatch: '&' cannot operate on 'float2', 'int'
26 type mismatch: '|' cannot operate on 'float2', 'int'
27 type mismatch: '^' cannot operate on 'float2', 'int'
/aosp_15_r20/external/skia/tests/sksl/errors/
H A DMismatchedNumbersES3.glsl3 error: 17: type mismatch: '=' cannot operate on 'uint', 'float'
6 error: 18: type mismatch: '=' cannot operate on 'int', 'uint'
9 error: 19: type mismatch: '=' cannot operate on 'float', 'uint'
12 error: 20: type mismatch: '=' cannot operate on 'uint', 'int'
15 error: 21: type mismatch: '=' cannot operate on 'uint', 'float'
18 error: 22: type mismatch: '+' cannot operate on 'uint', 'float'
21 error: 23: type mismatch: '-' cannot operate on 'uint', 'float'
24 error: 24: type mismatch: '*' cannot operate on 'uint', 'float'
27 error: 25: type mismatch: '/' cannot operate on 'uint', 'float'
30 error: 26: type mismatch: '+' cannot operate on 'float', 'uint'
[all …]
H A DInvalidAtomicOperations.glsl3 error: 18: type mismatch: '=' cannot operate on 'atomicUint', 'int'
9 error: 21: '+' cannot operate on 'atomicUint'
12 error: 22: '-' cannot operate on 'atomicUint'
15 error: 23: '!' cannot operate on 'atomicUint'
18 error: 24: '~' cannot operate on 'atomicUint'
21 error: 26: '++' cannot operate on 'atomicUint'
24 error: 27: '--' cannot operate on 'atomicUint'
27 error: 28: '++' cannot operate on 'atomicUint'
30 error: 29: '--' cannot operate on 'atomicUint'
33 error: 31: '-' cannot operate on 'atomicUint'
[all …]
H A DBooleanArithmetic.glsl3 error: 1: type mismatch: '+' cannot operate on 'bool', 'bool'
6 error: 2: type mismatch: '-' cannot operate on 'bool', 'bool'
9 error: 3: type mismatch: '*' cannot operate on 'bool', 'bool'
12 error: 4: type mismatch: '/' cannot operate on 'bool', 'bool'
15 error: 5: type mismatch: '%' cannot operate on 'bool', 'bool'
18 error: 6: type mismatch: '<<' cannot operate on 'bool', 'bool'
21 error: 7: type mismatch: '>>' cannot operate on 'bool', 'bool'
24 error: 8: '-' cannot operate on 'bool'
27 error: 9: '~' cannot operate on 'bool'
30 error: 10: type mismatch: '&' cannot operate on 'bool', 'bool'
[all …]
H A DBinaryTypeCoercion.glsl3 error: 11: type mismatch: '=' cannot operate on 'half', 'float'
6 error: 12: type mismatch: '=' cannot operate on 'half', 'float'
9 error: 13: type mismatch: '*=' cannot operate on 'half', 'float'
12 error: 18: type mismatch: '=' cannot operate on 'half4', 'float4'
15 error: 19: type mismatch: '=' cannot operate on 'half4', 'float4'
18 error: 20: type mismatch: '*=' cannot operate on 'half4', 'float4'
21 error: 24: type mismatch: '=' cannot operate on 'half4', 'float4'
24 error: 25: type mismatch: '=' cannot operate on 'half4', 'float4'
27 error: 30: type mismatch: '=' cannot operate on 'half4', 'float4'
30 error: 31: type mismatch: '=' cannot operate on 'half4', 'float4'
[all …]
H A DMismatchedNumbers.glsl3 error: 16: type mismatch: '=' cannot operate on 'int', 'float'
6 error: 17: type mismatch: '=' cannot operate on 'int', 'float'
9 error: 18: type mismatch: '=' cannot operate on 'float', 'int'
12 error: 19: type mismatch: '+' cannot operate on 'int', 'float'
15 error: 20: type mismatch: '-' cannot operate on 'int', 'float'
18 error: 21: type mismatch: '*' cannot operate on 'int', 'float'
21 error: 22: type mismatch: '/' cannot operate on 'int', 'float'
24 error: 23: type mismatch: '+' cannot operate on 'float', 'int'
27 error: 24: type mismatch: '-' cannot operate on 'float', 'int'
30 error: 25: type mismatch: '*' cannot operate on 'float', 'int'
[all …]
H A DComparisonDimensional.glsl3 error: 5: type mismatch: '==' cannot operate on 'float2', 'float'
6 error: 5: type mismatch: '==' cannot operate on 'float2', 'float2x2'
9 error: 5: type mismatch: '==' cannot operate on 'float2x2', 'float'
12 error: 6: type mismatch: '==' cannot operate on 'float', 'float2'
15 error: 6: type mismatch: '==' cannot operate on 'float2x2', 'float2'
18 error: 6: type mismatch: '==' cannot operate on 'float', 'float2x2'
21 error: 7: type mismatch: '!=' cannot operate on 'float2', 'float'
24 error: 7: type mismatch: '!=' cannot operate on 'float2', 'float2x2'
27 error: 7: type mismatch: '!=' cannot operate on 'float2x2', 'float'
30 error: 8: type mismatch: '!=' cannot operate on 'float', 'float2'
[all …]
H A DBinaryInvalidType.glsl3 error: 2: type mismatch: '*' cannot operate on '<INVALID>', 'int'
6 error: 6: type mismatch: '*' cannot operate on 'int', '<INVALID>'
9 error: 10: type mismatch: '*' cannot operate on '<INVALID>', '<INVALID>'
12 error: 18: type mismatch: '*' cannot operate on 'S', 'int'
15 error: 22: type mismatch: '*' cannot operate on 'int', 'S'
18 error: 26: type mismatch: '*' cannot operate on 'S', 'S'
21 error: 32: type mismatch: '*' cannot operate on 'shader', 'int'
24 error: 36: type mismatch: '*' cannot operate on 'int', 'shader'
27 error: 40: type mismatch: '*' cannot operate on 'shader', 'shader'
30 error: 46: type mismatch: '*' cannot operate on 'int[1]', 'int'
[all …]
H A DBitShiftFloatVector.glsl3 error: 5: type mismatch: '>>=' cannot operate on 'float2', 'int'
6 error: 6: type mismatch: '<<=' cannot operate on 'float2', 'int'
9 error: 7: type mismatch: '&=' cannot operate on 'float2', 'int'
12 error: 8: type mismatch: '|=' cannot operate on 'float2', 'int'
15 error: 9: type mismatch: '^=' cannot operate on 'float2', 'int'
18 error: 11: type mismatch: '>>' cannot operate on 'float2', 'int'
21 error: 12: type mismatch: '<<' cannot operate on 'float2', 'int'
24 error: 13: type mismatch: '&' cannot operate on 'float2', 'int'
27 error: 14: type mismatch: '|' cannot operate on 'float2', 'int'
30 error: 15: type mismatch: '^' cannot operate on 'float2', 'int'
H A DBitShiftFloat.glsl3 error: 5: type mismatch: '>>=' cannot operate on 'float', 'int'
6 error: 6: type mismatch: '<<=' cannot operate on 'float', 'int'
9 error: 7: type mismatch: '&=' cannot operate on 'float', 'int'
12 error: 8: type mismatch: '|=' cannot operate on 'float', 'int'
15 error: 9: type mismatch: '^=' cannot operate on 'float', 'int'
18 error: 11: type mismatch: '>>' cannot operate on 'float', 'int'
21 error: 12: type mismatch: '<<' cannot operate on 'float', 'int'
24 error: 13: type mismatch: '&' cannot operate on 'float', 'int'
27 error: 14: type mismatch: '|' cannot operate on 'float', 'int'
30 error: 15: type mismatch: '^' cannot operate on 'float', 'int'
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dpersistable_bundle.h177 * \param pBundle to operate on
189 * \param pBundle to operate on
202 * \param pBundle to operate on
215 * \param pBundle to operate on
228 * \param pBundle to operate on
242 * \param pBundle to operate on
256 * \param pBundle to operate on
272 * \param pBundle to operate on
288 * \param pBundle to operate on
304 * \param pBundle to operate on
[all …]
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/
Dpersistable_bundle.h177 * \param pBundle to operate on
189 * \param pBundle to operate on
202 * \param pBundle to operate on
215 * \param pBundle to operate on
228 * \param pBundle to operate on
242 * \param pBundle to operate on
256 * \param pBundle to operate on
272 * \param pBundle to operate on
288 * \param pBundle to operate on
304 * \param pBundle to operate on
[all …]
/aosp_15_r20/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dpersistable_bundle.h177 * \param pBundle to operate on
189 * \param pBundle to operate on
202 * \param pBundle to operate on
215 * \param pBundle to operate on
228 * \param pBundle to operate on
242 * \param pBundle to operate on
256 * \param pBundle to operate on
272 * \param pBundle to operate on
288 * \param pBundle to operate on
304 * \param pBundle to operate on
[all …]
/aosp_15_r20/external/libmpeg2/common/armv8/
H A Dimpeg2_inter_pred.s359 urhadd v0.16b, v0.16b , v8.16b //operate on row1 and row3
360 urhadd v1.16b, v1.16b , v9.16b //operate on row1 and row3
362 urhadd v2.16b, v2.16b , v12.16b //operate on row5 and row7
363 urhadd v3.16b, v3.16b , v13.16b //operate on row5 and row7
366 urhadd v4.16b, v4.16b , v16.16b //operate on row2 and row4
367 urhadd v5.16b, v5.16b , v17.16b //operate on row2 and row4
370 urhadd v6.16b, v6.16b , v20.16b //operate on row6 and row8
371 urhadd v7.16b, v7.16b , v21.16b //operate on row6 and row8
494 uaddl v0.8h, v0.8b, v1.8b //operate row1
496 uaddl v2.8h, v2.8b, v3.8b //operate row5
[all …]
/aosp_15_r20/external/skia/resources/sksl/runtime_errors/
H A DIllegalArrayOps.rts45 operator '=' can not operate on arrays (or structs containing arrays)
46 operator '=' can not operate on arrays (or structs containing arrays)
47 operator '=' can not operate on arrays (or structs containing arrays)
53 operator '==' can not operate on arrays (or structs containing arrays)
54 operator '==' can not operate on arrays (or structs containing arrays)
55 operator '==' can not operate on arrays (or structs containing arrays)
56 operator '!=' can not operate on arrays (or structs containing arrays)
57 operator '!=' can not operate on arrays (or structs containing arrays)
58 operator '!=' can not operate on arrays (or structs containing arrays)
59 operator ',' can not operate on arrays (or structs containing arrays)
[all …]
/aosp_15_r20/external/libmpeg2/common/arm/
H A Dimpeg2_inter_pred.s349 vrhadd.u8 q0, q0, q12 @operate on row1 and row3
351 vrhadd.u8 q1, q1, q14 @operate on row5 and row7
354 vrhadd.u8 q2, q2, q8 @operate on row2 and row4
358 vrhadd.u8 q3, q3, q10 @operate on row6 and row8
480 vaddl.u8 q0, d0, d1 @operate row1
482 vaddl.u8 q1, d2, d3 @operate row5
484 vaddl.u8 q2, d4, d5 @operate row2
486 vaddl.u8 q3, d6, d7 @operate row6
488 vaddl.u8 q4, d8, d9 @operate row3
490 vaddl.u8 q5, d10, d11 @operate row7
[all …]

12345678910>>...207