Searched refs:int3 (Results 1 - 12 of 12) 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_debug.rsh211 rsDebug(const char *, int3);
H A Drs_core_math.rsh117 extern uint3 __attribute__((const, overloadable))abs(int3 value);
932 extern int3 __attribute__((const, overloadable))clamp(int3 value, int3 min_value, int3 max_value);
1283 extern int3 __attribute__((const, overloadable))clamp(int3 value, int min_value, int max_value);
1584 extern int3 __attribute__((const, overloadable))clz(int3 value);
1778 * Component wise conversion from int3 t
[all...]
H A Drs_allocation.rsh192 GET_ELEMENT_AT(int3)
327 SET_ELEMENT_AT(int3)
406 VOP(int3)
H A Drs_types.rsh348 typedef int int3 __attribute__((ext_vector_type(3)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp51 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
172 static void SC_debugI3(const char *s, const int3 *i) {
173 ALOGD("int3 %s {%d, %d, %d} 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->x, i->y, i->z);
H A DrsCpuIntrinsicInlines.h42 typedef int int3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c294 extern int3 __attribute__((overloadable)) max(int3 v1, int3 v2) {
295 int3 r;
495 extern int3 __attribute__((overloadable)) min(int3 v1, int3 v2) {
496 int3 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c196 PRIM_DEBUG(int3)
H A Drs_allocation.c261 ELEMENT_AT(int3)
379 VOP(int3)
H A Drs_cl.c4 extern float3 __attribute__((overloadable)) convert_float3(int3 c);
8 extern int3 __attribute__((overloadable)) convert_int3(float3 c);
54 extern int3 __attribute__((overloadable)) fnc(float3 v) { \
55 int3 r; \
123 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 v2) { \
210 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 *v2) { \
273 fnc(float3 v1, float3 v2, int3 *v3) { \
1444 float3 __attribute__((overloadable)) native_##fn(float3 v1, int3 v2) { return fn(v1, v2);} \
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp56 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
918 ELEMENT_AT(int3, RS_TYPE_SIGNED_32, 3)
1693 static void SC_debugI3(const char *s, int3 i) {
1857 void rsDebug(const char *s, const int3 *c) {

Completed in 1111 milliseconds