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.cpp271 (out_s.xyz * ((short3)255 - (short3)in_s.w))) >> (short3)8;
291 (in_s.xyz * ((short3)255 - (short3)out_s.w))) >> (short3)8;
H A DrsCpuIntrinsicInlines.h39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/scriptc/
H A Drs_convert.rsh74 convert_float3(short3 v);
137 convert_char3(short3 v);
200 convert_uchar3(short3 v);
235 extern short3 __attribute__((const, overloadable))
244 extern short3 __attribute__((const, overloadable))
253 extern short3 __attribute__((const, overloadable))
262 extern short3 __attribute__((const, overloadable))
263 convert_short3(short3 v);
271 extern short3 __attribute__((const, overloadable))
280 extern short3 __attribute_
[all...]
H A Drs_value_types.rsh435 * short3: Three 16 bit signed integers
440 typedef short __attribute__((ext_vector_type(3))) short3;
H A Drs_allocation_data.rsh209 extern short3 __attribute__((overloadable))
359 extern short3 __attribute__((overloadable))
509 extern short3 __attribute__((overloadable))
690 rsAllocationVStoreX_short3(rs_allocation a, short3 val, uint32_t x);
840 rsAllocationVStoreX_short3(rs_allocation a, short3 val, uint32_t x, uint32_t y);
990 rsAllocationVStoreX_short3(rs_allocation a, short3 val, uint32_t x, uint32_t y, uint32_t z);
1222 static inline short3 __attribute__((overloadable))
1224 return ((short3 *)rsGetElementAt(a, x))[0];
1502 static inline short3 __attribute__((overloadable))
1504 return ((short3 *)rsGetElementA
[all...]
H A Drs_debug.rsh214 rsDebug(const char* message, short3 a);
H A Drs_math.rsh182 abs(short3 v);
812 extern short3 __attribute__((const, overloadable))
813 clamp(short3 value, short3 min_value, short3 max_value);
957 extern short3 __attribute__((const, overloadable))
958 clamp(short3 value, short min_value, short max_value);
1113 extern short3 __attribute__((const, overloadable))
1114 clz(short3 value);
2810 static inline short3 __attribute_
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c270 extern short3 __attribute__((overloadable)) max(short3 v1, short3 v2) {
271 short3 r;
471 extern short3 __attribute__((overloadable)) min(short3 v1, short3 v2) {
472 short3 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c257 PRIM_DEBUG(short3)
H A Drs_allocation.c317 ELEMENT_AT(short3)
469 VOP(short3)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp56 typedef int16_t short3 __attribute__((ext_vector_type(3))); typedef
560 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
1238 void rsDebug(const char *s, const short3 *c3) {
1239 short3 c = *c3;

Completed in 119 milliseconds