HomeSort by relevance Sort by last modified time
    Searched refs:exportedVariableCount (Results 1 - 15 of 15) sorted by null

  /frameworks/rs/
rsScript.cpp 47 if (slot >= mHal.info.exportedVariableCount) {
61 if (slot >= mHal.info.exportedVariableCount) {
72 if (slot >= mHal.info.exportedVariableCount) {
74 "%u >= %zu", slot, mHal.info.exportedVariableCount);
84 if (slot >= mHal.info.exportedVariableCount) {
86 "%u >= %zu", slot, mHal.info.exportedVariableCount);
97 if (slot >= mHal.info.exportedVariableCount) {
99 "%u >= %zu", slot, mHal.info.exportedVariableCount);
rsScript.h 86 size_t exportedVariableCount;
rsScriptC.cpp 125 for (uint32_t ct=0; ct < mHal.info.exportedVariableCount; ct++) {
459 mSlots = new ObjectBaseRef<Allocation>[mHal.info.exportedVariableCount];
460 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 93 s->mHal.info.exportedVariableCount = 1;
rsCpuIntrinsic3DLUT.cpp 175 s->mHal.info.exportedVariableCount = 1;
rsCpuIntrinsicYuvToRGB.cpp 216 s->mHal.info.exportedVariableCount = 1;
rsCpuIntrinsicBlend.cpp 507 s->mHal.info.exportedVariableCount = 0;
rsCpuIntrinsicHistogram.cpp 321 s->mHal.info.exportedVariableCount = 2;
rsCpuScript.cpp 504 script->mHal.info.exportedVariableCount = mScriptExec->getExportedVariableCount();
957 for (uint32_t ct=0; ct < mScript->mHal.info.exportedVariableCount; ct++) {
    [all...]
rsCpuIntrinsicBlur.cpp 467 s->mHal.info.exportedVariableCount = 2;
rsCpuIntrinsicColorMatrix.cpp 1034 s->mHal.info.exportedVariableCount = 2;
rsCpuIntrinsicConvolve3x3.cpp 498 s->mHal.info.exportedVariableCount = 2;
rsCpuIntrinsicResize.cpp 692 s->mHal.info.exportedVariableCount = 1;
rsCpuIntrinsicConvolve5x5.cpp 695 s->mHal.info.exportedVariableCount = 2;
rsCpuIntrinsicBLAS.cpp 67 s->mHal.info.exportedVariableCount = 0;
    [all...]

Completed in 134 milliseconds