HomeSort by relevance Sort by last modified time
    Searched defs:kernelCount (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/rsov/compiler/
Context.cpp 54 const size_t kernelCount = mMetadata->getExportForEachSignatureCount();
56 for (size_t slot = 0; slot < kernelCount; slot++) {
  /frameworks/rs/
rsScriptGroup.cpp 199 size_t kernelCount = kernelsSize / sizeof(ScriptKernelID *);
202 //ALOGE("ScriptGroup::create kernels=%i links=%i", (int)kernelCount, (int)linkCount);
209 sg->mKernels.reserve(kernelCount);
210 for (size_t ct=0; ct < kernelCount; ct++) {
  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp 144 int kernelCount = conv.kernelSize().width() * conv.kernelSize().height();
145 int arrayCount = (kernelCount + 3) / 4;
146 SkASSERT(4 * arrayCount >= kernelCount);

Completed in 1663 milliseconds