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

  /frameworks/support/renderscript/v8/rs_support/
rsScriptC.cpp 44 for (uint32_t ct=0; ct < mHal.info.exportedVariableCount; ct++) {
177 mSlots = new ObjectBaseRef<Allocation>[mHal.info.exportedVariableCount];
178 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount];
rsScript.cpp 45 if (slot >= mHal.info.exportedVariableCount) {
56 if (slot >= mHal.info.exportedVariableCount) {
65 if (slot >= mHal.info.exportedVariableCount) {
75 if (slot >= mHal.info.exportedVariableCount) {
rsScript.h 63 size_t exportedVariableCount;
  /frameworks/rs/
rsScript.cpp 45 if (slot >= mHal.info.exportedVariableCount) {
56 if (slot >= mHal.info.exportedVariableCount) {
65 if (slot >= mHal.info.exportedVariableCount) {
75 if (slot >= mHal.info.exportedVariableCount) {
rsScript.h 68 size_t exportedVariableCount;
rsScriptC.cpp 97 for (uint32_t ct=0; ct < mHal.info.exportedVariableCount; ct++) {
331 mSlots = new ObjectBaseRef<Allocation>[mHal.info.exportedVariableCount];
332 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount];
  /frameworks/rs/driver/
rsdIntrinsicLUT.cpp 70 script->mHal.info.exportedVariableCount = 1;
rsdIntrinsicYuvToRGB.cpp 132 script->mHal.info.exportedVariableCount = 1;
rsdBcc.cpp 117 script->mHal.info.exportedVariableCount = info->getExportVarNames().size();
130 if (script->mHal.info.exportedVariableCount) {
131 drv->mBoundAllocs = new Allocation *[script->mHal.info.exportedVariableCount];
132 memset(drv->mBoundAllocs, 0, sizeof(void *) * script->mHal.info.exportedVariableCount);
618 for (uint32_t ct=0; ct < sc->mHal.info.exportedVariableCount; ct++) {
rsdIntrinsicBlur.cpp 215 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicColorMatrix.cpp 133 script->mHal.info.exportedVariableCount = 1;
rsdIntrinsicConvolve3x3.cpp 125 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicConvolve5x5.cpp 154 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicBlend.cpp 452 script->mHal.info.exportedVariableCount = 0;
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdIntrinsicLUT.cpp 70 script->mHal.info.exportedVariableCount = 1;
rsdIntrinsicYuvToRGB.cpp 128 script->mHal.info.exportedVariableCount = 1;
rsdIntrinsicBlur.cpp 211 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicColorMatrix.cpp 133 script->mHal.info.exportedVariableCount = 1;
rsdIntrinsicConvolve3x3.cpp 120 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicConvolve5x5.cpp 150 script->mHal.info.exportedVariableCount = 2;
rsdBcc.cpp 141 script->mHal.info.exportedVariableCount = varCount;
739 for (size_t i = 0; i < script->mHal.info.exportedVariableCount; ++i) {
770 for (uint32_t ct=0; ct < sc->mHal.info.exportedVariableCount; ct++) {
rsdIntrinsicBlend.cpp 452 script->mHal.info.exportedVariableCount = 0;

Completed in 990 milliseconds