Home
last modified time | relevance | path

Searched refs:uchar3 (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/rs/tests/typecheck/
Dkernels.rs35 uchar3 uc3;
36 uchar3 uc3i = {1, 2, 3};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs6 uchar3 uc3;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c322 extern uchar3 __attribute__((overloadable)) max(uchar3 v1, uchar3 v2) { in max()
323 uchar3 r; in max()
523 extern uchar3 __attribute__((overloadable)) min(uchar3 v1, uchar3 v2) { in min()
524 uchar3 r; in min()
/frameworks/rs/scriptc/
Drs_core_math.rsh45 extern uchar3 __attribute__((const, overloadable))abs(char3 value);
776 extern uchar3 __attribute__((const, overloadable))clamp(uchar3 value, uchar3 min_value, uchar3 max_…
1166 extern uchar3 __attribute__((const, overloadable))clamp(uchar3 value, uchar min_value, uchar max_va…
1476 extern uchar3 __attribute__((const, overloadable))clz(uchar3 value);
1697 * Component wise conversion from uchar3 to float3
1701 extern float3 __attribute__((const, overloadable))convert_float3(uchar3 v);
1886 * Component wise conversion from uchar3 to char3
1890 extern char3 __attribute__((const, overloadable))convert_char3(uchar3 v);
2021 * Component wise conversion from float3 to uchar3
2025 extern uchar3 __attribute__((const, overloadable))convert_uchar3(float3 v);
[all …]
Drs_allocation.rsh180 GET_ELEMENT_AT(uchar3)
315 SET_ELEMENT_AT(uchar3)
397 VOP(uchar3)
Drs_debug.rsh156 rsDebug(const char *, uchar3);
Drs_types.rsh252 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs37 volatile uchar3 uc3;
203 volatile uchar3 prefix##_uc_3 = 1; \
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp42 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
136 static void SC_debugUC3(const char *s, const uchar3 *c) { in SC_debugUC3()
DrsCpuIntrinsicInlines.h27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs17 uchar3 u8_3 = { 1, 2, 3 };
Dmath.rs37 volatile uchar3 uc3;
47 volatile uchar3 prefix##_uc_3 = 1; \
Dapitest.rs36 volatile uchar3 uc3;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs17 uchar3 u8_3 = { 1, 2, 3 };
Dmath.rs37 volatile uchar3 uc3;
47 volatile uchar3 prefix##_uc_3 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs17 uchar3 u8_3 = { 1, 2, 3 };
Dmath.rs37 volatile uchar3 uc3;
47 volatile uchar3 prefix##_uc_3 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs17 uchar3 u8_3 = { 1, 2, 3 };
Dmath.rs37 volatile uchar3 uc3;
47 volatile uchar3 prefix##_uc_3 = 1; \
Dmath.rs.bak37 volatile uchar3 uc3;
47 volatile uchar3 prefix##_uc_3 = 1; \
Dmath.rs.orig37 volatile uchar3 uc3;
47 volatile uchar3 prefix##_uc_3 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c187 PRIM_DEBUG(uchar3)
Drs_allocation.c249 ELEMENT_AT(uchar3)
370 VOP(uchar3)
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp47 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
906 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
1657 static void SC_debugUC3(const char *s, uchar3 c) { in SC_debugUC3()
1809 void rsDebug(const char *s, const uchar3 *c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs38 static volatile uchar3 prefix##_uc_3 = 1; \

12