Home
last modified time | relevance | path

Searched refs:NumRows (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper.cpp156 auto NumRows = b.MakeIAdd(UIntTy, YValue, RowsAlongZ); in AddWrapper() local
157 Blk->addInstruction(NumRows); in AddWrapper()
159 auto NumCellsFromYZ = b.MakeIMul(UIntTy, GlobalSizeX, NumRows); in AddWrapper()