Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp407 VariableInst *Module::getNumWorkgroups() { in getNumWorkgroups() function in android::spirit::Module
408 return getGlobalSection()->getNumWorkgroups(); in getNumWorkgroups()
868 VariableInst *GlobalSection::getNumWorkgroups() { in getNumWorkgroups() function in android::spirit::GlobalSection
Dmodule.h146 VariableInst *getNumWorkgroups();
430 VariableInst *getNumWorkgroups();
Dbuilder_test.cpp94 auto GNum = m->getNumWorkgroups(); in TEST()
/frameworks/rs/rsov/compiler/
DWrapper.cpp137 NumWorkgroups = m->getNumWorkgroups(); in AddWrapper()