Searched refs:hasSameDims (Results 1 – 3 of 3) sorted by relevance
586 if (!ain0->hasSameDims(ains[Index])) { in reduceMtlsSetup()670 if (!ain0->hasSameDims(ains[Index])) { in forEachMtlsSetup()695 if (ains[0] && !ains[0]->hasSameDims(aout)) { in forEachMtlsSetup()
209 bool hasSameDims(const Allocation *Other) const;
648 bool Allocation::hasSameDims(const Allocation *other) const { in hasSameDims() function in android::renderscript::Allocation