Searched refs:ThreadGroupThread (Results 1 – 2 of 2) sorted by relevance
444 class ThreadGroupThread : private Thread class447 …ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& … in ThreadGroupThread() function in vkt::synchronization::__anone698e8e60111::ThreadGroupThread458 virtual ~ThreadGroupThread (void) in ~ThreadGroupThread()480 ThreadGroupThread (const ThreadGroupThread&);481 ThreadGroupThread& operator= (const ThreadGroupThread&);509 typedef vector<SharedPtr<ThreadGroupThread> > ThreadVector;518 void add (MovePtr<ThreadGroupThread> thread) in add()520 m_threads.push_back(SharedPtr<ThreadGroupThread>(thread.release())); in add()545 class CreateComputeThread : public ThreadGroupThread551 …: ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shaders… in CreateComputeThread()[all …]
83 class ThreadGroupThread;110 void add (de::MovePtr<ThreadGroupThread> thread);114 typedef std::vector<de::SharedPtr<ThreadGroupThread> > ThreadVector;120 class ThreadGroupThread : private de::Thread class123 ThreadGroupThread (void);124 virtual ~ThreadGroupThread (void);138 ThreadGroupThread (const ThreadGroupThread&);139 ThreadGroupThread& operator= (const ThreadGroupThread&);158 void ThreadGroup::add (de::MovePtr<ThreadGroupThread> thread) in add()160 m_threads.push_back(de::SharedPtr<ThreadGroupThread>(thread.release())); in add()[all …]