Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs239 static void my_ushort4_comb(ushort4 *accum, const ushort4 *other) { } constant
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs305 static void my_ushort4_comb(ushort4 *accum, const ushort4 *other) { } constant
306 static void my_ushort4_out(int *out, const ushort4 *accum) { } constant
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp60 typedef uint16_t ushort4 __attribute__((ext_vector_type(4))); typedef