Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp134 auto GroupSizeY = b.MakeCompositeExtract(UIntTy, GroupSize, {1}); in AddWrapper() local
135 Blk->addInstruction(GroupSizeY); in AddWrapper()
150 auto GlobalSizeY = b.MakeIMul(UIntTy, GroupSizeY, NumGroupY); in AddWrapper()