/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | TriangleBuffer.java | 61 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/ |
D | UT_reduce_backward.java | 217 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { in fz3() method in UT_reduce_backward 317 pass &= fz3(pRS, s); in run()
|
D | reduce_backward.rscript | 140 #pragma rs reduce(fz3) \
|
D | UT_reduce.java | 782 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}),
|
D | reduce.rscript | 200 #pragma rs reduce(fz3) \
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_reduce_backward.java | 219 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { in fz3() method in UT_reduce_backward 319 pass &= fz3(pRS, s); in run()
|
D | reduce_backward.rscript | 142 #pragma rs reduce(fz3) \
|
D | UT_reduce.java | 784 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}),
|
D | reduce.rscript | 202 #pragma rs reduce(fz3) \
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_cleanup.ll | 344 !17 = !{!"fz3", !"16", !18, !"fz3Init", !"fz3Combine"}
|