/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_d1new.rs | 414 …const float4 alloc_kernel_info = rsGetElementAt_float4(galloc_kernel_info, sharp_dilated_depth - g… constant 444 …const float4 alloc_kernel_info = rsGetElementAt_float4(galloc_kernel_info, sharp_dilated_depth - g… constant 495 …const float4 alloc_kernel_info = rsGetElementAt_float4(galloc_kernel_info, depth - g_target_layer_… constant 548 …const float4 alloc_kernel_info = rsGetElementAt_float4(galloc_kernel_info, in_sharp_dilated_depth … constant 729 const float4 fuzzy_RGBA = rsGetElementAt_float4(g_fuzzy_RGBA, index); constant 750 const float4 sharp_RGBA = rsGetElementAt_float4(g_sharp_RGBA, index); constant 770 const float4 fuzzy_RGBA = rsGetElementAt_float4(g_fuzzy_RGBA, index); constant
|
D | layered_filter_fast_f32.rs | 47 static float4 *g_integral_image = NULL; variable
|
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
D | yuv.rs | 14 static float4 crossProcess(float4 color) { variable 49 static float4 colortemp(float4 color) { variable
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | resize.rs | 38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) { constant
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | resize.rs | 38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) { variable
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | resize.rs | 38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) { constant
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | nbody.rs | 55 static float4 simulate(float4 in, uint32_t x ,rs_allocation triangles) { constant
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rs | 69 static float4 gcalcBounds(rs_allocation xy) { constant
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rs | 54 static float4 gCalcBounds(rs_allocation xy) { variable
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | fp_mad.rs | 24 static float4 data_f4[1025]; variable
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | fp_mad.rs | 6 static float4 data_f4[1025]; constant
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | fp_mad.rs | 22 static float4 data_f4[1025]; constant
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | fp_mad.rs | 6 static float4 data_f4[1025]; variable
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | fp_mad.rs | 6 static float4 data_f4[1025]; variable
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | fp_mad.rs | 6 static float4 data_f4[1025]; constant
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | shadows_f.rs | 98 static float4 hsv2rgb(ushort3 hsv) constant
|
D | greyscale_f.rs | 20 const static float4 gMonoMult = {0.299f, 0.587f, 0.114f, 0.0f}; variable
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 25 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
/frameworks/native/libs/math/include/math/ |
D | vec4.h | 114 typedef details::TVec4<float> float4; typedef
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rs | 50 static void my_float4_comb(float4 *accum, const float4 *other) { } constant
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | reduce_general_accumulator.rs | 74 static void my_float4_comb(float4 *accum, const float4 *other) { } constant 75 static void my_float4_out(int *out, const float4 *accum) { } constant
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 41 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 62 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|