Home
last modified time | relevance | path

Searched refs:fz3 (Results 1 – 10 of 10) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java61 float fx3 = vx, fy3 = vy, fz3 = c; in drawTriangles() local
76 fz2, fx3, fy3, fz3); in drawTriangles()
82 float fx3 = strip[i], fy3 = strip[i+1], fz3 = scale* strip[i+2]; in drawTriangles() local
89 triangleZBuffMin(mData, mImgWidth, mImgHeight, fx3, fy3, fz3, fx2, fy2, in drawTriangles()
100 float fy3, float fz3, float fx2, float fy2, float fz2, float fx1, in triangleZBuffMin() argument
119 float dx = (float) (-(fy1 * (fz3 - fz2) - fy2 * fz3 + fy3 * fz2 + (fy2 - fy3) in triangleZBuffMin()
121 float dy = (float) ((fx1 * (fz3 - fz2) - fx2 * fz3 + fx3 * fz2 + (fx2 - fx3) in triangleZBuffMin()
123 float zoff = (float) ((fx1 * (fy3 * fz2 - fy2 * fz3) + fy1 in triangleZBuffMin()
124 * (fx2 * fz3 - fx3 * fz2) + (fx3 * fy2 - fx2 * fy3) * fz1) / d); in triangleZBuffMin()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_reduce_backward.java217 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { in fz3() method in UT_reduce_backward
317 pass &= fz3(pRS, s); in run()
Dreduce_backward.rscript140 #pragma rs reduce(fz3) \
DUT_reduce.java782 private boolean fz3(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in fz3() method in UT_reduce
1134 new TestDescription("fz3", this::fz3, 10, new int[]{59, 48, 37}, 20, 7),
1449 new TestDescription("fz3", this::fz3, 6, new int[]{59 << 3, 48 << 3, 37 << 3}),
Dreduce.rscript200 #pragma rs reduce(fz3) \
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_reduce_backward.java219 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { in fz3() method in UT_reduce_backward
319 pass &= fz3(pRS, s); in run()
Dreduce_backward.rscript142 #pragma rs reduce(fz3) \
DUT_reduce.java784 private boolean fz3(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in fz3() method in UT_reduce
1136 new TestDescription("fz3", this::fz3, 10, new int[]{59, 48, 37}, 20, 7),
1451 new TestDescription("fz3", this::fz3, 6, new int[]{59 << 3, 48 << 3, 37 << 3}),
Dreduce.rscript202 #pragma rs reduce(fz3) \
/frameworks/compile/libbcc/tests/libbcc/
Dtest_reduce_general_cleanup.ll344 !17 = !{!"fz3", !"16", !18, !"fz3Init", !"fz3Combine"}