Home
last modified time | relevance | path

Searched defs:uchar2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h26 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs208 static void my_uchar2_comb(uchar2 *accum, const uchar2 *other) { } constant
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs267 static void my_uchar2_comb(uchar2 *accum, const uchar2 *other) { } constant
268 static void my_uchar2_out(int *out, const uchar2 *accum) { } constant
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp52 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef