Home
last modified time | relevance | path

Searched refs:uint2 (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/rs/tests/typecheck/
Dkernels.rs69 uint2 ui2;
70 uint2 ui2i = {1, 2};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs15 uint2 ui2;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c371 extern uint2 __attribute__((overloadable)) max(uint2 v1, uint2 v2) { in max()
372 uint2 r; in max()
572 extern uint2 __attribute__((overloadable)) min(uint2 v1, uint2 v2) { in min()
573 uint2 r; in min()
/frameworks/rs/scriptc/
Drs_core_math.rsh108 extern uint2 __attribute__((const, overloadable))abs(int2 value);
971 extern uint2 __attribute__((const, overloadable))clamp(uint2 value, uint2 min_value, uint2 max_valu…
1309 extern uint2 __attribute__((const, overloadable))clamp(uint2 value, uint min_value, uint max_value);
1611 extern uint2 __attribute__((const, overloadable))clz(uint2 value);
1796 * Component wise conversion from uint2 to float2
1800 extern float2 __attribute__((const, overloadable))convert_float2(uint2 v);
1985 * Component wise conversion from uint2 to char2
1989 extern char2 __attribute__((const, overloadable))convert_char2(uint2 v);
2174 * Component wise conversion from uint2 to uchar2
2178 extern uchar2 __attribute__((const, overloadable))convert_uchar2(uint2 v);
[all …]
Drs_allocation.rsh195 GET_ELEMENT_AT(uint2)
330 SET_ELEMENT_AT(uint2)
408 VOP(uint2)
Drs_debug.rsh221 rsDebug(const char *, uint2);
Drs_types.rsh279 typedef uint uint2 __attribute__((ext_vector_type(2)));
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs16 volatile uint2 ui2;
218 volatile uint2 prefix##_ui_2 = 1; \
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp53 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
181 static void SC_debugUI2(const char *s, const uint2 *i) { in SC_debugUI2()
DrsCpuIntrinsicInlines.h32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs32 uint2 u32_2 = { 1, 2 };
Dmath.rs16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs32 uint2 u32_2 = { 1, 2 };
Dmath.rs16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs32 uint2 u32_2 = { 1, 2 };
Dmath.rs16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs32 uint2 u32_2 = { 1, 2 };
Dmath.rs16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
Dmath.rs.bak16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
Dmath.rs.orig16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c198 PRIM_DEBUG(uint2)
Drs_allocation.c264 ELEMENT_AT(uint2)
381 VOP(uint2)
Drs_sample.c385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk, in getNearestSample()
527 uint2 location; in sample_LOD_NearestPixel()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp58 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
921 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
1702 static void SC_debugUI2(const char *s, uint2 i) { in SC_debugUI2()
1869 void rsDebug(const char *s, const uint2 *c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs53 static volatile uint2 prefix##_ui_2 = 1; \

12