Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp159 auto NumCellsFromYZ = b.MakeIMul(UIntTy, GlobalSizeX, NumRows); in AddWrapper() local
160 Blk->addInstruction(NumCellsFromYZ); in AddWrapper()
162 Index = b.MakeIAdd(UIntTy, NumCellsFromYZ, XValue); in AddWrapper()