Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuCore.h65 struct MTLaunchStructCommon { struct
81 struct MTLaunchStructForEach : public MTLaunchStructCommon { argument
90 struct MTLaunchStructReduce : public MTLaunchStructCommon {
DrsCpuScript.h136 bool setUpMtlsDimensions(MTLaunchStructCommon *mtls,
DrsCpuCore.cpp160 MTLaunchStructCommon *mtls = (MTLaunchStructCommon *)data; in launchThreads()
377 static bool SelectOuterSlice(const MTLaunchStructCommon *mtls, RsExpandKernelDriverInfo* info, uint… in SelectOuterSlice()
389 static bool SelectZSlice(const MTLaunchStructCommon *mtls, RsExpandKernelDriverInfo* info, uint32_t… in SelectZSlice()
DrsCpuScript.cpp526 bool RsdCpuScriptImpl::setUpMtlsDimensions(MTLaunchStructCommon *mtls, in setUpMtlsDimensions()