Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.h148 VariableInst *getNumWorkgroups();
434 VariableInst *getNumWorkgroups();
Dmodule.cpp414 VariableInst *Module::getNumWorkgroups() { in getNumWorkgroups() function in android::spirit::Module
415 return getGlobalSection()->getNumWorkgroups(); in getNumWorkgroups()
892 VariableInst *GlobalSection::getNumWorkgroups() { in getNumWorkgroups() function in android::spirit::GlobalSection
Dbuilder_test.cpp94 auto GNum = m->getNumWorkgroups(); in TEST()
/frameworks/rs/rsov/compiler/
DWrapper.cpp137 NumWorkgroups = m->getNumWorkgroups(); in AddWrapper()