Searched refs:short3 (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs44 short3 s3;
45 short3 s3i = {1, 2, 3};
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp270 (out_s.xyz * ((short3)255 - (short3)in_s.w))) >> (short3)8;
290 (in_s.xyz * ((short3)255 - (short3)out_s.w))) >> (short3)8;
H A DrsCpuRuntimeStubs.cpp45 typedef short short3 __attribute__((ext_vector_type(3))); typedef
148 static void SC_debugS3(const char *s, const short3 *c) {
149 ALOGD("short3 %s {%hd, %hd, %hd} 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->x, c->y, c->z);
H A DrsCpuIntrinsicInlines.h39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/scriptc/
H A Drs_debug.rsh176 rsDebug(const char *, short3);
H A Drs_allocation.rsh184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
400 VOP(short3)
H A Drs_core_math.rsh81 extern ushort3 __attribute__((const, overloadable))abs(short3 value);
828 extern short3 __attribute__((const, overloadable))clamp(short3 value, short3 min_value, short3 max_value);
1205 extern short3 __attribute__((const, overloadable))clamp(short3 value, short min_value, short max_value);
1512 extern short3 __attribute__((const, overloadable))clz(short3 value);
1724 * Component wise conversion from short3 t
[all...]
H A Drs_types.rsh332 typedef short short3 __attribute__((ext_vector_type(3)));
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c266 extern short3 __attribute__((overloadable)) max(short3 v1, short3 v2) {
267 short3 r;
467 extern short3 __attribute__((overloadable)) min(short3 v1, short3 v2) {
468 short3 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c190 PRIM_DEBUG(short3)
H A Drs_allocation.c253 ELEMENT_AT(short3)
373 VOP(short3)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp50 typedef int16_t short3 __attribute__((ext_vector_type(3))); typedef
910 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
1669 static void SC_debugS3(const char *s, short3 c) {
1825 void rsDebug(const char *s, const short3 *c) {

Completed in 7867 milliseconds