Lines Matching defs:gheight
948 int gwidth, gheight, gdepth;
950 gheight = res->sparse.formatProperties.imageGranularity.height;
952 assert(gwidth && gheight && gdepth);
957 unsigned nheight = DIV_ROUND_UP(box->height, gheight);
961 (box->height % gheight) ? box->height % gheight : gheight,
973 unsigned mipheight = DIV_ROUND_UP(MAX2(res->base.b.height0 >> l, 1), gheight);
984 ibind[i].offset.y = h * gheight;
993 ibind[i].extent.height = (h == nheight - 1) ? lastBlockExtent.height : gheight;
996 (d + (box->z / gdepth)) * ((MAX2(res->base.b.width0 >> level, 1) / gwidth) * (MAX2(res->base.b.height0 >> level, 1) / gheight)) +
997 (h + (box->y / gheight)) * (MAX2(res->base.b.width0 >> level, 1) / gwidth) +