/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | TriangleBuffer.java | 67 float fx2 = vx, fy2 = vy, fz2 = c; in drawTriangles() local 76 fz2, fx3, fy3, fz3); in drawTriangles() 83 float fx2 = strip[i+3], fy2 = strip[i+4], fz2 = scale* strip[i+5]; in drawTriangles() local 90 fz2, fx1, fy1, fz1); in drawTriangles() 100 float fy3, float fz3, float fx2, float fy2, float fz2, float fx1, in triangleZBuffMin() argument 108 fz1 = fz2; in triangleZBuffMin() 111 fz2 = tmpz; in triangleZBuffMin() 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() [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
D | reduce_general_examples_halter.rscript | 30 #pragma rs reduce(fz2) \
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_reduce_backward.java | 192 private boolean fz2(RenderScript RS, ScriptC_reduce_backward s) { in fz2() method in UT_reduce_backward 316 pass &= fz2(pRS, s); in run()
|
D | reduce_backward.rscript | 116 #pragma rs reduce(fz2) \
|
D | UT_reduce.java | 738 private boolean fz2(RenderScript RS, ScriptC_reduce s, int seed, int size[]) { in fz2() method in UT_reduce 1133 new TestDescription("fz2", this::fz2, 9, new int[]{225, 450}, 20, 5), 1448 new TestDescription("fz2", this::fz2, 5, new int[]{225 << 5, 450 << 5}),
|
D | reduce.rscript | 178 #pragma rs reduce(fz2) \
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_reduce_backward.java | 194 private boolean fz2(RenderScript RS, ScriptC_reduce_backward s) { in fz2() method in UT_reduce_backward 318 pass &= fz2(pRS, s); in run()
|
D | reduce_backward.rscript | 118 #pragma rs reduce(fz2) \
|
D | UT_reduce.java | 740 private boolean fz2(RenderScript RS, ScriptC_reduce s, int seed, int size[]) { in fz2() method in UT_reduce 1135 new TestDescription("fz2", this::fz2, 9, new int[]{225, 450}, 20, 5), 1450 new TestDescription("fz2", this::fz2, 5, new int[]{225 << 5, 450 << 5}),
|
D | reduce.rscript | 180 #pragma rs reduce(fz2) \
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | reduce_general_examples.rscript | 103 #pragma rs reduce(fz2) \
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | reduce_general_examples_backward.rscript | 119 #pragma rs reduce(fz2) \
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_metadata.ll | 25 ; CHECK: exportReduceList[5]: fz2 - 0x00000019 - 1 - 8 321 !13 = !{!"fz2", !"8", !14, !"fz2Init", !"fz2Combine", null, !"fz2Found"}
|
D | test_reduce_general_cleanup.ll | 342 !15 = !{!"fz2", !"8", !16, !"fz2Init", !"fz2Combine"}
|