Searched refs:aligned_h (Results 1 – 1 of 1) sorted by relevance
552 const int aligned_h = in BindArguments() local555 args->SetInt("grid_size_y", DivideRoundUp(aligned_h, block_size_.y))); in BindArguments()562 const int aligned_h = AlignByN(dst_[0]->Height(), stride_.y * block_size_.y); in GetGridSize() local565 const int grid_y = DivideRoundUp(aligned_h, block_size_.y) * in GetGridSize()