Searched refs:__attribute__ (Results 26 - 50 of 145) sorted by relevance

123456

/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dinvert.c19 #define ATTRIBUTE_UNUSED __attribute__((unused))
/frameworks/opt/net/voip/src/jni/rtp/
H A Drtp_jni.cpp24 __attribute__((visibility("default"))) jint JNI_OnLoad(JavaVM *vm, void *)
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp34 float __attribute__((overloadable)) SC_##func(float v) { \
39 float __attribute__((overloadable)) SC_##func(float t, float v) { \
156 void __attribute__((overloadable)) rsMatrixLoadRotate(rs_matrix4x4 *m,
160 void __attribute__((overloadable)) rsMatrixLoadScale(rs_matrix4x4 *m,
164 void __attribute__((overloadable)) rsMatrixLoadTranslate(rs_matrix4x4 *m,
168 void __attribute__((overloadable)) rsMatrixRotate(rs_matrix4x4 *m, float rot,
172 void __attribute__((overloadable)) rsMatrixScale(rs_matrix4x4 *m, float x,
176 void __attribute__((overloadable)) rsMatrixTranslate(rs_matrix4x4 *m, float x,
180 void __attribute__((overloadable)) rsMatrixLoadOrtho(rs_matrix4x4 *m, float l,
184 void __attribute__((overloadabl
[all...]
/frameworks/rs/driver/runtime/
H A Drs_convert.c21 extern typeout##2 __attribute__((const, overloadable)) \
25 extern typeout##3 __attribute__((const, overloadable)) \
29 extern typeout##4 __attribute__((const, overloadable)) \
65 extern float4 __attribute__((overloadable)) rsYuvToRGBA_float4(uchar y, uchar u, uchar v) {
H A Drs_element.c7 extern uint32_t __attribute__((overloadable))
16 extern rs_element __attribute__((overloadable))
29 extern uint32_t __attribute__((overloadable))
38 extern uint32_t __attribute__((overloadable))
60 extern uint32_t __attribute__((overloadable))
69 extern uint32_t __attribute__((overloadable))
78 extern uint32_t __attribute__((overloadable))
87 extern rs_data_type __attribute__((overloadable))
96 extern rs_data_kind __attribute__((overloadable))
105 extern uint32_t __attribute__((overloadabl
[all...]
H A Drs_mesh.c10 extern uint32_t __attribute__((overloadable))
19 extern uint32_t __attribute__((overloadable))
28 extern rs_allocation __attribute__((overloadable))
41 extern rs_allocation __attribute__((overloadable))
54 extern rs_primitive __attribute__((overloadable))
H A Drs_allocation.c5 extern uint32_t __attribute__((overloadable))
11 extern uint32_t __attribute__((overloadable))
17 extern uint32_t __attribute__((overloadable))
23 extern uint32_t __attribute__((overloadable))
29 extern uint32_t __attribute__((overloadable))
36 extern rs_element __attribute__((overloadable))
61 extern void __attribute__((overloadable)) \
63 extern void __attribute__((overloadable)) \
65 extern void __attribute__((overloadable)) \
67 extern void __attribute__((overloadabl
[all...]
H A Drs_matrix.c5 extern float4 __attribute__((overloadable)) convert_float4(uchar4 c);
15 extern void __attribute__((overloadable))
35 extern void __attribute__((overloadable))
47 extern void __attribute__((overloadable))
55 extern void __attribute__((overloadable))
74 extern void __attribute__((overloadable))
86 extern void __attribute__((overloadable))
94 extern void __attribute__((overloadable))
113 extern void __attribute__((overloadable))
132 extern void __attribute__((overloadabl
[all...]
H A Drs_f16_math.c21 extern half __attribute__((overloadable)) copysign(half x, half y) {
31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) {
58 extern int __attribute__((overloadable)) ilogb(half x) {
82 extern half __attribute__((overloadable)) modf(half x, half *iptr) {
117 extern half __attribute__((overloadable)) nextafter(half x, half y) {
H A Drs_quaternion.c11 extern void __attribute__((overloadable))
19 extern void __attribute__((overloadable))
26 extern float __attribute__((overloadable))
31 extern void __attribute__((overloadable))
56 extern void __attribute__((overloadable))
68 extern void __attribute__((overloadable))
76 extern void __attribute__((overloadable))
84 extern void __attribute__((overloadable))
96 extern void __attribute__((overloadable))
108 extern void __attribute__((overloadabl
[all...]
H A Drs_sample.c49 static inline float __attribute__((overloadable))
55 static inline float2 __attribute__((overloadable))
62 static inline float3 __attribute__((overloadable))
69 static inline float4 __attribute__((overloadable))
76 static inline float3 __attribute__((overloadable))
83 static inline float __attribute__((overloadable))
90 static inline float2 __attribute__((overloadable))
98 static inline float3 __attribute__((overloadable))
106 static inline float4 __attribute__((overloadable))
114 static inline float3 __attribute__((overloadabl
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c20 extern short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high);
21 extern uchar4 __attribute__((overloadable)) convert_uchar4(short4);
22 extern uchar4 __attribute__((overloadable)) convert_uchar4(float4);
23 extern float4 __attribute__((overloadable)) convert_float4(uchar4);
24 extern float __attribute__((overloadable)) sqrt(float);
30 extern T __attribute__((overloadable)) clamp(T amount, T low, T high) { \
34 extern T##2 __attribute__((overloadable)) clamp(T##2 amount, T##2 low, T##2 high) { \
41 extern T##3 __attribute__((overloadable)) clamp(T##3 amount, T##3 low, T##3 high) { \
49 extern T##4 __attribute__((overloadable)) clamp(T##4 amount, T##4 low, T##4 high) { \
58 extern T##2 __attribute__((overloadabl
[all...]
H A Dclamp.c20 typedef unsigned long long ull2 __attribute__((ext_vector_type(2)));
21 typedef unsigned long long ull3 __attribute__((ext_vector_type(3)));
22 typedef unsigned long long ull4 __attribute__((ext_vector_type(4)));
25 extern T __attribute__((overloadable)) clamp(T amount, T low, T high) { \
46 extern T##2 __attribute__((overloadable)) clamp(T##2 amount, T##2 low, T##2 high) { \
53 extern T##3 __attribute__((overloadable)) clamp(T##3 amount, T##3 low, T##3 high) { \
61 extern T##4 __attribute__((overloadable)) clamp(T##4 amount, T##4 low, T##4 high) { \
70 extern T##2 __attribute__((overloadable)) clamp(T##2 amount, T low, T high) { \
77 extern T##3 __attribute__((overloadable)) clamp(T##3 amount, T low, T high) { \
85 extern T##4 __attribute__((overloadabl
[all...]
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs25 void __attribute__((invoke_cpu)) findBestFit(rs_allocation poly,
77 float3 __attribute__((kernel)) laplacian( uint32_t x, uint32_t y) {
91 float3 __attribute__((kernel)) convert_to_f(uchar4 in) {
95 float3 __attribute__((kernel)) copyMasked(uchar in, uint32_t x, uint32_t y) {
99 uchar4 __attribute__((kernel)) convert_to_uc(float3 in) {
104 uchar4 __attribute__((kernel)) alphaMask(uchar4 in, uint32_t x, uint32_t y) {
112 float3 __attribute__((kernel)) solve1(uchar in, uint32_t x, uint32_t y) {
126 float3 __attribute__((kernel)) solve2(uchar in, uint32_t x, uint32_t y) {
144 float3 __attribute__((kernel))extractBorder(int2 in) {
148 float __attribute__((kerne
[all...]
/frameworks/rs/scriptc/
H A Drs_quaternion.rsh38 static inline void __attribute__((overloadable))
56 static inline void __attribute__((overloadable))
74 static inline float __attribute__((overloadable))
90 static inline void __attribute__((overloadable))
129 static inline void __attribute__((overloadable))
156 static inline void __attribute__((overloadable))
166 static inline void __attribute__((overloadable))
189 static inline void __attribute__((overloadable))
211 static inline void __attribute__((overloadable))
236 static inline void __attribute__((overloadabl
[all...]
/frameworks/av/services/audioflinger/
H A DLinearMap.h159 __attribute__((no_sanitize("integer")))
225 __attribute__((no_sanitize("integer")))
232 __attribute__((no_sanitize("integer")))
240 __attribute__((no_sanitize("integer")))
275 __attribute__((no_sanitize("integer")))
300 __attribute__((no_sanitize("integer")))
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp1212 __attribute__((visibility("default")))
1217 __attribute__((visibility("default")))
1222 __attribute__((visibility("default")))
1227 __attribute__((visibility("default")))
1232 __attribute__((visibility("default")))
1237 __attribute__((visibility("default")))
1242 __attribute__((visibility("default")))
1247 __attribute__((visibility("default")))
1252 __attribute__((visibility("default")))
1257 __attribute__((visibilit
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DStream.h34 } __attribute__((packed));
/frameworks/base/libs/hwui/utils/
H A DMacros.h37 __attribute__((warn_unused_result))
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in) {
37 uchar4 __attribute__((kernel)) root4(uchar4 in) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in) {
37 uchar4 __attribute__((kernel)) root4(uchar4 in) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in) {
37 uchar4 __attribute__((kernel)) root4(uchar4 in) {
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dlevels_f.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in) {
48 float4 __attribute__((kernel)) levels_v4(float4 in) {
/frameworks/native/opengl/libs/EGL/
H A DLoader.h67 static __attribute__((noinline))
/frameworks/native/vulkan/include/vulkan/
H A Dvk_platform.h61 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))

Completed in 826 milliseconds

123456