Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp403 VariableInst *Module::getInvocationId() { in getInvocationId() function in android::spirit::Module
404 return getGlobalSection()->getInvocationId(); in getInvocationId()
849 VariableInst *GlobalSection::getInvocationId() { in getInvocationId() function in android::spirit::GlobalSection
Dmodule.h145 VariableInst *getInvocationId();
429 VariableInst *getInvocationId();
Dbuilder_test.cpp84 auto InvocationID = m->getInvocationId(); in TEST()
/frameworks/rs/rsov/compiler/
DWrapper.cpp113 InvocationId = m->getInvocationId(); in AddWrapper()