Searched refs:h3 (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rs | 21 static volatile half3 h3; 32 h3 = fn(h3); \ 38 i3 = fn(h3); \ 44 h3 = fn(h3, h3); \ 50 h3 = fn(h3, i3); \ 56 h3 = fn(h3, (int3 *) &i3); \ 62 h3 = fn(h3, i1); \ 68 h3 = fn(h3, h1); \ 74 h3 = fn(h1, h3); \ 80 h3 = fn(h3, (half3 *) &h3); \ [all …]
|
D | fp16_globals.rs | 35 void validateHalf3(half3 h3) { 36 _RS_ASSERT_EQU((float) h3.x, 10.f); 37 _RS_ASSERT_EQU((float) h3.y, 11.f); 38 _RS_ASSERT_EQU((float) h3.z, -12.f); 48 void test(half h, half2 h2, half3 h3, half4 h4) { 56 validateHalf3(h3);
|
/frameworks/native/libs/math/tests/ |
D | half_test.cpp | 88 half3 h3(f4.xyz); in TEST_F() local 92 EXPECT_EQ(f4.xyz, h3); in TEST_F()
|
/frameworks/compile/slang/tests/P_invoke_half_parameter/ |
D | invoke_half_parameter.rs | 4 void test(half h, half2 h2, half3 h3, half4 h4) {
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rs | 6 half3 h3 = {(half) 1.2f, (half) 2.3f, (half) 3.4f};
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_multiple_entry.vcf | 3 N;CHARSET=SHIFT_JIS:�������C�h3;;;;
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 304 extern void __attribute__((overloadable)) rsDebug(const char *s, half3 h3) { in rsDebug() argument 305 float3 f = convert_float3(h3); in rsDebug() 306 rsDebug(s, &f, (ushort3 *) &h3); in rsDebug()
|
D | rs_cl.c | 1744 extern half __attribute__((overloadable)) fn(half h1, half h2, half h3) { \ 1745 return (half) fn((float) h1, (float) h2, (float) h3); \
|