Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp147 auto GlobalSizeX = b.MakeIMul(UIntTy, GroupSizeX, NumGroupX); in AddWrapper() local
148 Blk->addInstruction(GlobalSizeX); in AddWrapper()
159 auto NumCellsFromYZ = b.MakeIMul(UIntTy, GlobalSizeX, NumRows); in AddWrapper()