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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp245 (out_s.xyz * ((short3)255 - (short3)in_s.w))) >> (short3)8;
263 (in_s.xyz * ((short3)255 - (short3)out_s.w))) >> (short3)8;
H A DrsCpuRuntimeStubs.cpp42 typedef short short3 __attribute__((ext_vector_type(3))); typedef
135 static void SC_debugS3(const char *s, const short3 *c) {
136 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)
H A Drs_types.rsh313 typedef short short3 __attribute__((ext_vector_type(3)));
/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
H A Dx86_generic.c181 extern short3 __attribute__((overloadable)) max(short3 v1, short3 v2) {
182 short3 r;
438 extern short3 __attribute__((overloadable)) min(short3 v1, short3 v2) {
439 short3 r;
H A Dgeneric.c239 extern short3 __attribute__((overloadable)) max(short3 v1, short3 v2) {
240 short3 r;
496 extern short3 __attribute__((overloadable)) min(short3 v1, short3 v2) {
497 short3 r;
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_core.c179 PRIM_DEBUG(short3)
H A Drs_allocation.c218 ELEMENT_AT(short3)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp50 typedef short short3 __attribute__((ext_vector_type(3))); typedef
750 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
1357 static void SC_debugS3(const char *s, short3 c) {
1513 void rsDebug(const char *s, const short3 *c) {

Completed in 149 milliseconds