Searched refs:stackQueueDescriptor (Results 1 – 4 of 4) sorted by relevance
596 … auto stackQueueDescriptor = PolymorphicDowncast<const StackQueueDescriptor*>(&descriptor); in CreateWorkload() local597 return std::make_unique<RefStackWorkload>(*stackQueueDescriptor, info); in CreateWorkload()
590 … auto stackQueueDescriptor = PolymorphicDowncast<const StackQueueDescriptor*>(&descriptor); in CreateWorkload() local591 return std::make_unique<NeonStackWorkload>(*stackQueueDescriptor, info); in CreateWorkload()
746 … auto stackQueueDescriptor = PolymorphicDowncast<const StackQueueDescriptor*>(&descriptor); in CreateWorkload() local747 return MakeWorkload<ClStackWorkload>(*stackQueueDescriptor, info, m_CLCompileContext); in CreateWorkload()
1908 … auto stackQueueDescriptor = PolymorphicDowncast<const StackQueueDescriptor*>(&descriptor); in CreateWorkload() local1909 return CreateStack(*stackQueueDescriptor, info); in CreateWorkload()