OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MTLaunchStructCommon
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.h
67
struct
MTLaunchStructCommon
{
83
struct MTLaunchStructForEach : public
MTLaunchStructCommon
{
92
struct MTLaunchStructReduce : public
MTLaunchStructCommon
{
rsCpuIntrinsic.h
27
struct MTLaunchStructForEachBlas : public
MTLaunchStructCommon
{
rsCpuScript.h
138
bool setUpMtlsDimensions(
MTLaunchStructCommon
*mtls,
rsCpuCore.cpp
148
MTLaunchStructCommon
*mtls = (
MTLaunchStructCommon
*)data;
375
static bool SelectOuterSlice(const
MTLaunchStructCommon
*mtls, RsExpandKernelDriverInfo* info, uint32_t sliceNum) {
387
static bool SelectZSlice(const
MTLaunchStructCommon
*mtls, RsExpandKernelDriverInfo* info, uint32_t sliceNum) {
[
all
...]
rsCpuScript.cpp
512
bool RsdCpuScriptImpl::setUpMtlsDimensions(
MTLaunchStructCommon
*mtls,
[
all
...]
Completed in 7440 milliseconds