Home
last modified time | relevance | path

Searched refs:xEnd (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dforeach_bounds.rs6 int xEnd = 0;
33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
57 rssc.xEnd = xEnd;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_foreach_bounds.java37 final int xEnd = 5; in initializeGlobals() local
49 s.set_xEnd(xEnd); in initializeGlobals()
55 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
Dforeach_bounds.rs6 int xEnd = 0;
32 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dstats_scorer.cpp49 int xEnd = static_cast<int>(width * right); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
58 for (int x = xStart; x < xEnd; ++x) { in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp533 etc1_uint32 xEnd = width - x; in etc1_encode_image() local
534 if (xEnd > 4) { in etc1_encode_image()
535 xEnd = 4; in etc1_encode_image()
537 int mask = ymask & kXMask[xEnd]; in etc1_encode_image()
542 memcpy(q, p, xEnd * 3); in etc1_encode_image()
544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_encode_image()
585 etc1_uint32 xEnd = width - x; in etc1_decode_image() local
586 if (xEnd > 4) { in etc1_decode_image()
587 xEnd = 4; in etc1_decode_image()
595 memcpy(p, q, xEnd * 3); in etc1_decode_image()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp837 if (!sc || (sc->xEnd == 0)) { in forEachMtlsSetup()
838 mtls->xEnd = mtls->fep.dimX; in forEachMtlsSetup()
841 rsAssert(sc->xEnd <= mtls->fep.dimX); in forEachMtlsSetup()
842 rsAssert(sc->xStart < sc->xEnd); in forEachMtlsSetup()
844 mtls->xEnd = rsMin(mtls->fep.dimX, sc->xEnd); in forEachMtlsSetup()
845 if (mtls->xStart >= mtls->xEnd) return; in forEachMtlsSetup()
870 mtls->xEnd = rsMax((uint32_t)1, mtls->xEnd); in forEachMtlsSetup()
967 if (!sc || (sc->xEnd == 0)) { in forEachMtlsSetup()
968 mtls->xEnd = mtls->fep.dimX; in forEachMtlsSetup()
971 rsAssert(sc->xEnd <= mtls->fep.dimX); in forEachMtlsSetup()
[all …]
DrsCpuCore.cpp173 if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->mSliceSize) { in launchThreads()
379 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut); in wc_xy()
395 uint32_t xEnd = xStart + mtls->mSliceSize; in wc_x() local
396 xEnd = rsMin(xEnd, mtls->xEnd); in wc_x()
397 if (xEnd <= xStart) { in wc_x()
406 fn(&p, xStart, xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut); in wc_x()
475 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut); in launchThreads()
574 fn(&p, mtls->xStart, mtls->xEnd, 0, mtls->fep.eStrideOut); in launchThreads()
DrsCpuCore.h107 uint32_t xEnd; member
/frameworks/native/opengl/tests/angeles/
Ddemo.c349 const int xBegin = -15, xEnd = 15; in createGroundPlane() local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
365 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()
/frameworks/rs/
DrsDefines.h390 uint32_t xEnd; member
/frameworks/rs/scriptc/
Drs_core.rsh115 uint32_t xEnd;
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1120 sc.xEnd = xend; in nScriptForEachClipped()
1142 sc.xEnd = xend; in nScriptForEachClippedV()
1182 sc.xEnd = xend; in nScriptForEachMultiClipped()
1231 sc.xEnd = xend; in nScriptForEachMultiClippedV()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp810 sc.xEnd = xend; in nScriptForEachClipped()
832 sc.xEnd = xend; in nScriptForEachClippedV()