/frameworks/rs/driver/runtime/ |
rs_core.c | 6 extern float4 __attribute__((overloadable)) convert_float4(uchar4 c); 10 extern float4 rsUnpackColor8888(uchar4 c) 139 PRIM_DEBUG(uchar4)
|
rs_matrix.c | 6 extern float4 __attribute__((overloadable)) convert_float4(uchar4 c);
|
rs_sample.c | 73 const uchar4 *p2 = (const uchar4 *)&p[x];
|
rs_allocation.c | 223 ELEMENT_AT(uchar4)
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicBlur.cpp | 124 const uchar4 *pvy = (const uchar4 *)&pi[validY * iStride]; 175 float4 pf = convert_float4(((const uchar4 *)pi)[0]); 241 static void OneHU4(const RsForEachStubParamStruct *p, uchar4 *out, int32_t x, 286 uchar4 *out = (uchar4 *)p->out;
|
rsCpuIntrinsicBlend.cpp | 111 // instep/outstep can be ignored--sizeof(uchar4) known at compile time 112 uchar4 *out = (uchar4 *)p->out; 113 uchar4 *in = (uchar4 *)p->in;
|
rsCpuRuntimeStubs.cpp | 40 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef 126 static void SC_debugUC4(const char *s, const uchar4 *c) { 127 ALOGD("uchar4 %s {%hhu, %hhu, %hhu, %hhu} 0x%hhx 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
|
rsCpuIntrinsicInlines.h | 28 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
|
rsCpuIntrinsicColorMatrix.cpp | 734 f = convert_float4(((const uchar4 *)py)[0]); 737 f = convert_float4(((const uchar4 *)py)[0]); 798 ((uchar4 *)out)[0] = convert_uchar4(sum);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
convolve5x5.fs | 25 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
convolve5x5.fs | 25 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
convolve5x5.fs | 25 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 161 rsDebug(const char *, uchar4);
|
rs_allocation.rsh | 181 GET_ELEMENT_AT(uchar4) 316 SET_ELEMENT_AT(uchar4)
|
rs_types.rsh | 238 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 161 rsDebug(const char *, uchar4);
|
rs_allocation.rsh | 181 GET_ELEMENT_AT(uchar4) 316 SET_ELEMENT_AT(uchar4)
|
rs_types.rsh | 238 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 21 extern uchar4 __attribute__((overloadable)) convert_uchar4(short4); 22 extern uchar4 __attribute__((overloadable)) convert_uchar4(float4); 23 extern float4 __attribute__((overloadable)) convert_float4(uchar4); 358 extern uchar4 __attribute__((overloadable)) max(uchar4 v1, uchar4 v2) { 359 uchar4 r; 615 extern uchar4 __attribute__((overloadable)) min(uchar4 v1, uchar4 v2) [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 48 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef 747 ELEMENT_AT(uchar4, RS_TYPE_UNSIGNED_8, 4) [all...] |
/cts/tests/src/android/renderscript/cts/ |
intrinsic_convolve3x3.rs | 25 uchar4 __attribute__((kernel)) convolve_U4(uint32_t x, uint32_t y) {
|
intrinsic_convolve5x5.rs | 26 uchar4 __attribute__((kernel)) convolve_U4(uint32_t x, uint32_t y) {
|