Searched refs:short2 (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs42 short2 s2;
43 short2 s2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh171 rsDebug(const char *, short2);
H A Drs_allocation.rsh183 GET_ELEMENT_AT(short2)
318 SET_ELEMENT_AT(short2)
H A Drs_types.rsh308 typedef short short2 __attribute__((ext_vector_type(2)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp41 typedef short short2 __attribute__((ext_vector_type(2))); typedef
132 static void SC_debugS2(const char *s, const short2 *c) {
133 ALOGD("short2 %s {%hd, %hd} 0x%hx 0x%hx", s, c->x, c->y, c->x, c->y);
H A DrsCpuIntrinsicInlines.h38 typedef short short2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c140 PRIM_DEBUG(short2)
H A Drs_allocation.c225 ELEMENT_AT(short2)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c259 extern short2 __attribute__((overloadable)) max(short2 v1, short2 v2) {
260 short2 r;
516 extern short2 __attribute__((overloadable)) min(short2 v1, short2 v2) {
517 short2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp49 typedef short short2 __attribute__((ext_vector_type(2))); typedef
749 ELEMENT_AT(short2, RS_TYPE_SIGNED_16, 2)
1354 static void SC_debugS2(const char *s, short2 c) {
1509 void rsDebug(const char *s, const short2 *c) {

Completed in 55 milliseconds