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

/frameworks/rs/driver/
H A DrsdIntrinsicBlend.cpp235 (out_s.rgb * ((short3)255 - (short3)in_s.a))) >> (short3)8;
253 (in_s.rgb * ((short3)255 - (short3)out_s.a))) >> (short3)8;
H A DrsdIntrinsicInlines.h39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
H A DrsdRuntimeStubs.cpp54 typedef short short3 __attribute__((ext_vector_type(3))); typedef
612 static void SC_debugS3(const char *s, short3 c) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicBlend.cpp235 (out_s.rgb * ((short3)255 - (short3)in_s.a))) >> (short3)8;
253 (in_s.rgb * ((short3)255 - (short3)out_s.a))) >> (short3)8;
H A DrsdIntrinsicInlines.h39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
H A DrsdRuntimeStubs.cpp52 typedef short short3 __attribute__((ext_vector_type(3))); typedef
323 static void SC_debugS3(const char *s, short3 c) {
/frameworks/rs/scriptc/
H A Drs_debug.rsh176 rsDebug(const char *, short3);
H A Drs_allocation.rsh174 GET_ELEMENT_AT(short3)
H A Drs_types.rsh313 typedef short short3 __attribute__((ext_vector_type(3)));
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_debug.rsh176 rsDebug(const char *, short3);
H A Drs_allocation.rsh174 GET_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 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;

Completed in 106 milliseconds