Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp105 VariableInst *NumWorkgroups = nullptr; in AddWrapper() local
137 NumWorkgroups = m->getNumWorkgroups(); in AddWrapper()
138 auto NumGroup = b.MakeLoad(V3UIntTy, NumWorkgroups); in AddWrapper()
225 entry->addToInterface(NumWorkgroups); in AddWrapper()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp879 ->addExtraOperand(static_cast<uint32_t>(BuiltIn::NumWorkgroups)); in getNumWorkgroups()