Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp150 auto GlobalSizeY = b.MakeIMul(UIntTy, GroupSizeY, NumGroupY); in AddWrapper() local
151 Blk->addInstruction(GlobalSizeY); in AddWrapper()
153 auto RowsAlongZ = b.MakeIMul(UIntTy, GlobalSizeY, ZValue); in AddWrapper()