OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forEachKernelSetup
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsic.h
39
virtual void
forEachKernelSetup
(uint32_t slot, MTLaunchStruct *mtls);
rsCpuIntrinsic.cpp
96
void RsdCpuScriptIntrinsic::
forEachKernelSetup
(uint32_t slot, MTLaunchStruct *mtls) {
rsCpuScript.h
80
virtual void
forEachKernelSetup
(uint32_t slot, MTLaunchStruct *mtls);
rsCpuScriptGroup.cpp
186
si->
forEachKernelSetup
(slot, &mtls);
203
si->
forEachKernelSetup
(kernels[ct]->mSlot, &mtls);
rsCpuScript.cpp
576
forEachKernelSetup
(slot, &mtls);
583
void RsdCpuScriptImpl::
forEachKernelSetup
(uint32_t slot, MTLaunchStruct *mtls) {
Completed in 41 milliseconds