Searched refs:int4 (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/driver/
H A DrsdIntrinsicInlines.h43 typedef int int4 __attribute__((ext_vector_type(4))); typedef
55 static inline int4 convert_int4(uchar4 i) {
56 int4 f4 = {i.x, i.y, i.z, i.w};
75 static inline uchar4 convert_uchar4(int4 i) {
86 static inline int4 clamp(int4 amount, int low, int high) {
87 int4 r;
H A DrsdRuntimeStubs.cpp61 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
639 static void SC_debugI4(const char *s, int4 i) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicInlines.h43 typedef int int4 __attribute__((ext_vector_type(4))); typedef
55 static inline int4 convert_int4(uchar4 i) {
56 int4 f4 = {i.x, i.y, i.z, i.w};
75 static inline uchar4 convert_uchar4(int4 i) {
86 static inline int4 clamp(int4 amount, int low, int high) {
87 int4 r;
H A DrsdRuntimeStubs.cpp59 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
350 static void SC_debugI4(const char *s, int4 i) {
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_int4.java27 super(rstc, "int4", ctx);
33 ScriptC_int4 s = new ScriptC_int4(pRS, mRes, R.raw.int4);
/frameworks/rs/scriptc/
H A Drs_debug.rsh216 rsDebug(const char *, int4);
H A Drs_allocation.rsh183 GET_ELEMENT_AT(int4)
H A Drs_cl.rsh108 _RS_RUNTIME int4 __attribute__((overloadable)) fnc(float4 v);
128 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, int4 v2); \
146 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, int4 *v2);
178 fnc(float4 v1, float4 v2, int4 *v3);
H A Drs_types.rsh334 typedef int int4 __attribute__((ext_vector_type(4)));
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_debug.rsh216 rsDebug(const char *, int4);
H A Drs_allocation.rsh183 GET_ELEMENT_AT(int4)
H A Drs_cl.rsh108 _RS_RUNTIME int4 __attribute__((overloadable)) fnc(float4 v);
128 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, int4 v2); \
146 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, int4 *v2);
178 fnc(float4 v1, float4 v2, int4 *v3);
H A Drs_types.rsh334 typedef int int4 __attribute__((ext_vector_type(4)));
/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
H A Dgeneric.c275 extern int4 __attribute__((overloadable)) max(int4 v1, int4 v2) {
276 int4 r;
532 extern int4 __attribute__((overloadable)) min(int4 v1, int4 v2) {
533 int4 r;
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c5 extern float4 __attribute__((overloadable)) convert_float4(int4 c);
46 extern int4 __attribute__((overloadable)) fnc(float4 v) { \
47 int4 r; \
115 extern float4 __attribute__((overloadable)) fnc(float4 v1, int4 v2) { \
206 extern float4 __attribute__((overloadable)) fnc(float4 v1, int4 *v2) { \
270 fnc(float4 v1, float4 v2, int4 *v3) { \
506 extern float4 __attribute__((overloadable)) pown(float4 v, int4 p) {

Completed in 238 milliseconds