Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs131 static void my_short4_comb(short4 *accum, const short4 *other) { } constant
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs173 static void my_short4_comb(short4 *accum, const short4 *other) { } constant
174 static void my_short4_out(int *out, const short4 *accum) { } constant
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp57 typedef int16_t short4 __attribute__((ext_vector_type(4))); typedef