/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicHistogram.java | 91 if (ain.getType().getElement().getVectorSize() < in forEach() 92 mOut.getType().getElement().getVectorSize()) { in forEach() 192 if (mOut.getType().getElement().getVectorSize() != 1) { in forEach_Dot()
|
D | Allocation.java | 1148 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeFromUnchecked() 1483 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeFromUnchecked() 1760 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy3DRangeFromUnchecked() 1866 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copyTo() 2102 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeToUnchecked() 2402 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeToUnchecked() 2599 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy3DRangeToUnchecked()
|
D | Element.java | 107 public int getVectorSize() {return mVectorSize;} in getVectorSize() method in Element
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicHistogram.java | 101 if (ain.getType().getElement().getVectorSize() < 102 mOut.getType().getElement().getVectorSize()) { 202 if (mOut.getType().getElement().getVectorSize() != 1) {
|
D | Allocation.java | 1129 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeFromUnchecked() 1457 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeFromUnchecked() 1714 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy3DRangeFromUnchecked() 1805 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copyTo() 2003 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeToUnchecked() 2299 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeToUnchecked()
|
D | Element.java | 114 public int getVectorSize() { in getVectorSize() method in Element
|
/frameworks/rs/ |
D | rsElement.h | 98 uint32_t getVectorSize() const {return mComponent.getVectorSize();} in getVectorSize() function
|
D | rsComponent.h | 41 uint32_t getVectorSize() const {return mVectorSize;} in getVectorSize() function
|
D | rsApiElement.cpp | 31 (*elemData++) = e->getComponent().getVectorSize(); in rsaElementGetNativeData()
|
D | rsElement.cpp | 142 component.getVectorSize()); in createFromStream() 175 mHal.state.vectorSize = mComponent.getVectorSize(); in compute() 241 (ee->getComponent().getVectorSize() == vecSize)) { in createRef()
|
D | rsMesh.cpp | 228 vectorSize = bufferElem->getField(ct)->getComponent().getVectorSize(); in computeBBox()
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 228 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy1DRangeFrom() 251 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy1DRangeTo() 295 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy2DRangeFrom() 324 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy2DRangeTo() 379 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy3DRangeFrom() 407 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy3DRangeTo()
|
D | ScriptIntrinsics.cpp | 481 if (ain->getType()->getElement()->getVectorSize() < in forEach() 482 mOut->getType()->getElement()->getVectorSize()) { in forEach() 500 if (mOut->getType()->getElement()->getVectorSize() != 1) { in forEach_dot()
|
D | rsCppStructs.h | 998 uint32_t getVectorSize() const { in getVectorSize() function
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicHistogram.cpp | 102 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); in preLaunch() 123 switch(ains[0]->getType()->getElement()->getVectorSize()) { in preLaunch() 151 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); in postLaunch()
|
D | rsCpuIntrinsicConvolve3x3.cpp | 455 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve3x3() 468 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve3x3()
|
D | rsCpuIntrinsicColorMatrix.cpp | 265 switch (ein->getVectorSize()) { in computeKey() 282 switch (eout->getVectorSize()) { in computeKey()
|
D | rsCpuIntrinsicConvolve5x5.cpp | 653 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve5x5() 666 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve5x5()
|
D | rsCpuIntrinsicResize.cpp | 735 switch(mAlloc->getType()->getElement()->getVectorSize()) { in preLaunch() 748 switch(mAlloc->getType()->getElement()->getVectorSize()) { in preLaunch()
|
D | rsCpuIntrinsicBlur.cpp | 444 switch (e->getVectorSize()) { in RsdCpuScriptIntrinsicBlur()
|
/frameworks/rs/toolkit/ |
D | Resize.cpp | 721 switch(mAlloc->getType()->getElement()->getVectorSize()) { in preLaunch() 734 switch(mAlloc->getType()->getElement()->getVectorSize()) { in preLaunch()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 495 if (vecSize != e->getVectorSize()) { in IS_CLEAR_SET_OBJ() 496 …intf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize()); in IS_CLEAR_SET_OBJ()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26129 method public int getVectorSize();
|
/frameworks/base/core/api/ |
D | current.txt | 38446 method @Deprecated public int getVectorSize();
|