Home
last modified time | relevance | path

Searched defs:half4 (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dfp16.rs44 static half4 ElementAt_half4(int x, int y, int z) { variable
/frameworks/rs/tests/cpp_api/cppf16/
Dcompute.cpp37 sp<const Element> half4 = Element::F16_4(rs); in main() local
/frameworks/native/libs/math/include/math/
Dvec4.h116 typedef details::TVec4<half> half4; typedef
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs23 static void my_half4_comb(half4 *accum, const half4 *other) { } constant
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs41 static void my_half4_comb(half4 *accum, const half4 *other) { } constant
42 static void my_half4_out(int *out, const half4 *accum) { } constant
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp37 typedef half half4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp58 typedef half half4 __attribute__((ext_vector_type(4))); typedef