Searched refs:uint2 (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A Dfind_region.rs90 float3 __attribute__((kernel))extractBorder(uint2 in) {
94 uint2 __attribute__((kernel)) toInt(float2 in) {
95 uint2 out = {(int)in.x, (int) in.y};
/frameworks/rs/tests/typecheck/
H A Dkernels.rs69 uint2 ui2;
70 uint2 ui2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_convert.rsh98 convert_float2(uint2 v);
161 convert_char2(uint2 v);
224 convert_uchar2(uint2 v);
287 convert_short2(uint2 v);
350 convert_ushort2(uint2 v);
413 convert_int2(uint2 v);
421 extern uint2 __attribute__((const, overloadable))
430 extern uint2 __attribute__((const, overloadable))
439 extern uint2 __attribute__((const, overloadable))
448 extern uint2 __attribute_
[all...]
H A Drs_value_types.rsh355 * uint2: Two 32 bit unsigned integers
360 typedef uint __attribute__((ext_vector_type(2))) uint2;
H A Drs_allocation_data.rsh249 extern uint2 __attribute__((overloadable))
399 extern uint2 __attribute__((overloadable))
549 extern uint2 __attribute__((overloadable))
730 rsAllocationVStoreX_uint2(rs_allocation a, uint2 val, uint32_t x);
880 rsAllocationVStoreX_uint2(rs_allocation a, uint2 val, uint32_t x, uint32_t y);
1030 rsAllocationVStoreX_uint2(rs_allocation a, uint2 val, uint32_t x, uint32_t y, uint32_t z);
1299 static inline uint2 __attribute__((overloadable))
1301 return ((uint2 *)rsGetElementAt(a, x))[0];
1579 static inline uint2 __attribute__((overloadable))
1581 return ((uint2 *)rsGetElementA
[all...]
H A Drs_debug.rsh72 rsDebug(const char* message, uint2 a);
H A Drs_math.rsh190 extern uint2 __attribute__((const, overloadable))
867 extern uint2 __attribute__((const, overloadable))
868 clamp(uint2 value, uint2 min_value, uint2 max_value);
997 extern uint2 __attribute__((const, overloadable))
998 clamp(uint2 value, uint min_value, uint max_value);
1146 extern uint2 __attribute__((const, overloadable))
1147 clz(uint2 value);
2778 static inline uint2 __attribute_
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c375 extern uint2 __attribute__((overloadable)) max(uint2 v1, uint2 v2) {
376 uint2 r;
576 extern uint2 __attribute__((overloadable)) min(uint2 v1, uint2 v2) {
577 uint2 r;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c265 PRIM_DEBUG(uint2)
H A Drs_allocation.c328 ELEMENT_AT(uint2)
477 VOP(uint2)
H A Drs_sample.c385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk,
527 uint2 location;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp64 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
571 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
1290 void rsDebug(const char *s, const uint2 *i2) {
1291 uint2 i = *i2;

Completed in 177 milliseconds