Searched refs:int3 (Results 1 - 14 of 14) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs62 int3 i3;
63 int3 i3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_convert.rsh92 convert_float3(int3 v);
155 convert_char3(int3 v);
218 convert_uchar3(int3 v);
281 convert_short3(int3 v);
344 convert_ushort3(int3 v);
361 extern int3 __attribute__((const, overloadable))
370 extern int3 __attribute__((const, overloadable))
379 extern int3 __attribute__((const, overloadable))
388 extern int3 __attribute__((const, overloadable))
397 extern int3 __attribute_
[all...]
H A Drs_value_types.rsh36 * E.g. float4, int3, double2, ulong4.
459 * int3: Three 32 bit signed integers
464 typedef int __attribute__((ext_vector_type(3))) int3;
H A Drs_math.rsh194 abs(int3 v);
852 extern int3 __attribute__((const, overloadable))
853 clamp(int3 value, int3 min_value, int3 max_value);
987 extern int3 __attribute__((const, overloadable))
988 clamp(int3 value, int min_value, int max_value);
1137 extern int3 __attribute__((const, overloadable))
1138 clz(int3 value);
2045 frexp(float3 v, int3* exponen
[all...]
H A Drs_allocation_data.rsh239 extern int3 __attribute__((overloadable))
389 extern int3 __attribute__((overloadable))
539 extern int3 __attribute__((overloadable))
720 rsAllocationVStoreX_int3(rs_allocation a, int3 val, uint32_t x);
870 rsAllocationVStoreX_int3(rs_allocation a, int3 val, uint32_t x, uint32_t y);
1020 rsAllocationVStoreX_int3(rs_allocation a, int3 val, uint32_t x, uint32_t y, uint32_t z);
1278 static inline int3 __attribute__((overloadable))
1280 return ((int3 *)rsGetElementAt(a, x))[0];
1558 static inline int3 __attribute__((overloadable))
1560 return ((int3 *)rsGetElementA
[all...]
H A Drs_debug.rsh62 rsDebug(const char* message, int3 a);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dvr.rs84 static int isInBrick(int3 p) {
119 int3 ip = convert_int3(p);
135 int3 ip = convert_int3(p);
184 int3 ip = convert_int3(p);
/frameworks/rs/api/
H A Drs_value_types.spec34 E.g. @float4, @int3, @double2, @ulong4.
486 type: int3
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c298 extern int3 __attribute__((overloadable)) max(int3 v1, int3 v2) {
299 int3 r;
499 extern int3 __attribute__((overloadable)) min(int3 v1, int3 v2) {
500 int3 r;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h42 typedef int int3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/
H A Drs_cl.c5 extern float3 __attribute__((overloadable)) convert_float3(int3 c);
9 extern int3 __attribute__((overloadable)) convert_int3(float3 c);
55 extern int3 __attribute__((overloadable)) fnc(float3 v) { \
56 int3 r; \
124 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 v2) { \
211 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 *v2) { \
274 fnc(float3 v1, float3 v2, int3 *v3) { \
1598 float3 __attribute__((overloadable)) native_##fn(float3 v1, int3 v2) { return fn(v1, v2);} \
1772 extern half3 __attribute__((overloadable)) fn(half3 v1, int3 v2) { \
1985 extern half3 __attribute__((overloadable)) frexp(half3 v1, int3 *ept
[all...]
H A Drs_core.c263 PRIM_DEBUG(int3)
H A Drs_allocation.c325 ELEMENT_AT(int3)
475 VOP(int3)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp62 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
568 ELEMENT_AT(int3, RS_TYPE_SIGNED_32, 3)
1276 void rsDebug(const char *s, const int3 *i3) {
1277 int3 i = *i3;

Completed in 191 milliseconds