/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | foreach_bounds.rscript | 8 int yEnd = 0; 33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) { 59 rssc.yEnd = yEnd;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | stats_scorer.cpp | 51 int yEnd = static_cast<int>(height * bottom); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local 52 int numPixels = (xEnd - xStart) * (yEnd - yStart); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() 56 for (int y = yStart; y < yEnd; y++) { in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_foreach_bounds.java | 42 final int yEnd = 6; in initializeGlobals() local 54 s.set_yEnd(yEnd); in initializeGlobals() 58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | foreach_bounds.rscript | 26 int yEnd = 0; 50 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
|
D | single_source_script.rscript | 101 opts.yEnd = dimY / 2; 111 opts2.yEnd = dimY;
|
D | single_source_alloc.rscript | 174 int yEnd = (gDimY != 0) ? gDimY: 1; 176 for (int y = 0; y < yEnd; y ++) {
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_foreach_bounds.java | 40 final int yEnd = 6; in initializeGlobals() local 52 s.set_yEnd(yEnd); in initializeGlobals() 56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | fp16.rscript | 99 int yEnd = (gDimY != 0) ? gDimY: 1; \ 102 for (int y=0; y < yEnd; y++) \ 125 int yEnd = (gDimY != 0) ? gDimY: 1; \ 128 for (int y=0; y < yEnd; y++) { \
|
D | foreach_bounds.rscript | 24 int yEnd = 0; 48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
|
D | single_source_script.rscript | 99 opts.yEnd = dimY / 2; 109 opts2.yEnd = dimY;
|
D | single_source_alloc.rscript | 172 int yEnd = (gDimY != 0) ? gDimY: 1; 174 for (int y = 0; y < yEnd; y ++) {
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
D | Quare.kt | 91 val yEnd = if (ySel < 0) height - 1 else ySel in <lambda>() constant 92 for (y in yStart..yEnd) in <lambda>() 116 val yEnd = if (ySel < 0) height - 1 else ySel in <lambda>() constant 117 for (y in yStart..yEnd) in <lambda>()
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 523 etc1_uint32 yEnd = height - y; in etc1_encode_image() local 524 if (yEnd > 4) { in etc1_encode_image() 525 yEnd = 4; in etc1_encode_image() 527 int ymask = kYMask[yEnd]; in etc1_encode_image() 534 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image() 576 etc1_uint32 yEnd = height - y; in etc1_decode_image() local 577 if (yEnd > 4) { in etc1_decode_image() 578 yEnd = 4; in etc1_decode_image() 587 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 427 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_foreach() local 429 yEnd = rsMin(yEnd, mtls->end.y); in walk_2d_foreach() 431 if (yEnd <= yStart) { in walk_2d_foreach() 435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) { in walk_2d_foreach() 587 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_reduce() local 589 yEnd = rsMin(yEnd, mtls->end.y); in walk_2d_reduce() 591 if (yEnd <= yStart) { in walk_2d_reduce() 595 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) { in walk_2d_reduce() 607 mtls->accumFunc, idx, yStart, yEnd, fmt); in walk_2d_reduce()
|
D | rsCpuScript.cpp | 686 mtls->fep.dim.y = sc->yEnd; in forEachMtlsSetup()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local 350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() 363 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
|
/frameworks/rs/ |
D | rsDefines.h | 244 uint32_t yEnd; member
|
D | rsHidlAdaptation.cpp | 791 _sc.yEnd = sc->yEnd; in ScriptForEachMulti() 828 _sc.yEnd = sc->yEnd; in ScriptReduce()
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 64 field: uint32_t yEnd, "Ending index (exclusive) in the Y dimension." 211 opts.yEnd = dimY / 2;<br/>
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | healing.rscript | 142 opts.yEnd = height - 1;
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension. 192 * opts.yEnd = dimY / 2;
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1588 sc.yEnd = yend; in nScriptForEachClipped() 1625 sc.yEnd = yend; in nScriptForEachClippedV() 1717 sc.yEnd = limit_ptr[3]; in nScriptForEachMulti() 1822 sc.yEnd = limit_ptr[3]; in nScriptReduce()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2071 sc.yEnd = limit_ptr[3]; in nScriptForEach() 2173 sc.yEnd = limit_ptr[3]; in nScriptReduce()
|