Home
last modified time | relevance | path

Searched refs:ExpandFuncTy (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.h18 typedef void (*ExpandFuncTy)(const RsExpandKernelDriverInfo*, uint32_t, uint32_t, typedef
24 CPUClosure(const Closure* closure, RsdCpuScriptImpl* si, ExpandFuncTy func) : in CPUClosure()
34 const ExpandFuncTy mFunc;
DrsCpuScriptGroup2.cpp174 cc = new CPUClosure(closure, si, (ExpandFuncTy)mtls.kernel); in CpuScriptGroup2Impl()
351 const ExpandFuncTy* kernel, in debugHintScriptGroup2()
371 std::vector<ExpandFuncTy> kernels; in compile()