Lines Matching defs:cell
355 const UVec4& cell,
361 tcu::clear(tcu::getSubregion(image.getAccess(), cell.x(), cell.y(), cell.z(), cell.w()),
571 // Two triangles for each cell. Each cell correspond to a layer.
583 Vec4 cell = grid[i/6].asFloat() * 2.0f;
584 float x = cell.x() / float(renderSize.x()) - 1.0f;
585 float y = cell.y() / float(renderSize.y()) - 1.0f;
586 float width = cell.z() / float(renderSize.x());
587 float height = cell.w() / float(renderSize.y());