Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/typecheck/
Dkernels.rs71 uint3 ui3;
72 uint3 ui3i = {1, 2, 3};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs16 uint3 ui3;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c378 extern uint3 __attribute__((overloadable)) max(uint3 v1, uint3 v2) { in max()
379 uint3 r; in max()
579 extern uint3 __attribute__((overloadable)) min(uint3 v1, uint3 v2) { in min()
580 uint3 r; in min()
/frameworks/rs/scriptc/
Drs_core_math.rsh117 extern uint3 __attribute__((const, overloadable))abs(int3 value);
984 extern uint3 __attribute__((const, overloadable))clamp(uint3 value, uint3 min_value, uint3 max_valu…
1322 extern uint3 __attribute__((const, overloadable))clamp(uint3 value, uint min_value, uint max_value);
1620 extern uint3 __attribute__((const, overloadable))clz(uint3 value);
1805 * Component wise conversion from uint3 to float3
1809 extern float3 __attribute__((const, overloadable))convert_float3(uint3 v);
1994 * Component wise conversion from uint3 to char3
1998 extern char3 __attribute__((const, overloadable))convert_char3(uint3 v);
2183 * Component wise conversion from uint3 to uchar3
2187 extern uchar3 __attribute__((const, overloadable))convert_uchar3(uint3 v);
[all …]
Drs_allocation.rsh196 GET_ELEMENT_AT(uint3)
331 SET_ELEMENT_AT(uint3)
410 VOP(uint3)
Drs_debug.rsh226 rsDebug(const char *, uint3);
Drs_types.rsh284 typedef uint uint3 __attribute__((ext_vector_type(3)));
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs17 volatile uint3 ui3;
219 volatile uint3 prefix##_ui_3 = 1; \
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h33 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
DrsCpuRuntimeStubs.cpp54 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
184 static void SC_debugUI3(const char *s, const uint3 *i) { in SC_debugUI3()
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs33 uint3 u32_3 = { 1, 2, 3 };
Dmath.rs17 volatile uint3 ui3;
63 volatile uint3 prefix##_ui_3 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs33 uint3 u32_3 = { 1, 2, 3 };
Dmath.rs17 volatile uint3 ui3;
63 volatile uint3 prefix##_ui_3 = 1; \
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs33 uint3 u32_3 = { 1, 2, 3 };
Dmath.rs17 volatile uint3 ui3;
63 volatile uint3 prefix##_ui_3 = 1; \
Dapitest.rs52 volatile uint3 ui3;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs33 uint3 u32_3 = { 1, 2, 3 };
Dmath.rs17 volatile uint3 ui3;
63 volatile uint3 prefix##_ui_3 = 1; \
Dmath.rs.bak17 volatile uint3 ui3;
63 volatile uint3 prefix##_ui_3 = 1; \
Dmath.rs.orig17 volatile uint3 ui3;
63 volatile uint3 prefix##_ui_3 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c199 PRIM_DEBUG(uint3)
Drs_allocation.c265 ELEMENT_AT(uint3)
382 VOP(uint3)
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp59 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
922 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
1705 static void SC_debugUI3(const char *s, uint3 i) { in SC_debugUI3()
1873 void rsDebug(const char *s, const uint3 *c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs54 static volatile uint3 prefix##_ui_3 = 1; \

12