Home | History | Annotate | Download | only in rs

Lines Matching defs:type0

626     const Type *type0 = this->getType(),
629 return (type0->getCellCount() == type1->getCellCount()) &&
630 (type0->getDimLOD() == type1->getDimLOD()) &&
631 (type0->getDimFaces() == type1->getDimFaces()) &&
632 (type0->getDimYuv() == type1->getDimYuv()) &&
633 (type0->getDimX() == type1->getDimX()) &&
634 (type0->getDimY() == type1->getDimY()) &&
635 (type0->getDimZ() == type1->getDimZ());