Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.h147 VariableInst *getInvocationId();
433 VariableInst *getInvocationId();
Dmodule.cpp410 VariableInst *Module::getInvocationId() { in getInvocationId() function in android::spirit::Module
411 return getGlobalSection()->getInvocationId(); in getInvocationId()
874 VariableInst *GlobalSection::getInvocationId() { in getInvocationId() function in android::spirit::GlobalSection
Dbuilder_test.cpp83 auto InvocationID = m->getInvocationId(); in TEST()
/frameworks/rs/rsov/compiler/
DWrapper.cpp113 InvocationId = m->getInvocationId(); in AddWrapper()