HomeSort by relevance Sort by last modified time
    Searched refs:MTLaunchStruct (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuCore.h 73 } MTLaunchStruct;
98 const RsScriptCall *sc, MTLaunchStruct *mtls);
rsCpuIntrinsic.cpp 93 MTLaunchStruct mtls;
110 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) {
rsCpuScript.h 85 const RsScriptCall *sc, MTLaunchStruct *mtls);
86 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
rsCpuIntrinsic.h 39 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
rsCpuCore.cpp 168 MTLaunchStruct *mtls = (MTLaunchStruct *)data;
347 MTLaunchStruct *mtls = (MTLaunchStruct *)usr;
377 MTLaunchStruct *mtls = (MTLaunchStruct *)usr;
403 const RsScriptCall *sc, MTLaunchStruct *mtls) {
rsCpuScript.cpp 726 MTLaunchStruct *mtls) {
728 memset(mtls, 0, sizeof(MTLaunchStruct));
830 MTLaunchStruct mtls;
839 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) {
    [all...]
rsCpuScriptGroup.cpp 193 MTLaunchStruct mtls;

Completed in 49 milliseconds