Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp131 auto GroupSizeX = b.MakeCompositeExtract(UIntTy, GroupSize, {0}); in AddWrapper() local
132 Blk->addInstruction(GroupSizeX); in AddWrapper()
147 auto GlobalSizeX = b.MakeIMul(UIntTy, GroupSizeX, NumGroupX); in AddWrapper()